summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-10-20 10:30:07 +0200
committerJens Georg <mail@jensge.org>2011-10-20 10:30:07 +0200
commit953b5d994683e0477cda775f08df9cf3403b0679 (patch)
tree0b3d64b39d17ed95b341efc278e71953f252894b
parent990d1bec2d39f42dfef04527464b784f57120837 (diff)
downloadgupnp-dlna-953b5d994683e0477cda775f08df9cf3403b0679.tar.gz
Release 0.6.4gupnp-dlna-0.6.4
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88e1d16..7fd2a08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.6.4
+=====
+
+- Add profile for MPEG4_P2_MP4_SP_L5_AAC.
+- Fix ADTS profiles
+- Fix MPEG4_P2_MP4_SP_L6_AAC
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+Arun Raghavan <arun.raghavan@collabora.co.uk>
+
0.6.3
=====
diff --git a/configure.ac b/configure.ac
index c3b9ddc..52edab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-dlna, 0.6.3, http://www.gupnp.org/)
+AC_INIT(gupnp-dlna, 0.6.4, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
AM_CONFIG_HEADER(config.h)