summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 16:11:07 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 16:11:07 +0200
commit3b191c9581553e599e068b8a2191050b24c2e82c (patch)
tree983764de1eb2211fc734adbef4ea7f56e7f38e05
parent9008c7e4c256380eb14c8fedec20fa98ca327e22 (diff)
downloadgrilo-plugins-0.1.x.tar.gz
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
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