[grilo-plugins/0.1.x] Bump to 0.1.20



commit 3b191c9581553e599e068b8a2191050b24c2e82c
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Aug 10 16:11:07 2012 +0200

    Bump to 0.1.20

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 729b831..419a0f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+NEW in 0.1.20
+=============
+
+  * General
+    * Remove g_thread_init() call (deprecated)
+    * Use g_str_has_prefix() instead of strrstr() (performance reasons)
+
+  * Gravatar plugin
+    * Fixed BGO#680435 - Don't leak GParamSpec
+
+  * Contributors to this release:
+    Jens Georg <jensg openismus com>
+    Juan A. Suarez Romero <jasuarez igalia com>
+    Mathias Hasselmann <mathias openismus com>
+
+
 NEW in 0.1.19
 =============
 
diff --git a/configure.ac b/configure.ac
index 1888461..44afc24 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.19])
+m4_define([prj_version], [0.1.20])
 
 AC_INIT([prj_name],
         [prj_version],
@@ -88,7 +88,7 @@ fi
 PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.28      \
 			  gobject-2.0   \
 			  gmodule-2.0   \
-			  ${GRL_NAME} = 0.1.19)
+			  ${GRL_NAME} = 0.1.20)
 
 # ----------------------------------------------------------
 # DEFINITIONS



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