summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-03-17 12:24:39 +0100
committerJens Georg <mail@jensge.org>2012-03-17 12:24:39 +0100
commitfae1d4e953a389778750151a62941515e737d72e (patch)
tree83be20b10dc670080974b13a0ff2ed13daae8e4f
parentb06d45d080eadaf8164a41c92483dc56d41b17f9 (diff)
downloadgupnp-dlna-fae1d4e953a389778750151a62941515e737d72e.tar.gz
Release 0.6.6gupnp-dlna-0.6.6
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0080b6f..3962118 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.6.6
+=====
+- Fix minor issues found by static code analysis
+- Add MKV profiles
+- Add AVC_MP4_*_EAC3 profiles from Harmattan
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+
0.6.5
=====
- Update autotools integration.
diff --git a/configure.ac b/configure.ac
index 5ec863d..f6b5c54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.6.5],
+ [0.6.6],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])