Release 0.9.2
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 28 Jan 2011 13:54:29 +0000 (15:54 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 28 Jan 2011 13:54:29 +0000 (15:54 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 94b117b..2745230 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.9.2
+=====
+
+- Fix a critical issue in event handling code introduced in last release.
+- Add 'network' property to GSSDPClient. By default its set to network IP
+  address of the interface the client is associated with.
+- Plug some leaks.
+
+Changes in dependencies:
+
+- Explicitly require libsoup >= 2.26.1.
+
+Bugs fixed in this release:
+
+2210 - Socket address leaking in socket_source_cb
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+Sven Neumann <s.neumann@raumfeld.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
 0.9.1
 =====
 
index 0b02beb..5963025 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.9.1, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.9.2, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)