summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96ba419..d3c469c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.10.1
+======
+
+Changes since 0.10.0:
+
+- Remove gupnp-ui support.
+
+All contributors:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
+
+0.10.0
+======
+
+This release brings 0.9.x into a stable release cycle.
+
+- Require and adapt to:
+ gupnp >= 0.18.0.
+
+All contributors:
+
+Jens Georg <mail@jensge.org>
+
0.9.0
=====
diff --git a/configure.ac b/configure.ac
index 1b610f0..e2ca835 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(gupnp-vala, 0.9.0)
+AM_INIT_AUTOMAKE(gupnp-vala, 0.10.1)
AM_MAINTAINER_MODE