Prepare release 0.7.1
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 4 Dec 2009 13:11:45 +0000 (15:11 +0200)
committerRoss Burton <ross@linux.intel.com>
Fri, 4 Dec 2009 15:01:47 +0000 (15:01 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ed422ae..91da168 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.7.1
+=====
+
+- Don't leak target regex.
+- Make GSSDPClient ignore Point to Point interfaces.
+- Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but
+  SO_REUSEPORT.
+- If we can't create a request socket don't try to create a multicast socket.
+- Have specific GError code for interfaces without an IP address.
+- Actually remove gssdp_client_new_full().
+
+Bugs fixed:
+
+1898 - GSSDPClient keeps autoselecting my VPN
+1810 - Not possible to run multiple ssdp clients on darwin
+1800 - leak of a gregex in gssdp-resource-browser
+1796 - gssdp_client_new_full is declared in header but not implemented
+
+All contributors:
+
+Olivier CrĂȘte <olivier.crete@collabora.co.uk>
+Ross Burton <ross@linux.intel.com>
+Iain Holmes <iain@linux.intel.com>
+Mattias Wadman <mattias.wadman@gmail.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
 0.7
 ===
 
index 1e002cc..e20c4c9 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.7.0, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.7.1, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)