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