[grilo-plugins] Release 0.2.2



commit 835d3d55db0be6fbb8e5d95636c73fc2c35f70c6
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Oct 4 22:03:46 2012 +0000

    Release 0.2.2

 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index be52cd2..c16c357 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 0.2.2
+============
+
+  * TMDb plugin
+    * Added new plugin that gets information from TMDb.
+
+  * Contributors to this release:
+    * Jens Georg <jensg openismus com>
+
+
 NEW in 0.2.1
 ============
 
diff --git a/configure.ac b/configure.ac
index 8861461..4e83dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # Copyright (C) 2010, 2011 Igalia S.L.. All rights reserved.
 
 m4_define([prj_name],    [grilo-plugins])
-m4_define([prj_version], [0.2.1])
+m4_define([prj_version], [0.2.2])
 
 AC_INIT([prj_name],
         [prj_version],
@@ -103,7 +103,7 @@ AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory])
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME}],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} >= 0.2.2],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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