[gupnp-dlna] Prepare 0.9.0



commit 4498d5ef3175db4e9b592a66522f4c01ba3f1e34
Author: Jens Georg <mail jensge org>
Date:   Fri Nov 30 23:53:55 2012 +0100

    Prepare 0.9.0

 NEWS                                |   19 +++++++++++++++++++
 configure.ac                        |    4 ++--
 doc/gupnp-dlna-metadata/Makefile.am |    1 +
 doc/gupnp-dlna/Makefile.am          |    1 +
 4 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c07683c..76915ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+0.9.0
+=====
+- Make DLNA profile handling independant from GStreamer.
+- Add plugin architecture to support different meta-data extraction back-ends.
+- Make GStreamer default implementation of meta-data extraction back-end.
+- Split API docs into users and back-end implementers API.
+
+All contributors to this release:
+  Krzesimir Nowak <krnowak openismus com>
+  Jens Georg <jensg openismus com>
+
+Changes in API:
+ - so version bump
+ - API version bump to 2.0
+
+Changes in dependencies:
+ - GStreamer 1.0
+ - GLib >= 2.34
+
 0.7.0
 =====
 - Port to GStreamer 1.0
diff --git a/configure.ac b/configure.ac
index 94df5ad..6ce354e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
-AC_INIT([gupnp-dlna-2.0],
-        [2.0.0],
+AC_INIT([gupnp-dlna],
+        [0.9.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
         [gupnp-dlna],
         [http://www.gupnp.org/])
diff --git a/doc/gupnp-dlna-metadata/Makefile.am b/doc/gupnp-dlna-metadata/Makefile.am
index fbbb7f3..231c3b6 100644
--- a/doc/gupnp-dlna-metadata/Makefile.am
+++ b/doc/gupnp-dlna-metadata/Makefile.am
@@ -86,3 +86,4 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
+DISTCLEANFILES = version.xml
diff --git a/doc/gupnp-dlna/Makefile.am b/doc/gupnp-dlna/Makefile.am
index c2b887c..41ca40c 100644
--- a/doc/gupnp-dlna/Makefile.am
+++ b/doc/gupnp-dlna/Makefile.am
@@ -90,3 +90,4 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
+DISTCLEANFILES = version.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]