Prepare 0.14.1
authorJens Georg <jensg@openismus.com>
Fri, 22 Feb 2013 16:10:39 +0000 (17:10 +0100)
committerJens Georg <jensg@openismus.com>
Fri, 22 Feb 2013 16:10:39 +0000 (17:10 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bc14a1f..3cb995e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.14.1
+======
+
+- Fix a crash on network announcements.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=694418
+
+All contributors to this release:
+  Krzesimir Nowak <krnowak@openismus.com>
+  Jussi Kukkonen <jussi.kukkonen@intel.com>
+
 0.14.0
 ======
 - Don't use inet_netof to filter for correct source networks.
index 81527f5..34a98ae 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gssdp],
-        [0.14.0],
+        [0.14.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
         [gssdp],
         [http://www.gupnp.org/])