summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-11-30 23:57:41 +0100
committerJens Georg <mail@jensge.org>2012-12-01 00:03:50 +0100
commit71e3f455edafb708a31fa369db3b4c4f812a9ab7 (patch)
treeb17a67e7b2994726145135e24a09122a19a48643
parent028de9b53a81a7db8ac61aadf0930de6e341d7b6 (diff)
downloadgupnp-dlna-0.8.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c07683c..45dd662 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.8.0
+=====
+- Relax PNG depth requirements to work around a GStreamer issue.
+
+All contributors to this release:
+ Jens Georg <jensg@openismus.com>
+
0.7.0
=====
- Port to GStreamer 1.0
diff --git a/configure.ac b/configure.ac
index 785a6d6..73903eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.7.0],
+ [0.8.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])