[tracker/tracker-0.14] Release 0.14.2
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.14] Release 0.14.2
- Date: Thu, 5 Jul 2012 16:26:50 +0000 (UTC)
commit 8dcdb6e2b088e3df4cfe2166d9c05cadf5c7c5b0
Author: Martyn Russell <martyn lanedo com>
Date: Thu Jul 5 17:13:44 2012 +0100
Release 0.14.2
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bad0b9b..5771711 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 0.14.2 - 2012-07-05
+==========================
+
+The changes are:
+
+ * Fixes: GB#679313, Long options are parsed incorrectly
+ * Fixes: GB#674869, mining all the way to china
+ * Fixes: GB#676437, TrackerMinerFS: priv->extraction_timer can't be NULL when we update miner progress
+ * Fixes: GB#676516, spams xsession-errors when I bring up the tags view in nautilus
+ * Fixes: GB#676213, [PATCH] Man page syntax fixes
+ * Fixes: GB#676153, Crash on USB removal during crawling
+ * Fixes: GB#675431, Please sort the Ignored Content glob patterns and files alphabetically in the Tracker Preferences
+ * Fixes: GB#676849, Missing âoutâ in argument of Gtk.SelectionData.get_data_with_length
+ * Fixes: GB#676433, GCancellable deadlock in tracker-extract-client.c
+ * Fixes: GB#676435, Infinite loop in miner
+ * Fixes: GB#676514, don't add Tags to nautilus content menu
+ * Fixes: GB#675437, evolution plugin: fix undefined symbol
+ * tracker-extract: Fix compilation of Qt Media Art backend
+ * tracker-extract-gstreamer: Fix invalid pointer access from gst_tag_list_get_string() use
+ * tracker-miner-fs: Remove failed extractions from queues if g_file_query_info_async() fails.
+ * tracker-miner-fs: Removed unused code for dir config root Quark
+ * functional-tests: Fix out of tree build, use $(top_srcdir) more...
+
+Translations:
+
+ * Updated cs: Marek ÄernockÃ
+ * Updated de: Christian Kirbach
+ * Updated es: Daniel Mustieles
+ * Updated fr: Alexandre Franke
+ * Updated gl: Fran DiÃguez
+ * Updated id: Andika Triwidada
+ * Updated it: Luca Ferretti
+ * Updated pl: Piotr DrÄg
+ * Updated sl: Matej UrbanÄiÄ
+ * Updated te: Praveen Illa
+
+
NEW in 0.14.1 - 2012-05-03
==========================
diff --git a/configure.ac b/configure.ac
index 26d333e..83a4abd 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], [14])
-m4_define([tracker_micro_version], [1])
-m4_define([tracker_interface_age], [1])
+m4_define([tracker_micro_version], [2])
+m4_define([tracker_interface_age], [2])
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]