summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-11-30 21:23:49 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-11-30 21:24:07 +0200
commita00ee646aafd6a5d1f2e52b02e61f6bd92b794d1 (patch)
treef6f02bef2b2a0b3f484fae363c986899a44c926f
parentafdd0ef306e8ecb390643a03267a06cfe758c54f (diff)
downloadgupnp-0.14.1.tar.gz
Release 0.14.1gupnp-0.14.1
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb4e629..57ccf42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+0.14.1
+======
+
+Changes since 0.14.0:
+
+- Add sanity checks to GUPnPServiceProxyAction API.
+- Fix handling of accepted locales.
+- Handle unavailability of URL base.
+
+Bugs fixed in this release:
+
+2203 - gupnp-igd does not work on TP-Link TL-R860 due to empty URLBase tag
+
+All contributors:
+
+Sven Neumann <s.neumann@raumfeld.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
0.14.0
======
diff --git a/configure.ac b/configure.ac
index 8a5d642..c19ce5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp, 0.14.0, http://www.gupnp.org/)
+AC_INIT(gupnp, 0.14.1, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp/gupnp.h)
AM_CONFIG_HEADER(config.h)