summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)