[tracker/tracker-0.12] Release 0.12.9
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.12] Release 0.12.9
- Date: Fri, 16 Dec 2011 16:50:21 +0000 (UTC)
commit 23845b19e089dbba6df00ae9b8d70d4702643b62
Author: Martyn Russell <martyn lanedo com>
Date: Fri Dec 16 16:32:28 2011 +0000
Release 0.12.9
NEWS | 35 +++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1fddb7c..047f1c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+NEW in 0.12.9 - 2011-12-16
+==========================
+
+The changes are:
+
+ * New Feature: Support TRACKER_USE_CONFIG_FILES env var to circumvent GSettings only configuration
+ * Fixes: GB#655383, Tracker does not index text files with other encodings than UTF8
+ * Fixes: GB#664833, [abrt] tracker-0.12.7-1.fc16: read_uint32: Process /usr/libexec/tracker-store was killed by signal 11 (SIGSEGV)
+ * Fixes: NB#294705, tracker-store memory leak in w49-w50 when continously switching chat account availability between online and offline mode (regression)
+ * build: Use g_thread_try_new() if GLib >= 2.31
+ * build: Use g_(mutex|cond)_(init|clear) if GLib >= 2.31
+ * build: Use GPrivate if GLib >= 2.31 (GStaticPrivate now deprecated)
+ * build: Use GMutex if GLib >= 2.31 (GStaticMutex now deprecated)
+ * build: Use g_atomic_int_add() if GLib >= 2.30
+ * build: Use GRecMutex if GLib >= 2.31 (GStaticRecMutex now deprecated)
+ * build: Use g_format_size() if GLib >= 2.30
+ * build: Remove remaining g_thread_init() calls
+ * gvdb: Merge upstream changes
+ * libtracker-common: Fix memory leak in tracker_string_to_date()
+ * libtracker-data: Fix small memory leak in journal_rotate_destination()
+ * libtracker-data: Fix crash due to overflow in journal reader
+ * libtracker-miner: _ignore_next_update() is deprecated, wrap with TRACKER_DISABLE_DEPRECATED
+ * libtracker-sparql: Improved documentation
+ * libtracker-extract: Improved documentation
+ * tracker-store: Fix memory leak in Steroids.update (caused by valac)
+ * tracker-extract,text: try to extract text from files in typical windows charsets
+ * tracker-extract: Don't lock on freed mutexes
+
+Translations:
+
+ * Updated fr: Alexandre Franke
+ * Updated ja: Takeshi AIHANA
+ * Updated pl: Piotr DrÄg
+
+
NEW in 0.12.8 - 2011-11-25
==========================
diff --git a/configure.ac b/configure.ac
index e15b72f..b1c716f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ 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], [12])
-m4_define([tracker_micro_version], [8])
-m4_define([tracker_interface_age], [8])
+m4_define([tracker_micro_version], [9])
+m4_define([tracker_interface_age], [9])
m4_define([tracker_binary_age],
[m4_eval(100 * tracker_minor_version + tracker_micro_version)])
m4_define([tracker_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]