summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-09-13 21:10:14 +0200
committerJens Georg <mail@jensge.org>2011-09-13 21:10:14 +0200
commit68fa2cde9fdd7757bba2ac83e855ba390ae53ed7 (patch)
treeec632b1980f245b5e5981d77f64cdea6e5a34eb7
parent2c3cbcfbd906841e3fb5e696feae821aabfb5bf7 (diff)
downloadgupnp-vala-68fa2cde9fdd7757bba2ac83e855ba390ae53ed7.tar.gz
Release 0.10.2gupnp-vala-0.10.2
-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])