summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-11-08 15:59:28 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-11-08 15:59:28 +0000
commitb160e7d2f4535b339094fd2751bb5e254eb72370 (patch)
treeed5b97e42a38da2b4c5230f2c5a6b8ccf69a7df3
parent64e0e96fe78512324fc4cef6c7cfdf5ebfbca772 (diff)
Release 0.2.3grilo-plugins-0.2.3
-rw-r--r--AUTHORS1
-rw-r--r--NEWS37
-rw-r--r--configure.ac2
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