summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-08-29 23:04:48 +0200
committerJens Georg <mail@jensge.org>2011-09-06 16:20:20 +0200
commitcc57461ff3e532b5ed960e1f8bdad8621a7d4d87 (patch)
tree939d8429b990f9ec9ab2ddc303a5b13195347636
parentd4cfcf400649da8e0340f176b8a52f1673bc9d6f (diff)
downloadgupnp-vala-cc57461ff3e532b5ed960e1f8bdad8621a7d4d87.tar.gz
Release 0.10.1gupnp-vala-0.10.1
-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