summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-02-22 17:10:39 +0100
committerJens Georg <jensg@openismus.com>2013-02-22 17:10:39 +0100
commit4851be55af68aa9d984a6b9359586d15cb878ac5 (patch)
tree09b7aa034422c532ad7f1dee5e84c6392a13ac16
parent79155d665c767e5b90e0a2c1df6cb3bf95cd8ade (diff)
downloadgssdp-4851be55af68aa9d984a6b9359586d15cb878ac5.tar.gz
Prepare 0.14.1gssdp-0.14.1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc14a1f..3cb995e 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 81527f5..34a98ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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/])