Release 0.7.2
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 8 Apr 2010 13:16:40 +0000 (16:16 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 9 Apr 2010 12:58:42 +0000 (15:58 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 91da168..f3efac6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.7.2
+=====
+
+- Provide gobject-introspection GIR and typelib.
+- Use silent build rules.
+- Fix issues with version-independence magic in SSDP code.
+- Fix build issues in jhbuild environment.
+
+Bugs fixed in this release:
+
+2025 - autogen.sh fails to find autoconf macros when they're installed in a
+       non-standard location
+1927 - gssdp fails to answer M-SEARCH sometimes
+1921 - GObject Introspection Makefile for GSSDP
+
+All Contributors:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+Zach Goldberg <zach@zachgoldberg.com>
+Jens Georg <mail@jensge.org>
+Neil Roberts <neil@linux.intel.com>
+Ross Burton <ross@linux.intel.com>
+
 0.7.1
 =====
 
index e564699..8852fde 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.7.1, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.7.2, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)