[grilo-plugins/debian: 4/6] Bump to version 0.1.13



commit d7081650f02230e37750f3984d992cecf5da52b7
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Apr 6 17:46:15 2011 +0200

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

 NEWS         |   14 ++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1e75c4e..376c774 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 0.1.13
+=============
+
+  * General:
+    * Do not use grl_data_key_is_known(), as it is deprecated
+
+  * Tracker:
+    * Do not load the plugin if Tracker is not running
+    * Allow Tracker versions below 0.10.5
+
+  * Contributors to this release:
+    Juan A. Suarez Romero <jasuarez igalia com>
+
+
 NEW in 0.1.12
 =============
 
diff --git a/configure.ac b/configure.ac
index 0c732e4..b2bdfc5 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.12])
+m4_define([prj_version], [0.1.13])
 
 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.12)
+			  ${GRL_NAME} = 0.1.13)
 
 # ----------------------------------------------------------
 # DEFINITIONS
@@ -103,7 +103,7 @@ AC_SUBST(GRL_PLUGINS_CONF_DIR)
 # EXTERNAL/OPTIONAL DEPENDENCIES
 # ----------------------------------------------------------
 
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.12],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} = 0.1.13],
 			    HAVE_GRLNET=yes,
 			    HAVE_GRLNET=no)
 



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