From 458c82f390fbd93bd93a3819186a5fe4b68da9f8 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 7 Jul 2010 15:21:33 +0530 Subject: [PATCH] Release 0.2 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4e2e685..9c47b8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +0.2 +=== + +Changes since 0.1: + +- Add a program (gupnp-dlna-info) to print DLNA profile name and MIME type of a + given URI, as well as other metadata. [Parthasarathi Susarla] +- Add support for a few more AVC profiles +- Update in-tree copy of gst-convenience +- Make MP4 matching stricter - only ISO-compliant files are matched +- Couple of enhancements to simplify writing profile XML +- Add an API for getting a encoding profile for a DLNA profile and an example + to use this with encodebin from gst-convenience. This is still + work-in-progress. +- Some minor bug fixes + +All contributors to this release: + +Arun Raghavan +Parthasarathi Susarla + 0.1 === diff --git a/configure.ac b/configure.ac index 1bb3735..adfda83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gupnp-dlna, 0.1.0, http://www.gupnp.org/) +AC_INIT(gupnp-dlna, 0.2.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