summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-30 15:34:54 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-30 15:35:18 +0300
commit375878b3f500c526d140469fec83ca21fa64730b (patch)
tree0f29b60eb1a75a85b04f608d325dd94730e62c82
parent553571789a6169c9f9132689586b43c277f1a7b3 (diff)
downloadgupnp-375878b3f500c526d140469fec83ca21fa64730b.tar.gz
Release 0.16.1gupnp-0.16.1
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e024f5..4748c97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.16.1
+======
+
+Changes since 0.16.0:
+
+- Port to new (0.9) NetworkManager APIs.
+- Correction to 'Content-Type' HTTP header values.
+- Satisfy strict compiler checks.
+
+All contributors:
+
+Dan Williams <dcbw@redhat.com>
+Sven Neumann <s.neumann@raumfeld.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
0.16.0
======
diff --git a/configure.ac b/configure.ac
index cfa2641..9a87f8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp, 0.16.0, http://www.gupnp.org/)
+AC_INIT(gupnp, 0.16.1, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp/gupnp.h)
AM_CONFIG_HEADER(config.h)