Release 0.9.0
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 12 Nov 2010 11:33:54 +0000 (13:33 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 12 Nov 2010 11:44:40 +0000 (13:44 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d222e10..35f97d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.9.0
+=====
+
+This release marks the beginning of the new unstable 0.9.x release cycle.
+Changes after 0.8.0 that were not included in the subsequent stable release:
+
+- Port to GIO/GSocket.
+- Port to Windows.
+- Don't print the whole packet on failure to send it.
+- Some other non-functional improvements and fixes.
+
+All Contributors:
+
+Jens Georg <mail@jensge.org>
+Ross Burton <ross@linux.intel.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
 0.8.0
 =====
 
index cd23d0b..b462f0f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.8.0, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.9.0, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)