Release 0.8.0
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 16 Sep 2010 12:09:35 +0000 (15:09 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 16 Sep 2010 12:13:40 +0000 (15:13 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f3efac6..d222e10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.8.0
+=====
+
+- Chain up in dispose() and finalize() all classes.
+- Flag string arg of GSSDPClient signal as static.
+- Don't use deprecated libsoup API.
+- Properly catch errors in recvfrom syscall.
+- Fix some typos.
+
+Bugs fixed in this release:
+
+2194 - Typo in gssdp_socket_source
+2193 - Errors caught in recvfrom by pure luck
+2090 - 0.7.2 Typo in configure.ac
+
+All Contributors:
+
+Sven Neumann <s.neumann@raumfeld.com>
+Jens Georg <mail@jensge.org>
+Ross Burton <ross@linux.intel.com>
+Berrie Bloem <berrie@codevio.com>
+
 0.7.2
 =====
 
index eabe4e8..2309b68 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.7.2, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.8.0, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)