Prepare 0.14.0
authorJens Georg <mail@jensge.org>
Wed, 20 Feb 2013 12:31:44 +0000 (13:31 +0100)
committerJens Georg <mail@jensge.org>
Wed, 20 Feb 2013 12:31:44 +0000 (13:31 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a2f9897..bc14a1f 100644 (file)
--- 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 <mail@jensge.org>
+Krzesimir Nowak <krnowak@openismus.com>
+gnupnp <gnupnp@dorgby.net>
+
 0.13.2
 ======
 - Fix implementation of GInitable such that _init() is callable multiple times
index a1c76f6..d92f8c3 100644 (file)
@@ -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/])