Release 0.10.0
authorJens Georg <mail@jensge.org>
Thu, 24 Mar 2011 21:17:08 +0000 (23:17 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 5 Apr 2011 15:55:00 +0000 (18:55 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2745230..7b274bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.10.0
+======
+
+- Improve interoperability by also announcing lower versions of the service.
+- More reliable announcements by announcing at least 3 times.
+- Drop ChangeLog in favour of git history.
+- Fix IPv6 network calculation.
+
+All contributors to this release:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+Luis de Bethencourt <luis@debethencourt.com>
+Jens Georg <mail@jensge.org>
+
 0.9.2
 =====
 
index 5963025..1921d36 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.9.2, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.10.0, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)