From: Jens Georg Date: Thu, 7 Jul 2011 07:26:12 +0000 (+0200) Subject: Release 0.11.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d3c87d1ec0168812c5e793596f78305545c5aa7;p=profile%2Fivi%2FGSSDP.git Release 0.11.1 --- diff --git a/NEWS b/NEWS index 3d0a5ee..8688557 100644 --- 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 + +Bugs fixed: +- bgo#653733 +- bgo#653875 +- bgo#653857 + 0.11.0 ====== - Many fixes to discovery, discoverability and announcement. diff --git a/configure.ac b/configure.ac index 20e6bd9..478fc33 100644 --- a/configure.ac +++ b/configure.ac @@ -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)