summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d3c469c..eae1848 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.10.2
+======
+
+Changes since 0.10.1:
+
+- Fix ownership of GUPnP.ContextManager.create.
+- Update autotools scripts.
+
+All contributors:
+
+Jens Georg <mail@jensge.org>
+Javier Jardón <jjardon@gnome.org>
+
0.10.1
======
diff --git a/configure.ac b/configure.ac
index ae0fcbe..058c1a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gupnp-vala],
- [0.10.1],
+ [0.10.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-vala],
[gupnp-vala],
[http://www.gupnp.org])