diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-04-06 17:46:15 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2011-04-06 17:46:15 +0200 |
commit | d7081650f02230e37750f3984d992cecf5da52b7 (patch) | |
tree | bd365525d0ba41b35818bae55a52a1c8efe60c45 | |
parent | eecacd8916abac04e1995eb3352de1aeba28d75f (diff) |
Bump to version 0.1.13grilo-plugins-0.1.13
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 17 insertions, 3 deletions
@@ -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) |