summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-04-09 14:53:58 +0200
committerJens Georg <mail@jensge.org>2013-04-09 14:53:58 +0200
commit4fd7fd866792a41b0cf7ab6ecfd245dc523ec4dc (patch)
tree5ec7f89fb6456624fb84bfd844a92bccd2953fd5
parent5c67be7bc73f37e1ffe441a8442e238e9a97d68b (diff)
downloadgupnp-dlna-0.10.1.tar.gz
Prepare 0.10.1gupnp-dlna-0.10.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 379cac8..e378a78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.10.1
+======
+- Add functionality to let the meta-data back-end provide a profile on its
+ own.
+
+All contributors to this release:
+ Jens Georg <jensg@openismus.com>
+
0.10.0
======
- Various fixes for the GStreamer 0.10 meta-data back-end.
diff --git a/configure.ac b/configure.ac
index 42725af..c90b0fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.10.0],
+ [0.10.1],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])