Release 0.11.1
authorJens Georg <mail@jensge.org>
Thu, 7 Jul 2011 07:26:12 +0000 (09:26 +0200)
committerJens Georg <mail@jensge.org>
Thu, 7 Jul 2011 07:26:54 +0000 (09:26 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3d0a5ee..8688557 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.11.1
+======
+- Fullfill restrictions imposed by UPnP CTT 1.5.
+- Initial OpenBSD support.
+- Fix a crash on socket creation.
+- Implement DLNA guideline 7.2.3.4.
+- Copyright header clean-up.
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+
+Bugs fixed:
+- bgo#653733
+- bgo#653875
+- bgo#653857
+
 0.11.0
 ======
 - Many fixes to discovery, discoverability and announcement.
index 20e6bd9..478fc33 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.11.0, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.11.1, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)