From 5fe7f0f00dc1ff8c3d45dd4703279a4df141b2bd Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 5 Sep 2011 17:47:10 +0200 Subject: Prepare 0.10.1 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cf62ca8..bcd7ffc 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,18 @@ +0.10.1 +====== + +Changes since 0.10.0: + +- Bump minimum dependency of GUPnP to 0.17.0. + +All contributors to this release: + +Jens Georg + 0.10.0 ====== -Changes since 0.10.1: +Changes since 0.9.1: - Verify passed date in DIDL. Not a full verification but a small sanity check. diff --git a/configure.ac b/configure.ac index 6f60901..d66606f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gupnp-av, 0.10.0, http://www.gupnp.org/) +AC_INIT(gupnp-av, 0.10.1, http://www.gupnp.org/) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR(libgupnp-av/gupnp-av.h) AM_CONFIG_HEADER(config.h) -- cgit v1.2.1