summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-07 17:05:38 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-04-07 17:05:38 +0300
commit678ed97c051fb8d65340749be950d56ba8f336f3 (patch)
tree5314bab71fdca3fb985683c876c0dd318d646848
parent4e7b27e911de5dcda1135dd0a3887c4f9aa2374c (diff)
downloadgupnp-dlna-678ed97c051fb8d65340749be950d56ba8f336f3.tar.gz
Relase 0.6.0gupnp-dlna-0.6.0
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3e7aa2..0b1cbc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.6.0
+=====
+
+- Add 'MPEG_TS_SD_EU_ISO' profile.
+- Relax some video restrictions for MPEG TS profile.
+- Fix profile parsing logic for images.
+- Drop fourcc format restrictions.
+- Only initialize thread system once.
+- Improve/fix external and internal documentation.
+- Get rid of nasty warnings when building docs.
+- Improved handling of GstCaps.
+- Remove redundant initializations.
+- Fix some leaks.
+- Hilight test failures by use of red color.
+- Mark constant return values as such.
+- Clear the (obsolete) ChangeLog file.
+- Test media moved to gitorious.
+- Many non-functional improvements.
+
+All contributors to this release:
+
+Parthasarathi Susarla <partha.susarla@collabora.co.uk>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+Luis de Bethencourt <luis@debethencourt.com>
+
0.5.1
=====
diff --git a/configure.ac b/configure.ac
index c111377..171dfb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-dlna, 0.5.1, http://www.gupnp.org/)
+AC_INIT(gupnp-dlna, 0.6.0, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
AM_CONFIG_HEADER(config.h)