summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-15 16:54:33 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-09-12 23:37:57 +0300
commit6edaa6449ec02476e5392f8f7484d1b793f6adc1 (patch)
tree5eb4828d488daf836b9023f5213ecd4182a4320c
parentddd067e8e20dc1bc18228e063b58c8cf80137fe2 (diff)
downloadgupnp-tools-6edaa6449ec02476e5392f8f7484d1b793f6adc1.tar.gz
Merge release 0.8.3 commit
I had forgotten to push the release commit and now the master branch has diverged. <sigh>
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6523c84..d94229a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.8.3
+=====
+
+Another micro release that fixes all the UI issues introduce in the last release
+due to port to newer gtk+/glade.
+
+All contributors:
+
+Jens Georg <mail@jensge.org>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
0.8.2
=====
diff --git a/configure.ac b/configure.ac
index 1e6600a..0472c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-tools, 0.8.2, http://www.gupnp.org/)
+AC_INIT(gupnp-tools, 0.8.3, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(src/common/icons.h)
AM_CONFIG_HEADER(config.h)