summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-02-20 14:04:29 +0100
committerJens Georg <mail@jensge.org>2013-02-20 14:04:35 +0100
commita245d9498d3f723c364405a292c8e3941fb0ca4d (patch)
tree6c4805bd1f7a13f3e61cebe921e63acc0aa74866
parent32224efd4fa4ab3329c2b85ef9b30f3a4e230b31 (diff)
downloadgupnp-dlna-0.10.0.tar.gz
Prepare 0.10.0gupnp-dlna-0.10.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fb5f4cf..379cac8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.10.0
+======
+- Various fixes for the GStreamer 0.10 meta-data back-end.
+
+All contributors to this release:
+ Krzesimir Nowak <krnowak@openismus.com>
+ Jens Georg <mail@jensge.org>
+
0.9.5
=====
- Add --disable-maintainer-mode option.
diff --git a/configure.ac b/configure.ac
index 9bb344f..42725af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.9.6],
+ [0.10.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])