From 4ecd2137f89326c6f957a145efbf742116a9d2f2 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 20 Feb 2013 13:31:44 +0100 Subject: [PATCH] Prepare 0.14.0 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2f9897..bc14a1f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +0.14.0 +====== +- Don't use inet_netof to filter for correct source networks. +- Add gssdp_resource_browser_rescan() function. +- Allow custom TTL values for GSSDPClient. + +Bugs fixed in this release: + - https://bugzilla.gnome.org/show_bug.cgi?id=656406 + - https://bugzilla.gnome.org/show_bug.cgi?id=668922 + - https://bugzilla.gnome.org/show_bug.cgi?id=692516 + +All contributors to this release: + +Jens Georg +Krzesimir Nowak +gnupnp + 0.13.2 ====== - Fix implementation of GInitable such that _init() is callable multiple times diff --git a/configure.ac b/configure.ac index a1c76f6..d92f8c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([gssdp], - [0.13.3], + [0.14.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp], [gssdp], [http://www.gupnp.org/]) -- 2.7.4