summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-03-24 23:17:08 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-05 18:55:00 +0300
commit59ae27863dcaf1ba2c4fc9bdd41a6a1247e1af3b (patch)
tree10004be49b67e8c2642be726213a46dad06bb791
parent15da09fb022baafcbf345ff4548c3e054c82e2c8 (diff)
downloadgssdp-59ae27863dcaf1ba2c4fc9bdd41a6a1247e1af3b.tar.gz
Release 0.10.0gssdp-0.10.0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2745230..7b274bf 100644
--- 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
=====
diff --git a/configure.ac b/configure.ac
index 5963025..1921d36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)