summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-09-05 17:47:10 +0200
committerJens Georg <mail@jensge.org>2011-09-05 17:47:10 +0200
commit5fe7f0f00dc1ff8c3d45dd4703279a4df141b2bd (patch)
treeac85cfba9a52b5b1e9b66b655620e2cbf23a7193
parent962587dd3fd35a9adbda8babf392ff0020615052 (diff)
downloadgupnp-av-5fe7f0f00dc1ff8c3d45dd4703279a4df141b2bd.tar.gz
Prepare 0.10.1gupnp-av-0.10.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
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 <mail@jensge.org>
+
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)