From 59ae27863dcaf1ba2c4fc9bdd41a6a1247e1af3b Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 24 Mar 2011 23:17:08 +0200 Subject: [PATCH] Release 0.10.0 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2745230..7b274bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +0.10.0 +====== + +- Improve interoperability by also announcing lower versions of the service. +- More reliable announcements by announcing at least 3 times. +- Drop ChangeLog in favour of git history. +- Fix IPv6 network calculation. + +All contributors to this release: + +Zeeshan Ali (Khattak) +Luis de Bethencourt +Jens Georg + 0.9.2 ===== diff --git a/configure.ac b/configure.ac index 5963025..1921d36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gssdp, 0.9.2, http://www.gupnp.org/) +AC_INIT(gssdp, 0.10.0, http://www.gupnp.org/) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c) AM_CONFIG_HEADER(config.h) -- 2.7.4