[grilo-plugins] Release 0.2.3



commit b160e7d2f4535b339094fd2751bb5e254eb72370
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Nov 8 15:59:28 2012 +0000

    Release 0.2.3

 AUTHORS      |    1 +
 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 39 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 9e3cbbe..6b86fd6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@ Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
 Jussi Kukkonen <jku linux intel com>
 Lionel Landwerlin <lionel g landwerlin linux intel com>
+Mathias Hasselmann <mathias openismus com>
 Philip Withnall <philip tecnocode co uk>
 VÃctor Manuel JÃquez Leal <vjaquez igalia com>
 Xabier Rodriguez Calvar <xrcalvar igalia com>
diff --git a/NEWS b/NEWS
index c16c357..7609fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,45 @@
+NEW in 0.2.3
+============
+
+  * General:
+    * BGO#673491 - Remove "default" get_caps implemetations
+    * Sources report the type of medias they support
+
+  * DMAP plugin:
+    * Fixed typo in GObject macro
+
+  * Flickr plugin:
+    * Handle only photos
+
+  * Metadata Store plugin:
+    * BGO#686282 - metadata-store: updates don't work properly
+    * BGO#686288 - metadata-store: add support for GRL_METADATA_KEY_FAVOURITE
+
+  * TMDb plugin
+    * Several fixes
+
+  * UPnP plugin
+    * Link it to libgssdp
+
+  * YouTube plugin
+    * Added "format" parameter
+
+  * Contributors to this release:
+    * Andreas Henriksson <andreas fatal se>
+    * AntÃa Puentes <apuentes igalia com>
+    * Bastien Nocera <hadess hadess net>
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Mathias Hasselmann <mathias openismus com>
+    * Murray Cumming <murrayc murrayc com>
+
+
 NEW in 0.2.2
 ============
 
   * TMDb plugin
     * Added new plugin that gets information from TMDb.
+    * Moved some keys to Grilo core.
+    * BGO#679686 - GRL_METADATA_KEY_CERTIFICATE doesn't consider regional ratings
 
   * Contributors to this release:
     * Jens Georg <jensg openismus com>
diff --git a/configure.ac b/configure.ac
index 47485ab..1a41d76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.28      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME})
+			  ${GRL_NAME} >= 0.2.3)
 
 # ----------------------------------------------------------
 # DEFINITIONS



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