[grilo-plugins/debian: 19/21] Bump to 0.1.14



commit f6966dee4d2bcdb50ca0b0a60ec43438d7fd8a9e
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Apr 13 15:39:17 2011 +0000

    Bump to 0.1.14
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 33 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 376c774..8ae0c9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+NEW in 0.1.14
+=============
+
+  * General
+    * Get rid of unused definitions
+    * Use new "content-changed" API
+    * Added "module" information to XML files
+    * Use new API instead of deprecated ones.
+
+  * Jamendo plugin
+    * Plugged some leaks
+
+  * LastFM Album Art plugin
+    * resolve() is now a cancellable operation
+
+  * Local metadata plugin
+    * Small fixes
+    * resolve() is now a cancellable operation
+
+  * Tracker plugin
+    * Several fixes
+
+  * UPnP plugin
+    * Plugged some leaks
+
+  * Contributors to this release:
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Lionel Landwerlin <lionel g landwerlin linux intel com>
+
+
 NEW in 0.1.13
 =============
 
diff --git a/configure.ac b/configure.ac
index b2bdfc5..59835a8 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.1.13])
+m4_define([prj_version], [0.1.14])
 
 AC_INIT([prj_name], [prj_version])
 
@@ -82,7 +82,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.1.13)
+			  ${GRL_NAME} = 0.1.14)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -103,7 +103,7 @@ AC_SUBST(GRL_PLUGINS_CONF_DIR)
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.13],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} >= 0.1.9],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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