From 4407caf137605eb0a6dc5b0605ad8aa09e6644fb Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 8 Apr 2010 16:16:40 +0300 Subject: [PATCH] Release 0.7.2 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 91da168..f3efac6 100644 --- 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) +Zach Goldberg +Jens Georg +Neil Roberts +Ross Burton + 0.7.1 ===== diff --git a/configure.ac b/configure.ac index e564699..8852fde 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4