[tracker] Release 0.15.4



commit 2abc8150c19ce7f07d4fe4d4df5b53ccd3c51563
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Mar 12 21:39:00 2013 +0000

    Release 0.15.4

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ce07bfb..1cee017 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+NEW in 0.15.4 - 2013-03-12
+==========================
+
+The changes are:
+
+  * build: Fixed various compiler warnings
+  * build: Fixed various introspection warnings
+  * build: Switched out all uses of deprecated GStaticMutex for GMutex
+  * Fixes: GB#643388, Sqlite constraint violation
+
+Translations:
+
+  * Updated el: Dimitris Spingos
+
+Notes:
+
+  * The 0.15.3 tarball uploaded was done using the wrong version of
+    libgee for building the C sources from Vala. This is detailed in
+    these bug reports:
+
+      Tracker should build against libgee 0.8:
+      https://bugzilla.gnome.org/show_bug.cgi?id=691807#c4
+
+      tracker 0.15.3 fails to build: g_type_init is deprecated
+      https://bugzilla.gnome.org/show_bug.cgi?id=695470
+
+    This release fixes the tarball released AND includes the above
+    fixes. Apologies for any inconvenience.
+
+
 NEW in 0.15.3 - 2013-03-08
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 9726623..474b0f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.64])
 # set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
 m4_define([tracker_major_version], [0])
 m4_define([tracker_minor_version], [15])
-m4_define([tracker_micro_version], [3])
+m4_define([tracker_micro_version], [4])
 m4_define([tracker_interface_age], [0])
 m4_define([tracker_binary_age],
           [m4_eval(100 * tracker_minor_version + tracker_micro_version)])


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