From 678ed97c051fb8d65340749be950d56ba8f336f3 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 7 Apr 2011 17:05:38 +0300 Subject: [PATCH] Relase 0.6.0 --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) 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 +Zeeshan Ali (Khattak) +Luis de Bethencourt + 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) -- 2.1.4