From 2d3c87d1ec0168812c5e793596f78305545c5aa7 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 7 Jul 2011 09:26:12 +0200 Subject: [PATCH] Release 0.11.1 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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) -- 2.7.4