summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-07-07 10:04:48 +0200
committerJens Georg <mail@jensge.org>2011-07-07 10:57:39 +0200
commit5a59c1d992d8f89ebcc158df10c520cb029e91c9 (patch)
tree0f3ec7ebacab858f65a97ad6eeb051cccee02593
parent50c3ad012c74b292d05cc9e4f6109902e5d69279 (diff)
downloadgupnp-dlna-5a59c1d992d8f89ebcc158df10c520cb029e91c9.tar.gz
Release 0.6.2gupnp-dlna-0.6.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8dcbf02..f28b12f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.6.2
+=====
+
+- Fix mime types for AAC_* profiles.
+- Fix AAC_ADTS_* profiles to be matchable in strict mode.
+- Initial GObject-introspection support
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+Luis de Bethencourt <luis.debethencourt@collabora.com>
+
+Bugs fixed:
+- bgo#653411
+
0.6.1
=====
diff --git a/configure.ac b/configure.ac
index d812845..03f59ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-dlna, 0.6.1, http://www.gupnp.org/)
+AC_INIT(gupnp-dlna, 0.6.2, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
AM_CONFIG_HEADER(config.h)