summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-08-29 22:49:29 +0200
committerJens Georg <mail@jensge.org>2011-08-29 22:49:29 +0200
commit920e73b40eb3dcb785ba3ce1954e24c3dba850d0 (patch)
treee0900e9f3a6f537b5876c540bc45be98687885af
parentfc9accbfc873db88e9fc4f5150bc278ff6f553e5 (diff)
downloadgupnp-dlna-920e73b40eb3dcb785ba3ce1954e24c3dba850d0.tar.gz
Release 0.6.3gupnp-dlna-0.6.3
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f28b12f..88e1d16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.6.3
+=====
+
+- Add profile for MPEG4_P2_MP4_SP_L6_AAC.
+- Respect ACLOCAL_FLAGS environment variable
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+Lukasz Pawlik <lucas.pawlik@gmail.com>
+
+Bugs fixed:
+- bgo#655504
+
0.6.2
=====
diff --git a/configure.ac b/configure.ac
index 03f59ed..c3b9ddc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-dlna, 0.6.2, http://www.gupnp.org/)
+AC_INIT(gupnp-dlna, 0.6.3, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
AM_CONFIG_HEADER(config.h)