[tracker/tracker-0.10] Release 0.10.17



commit a7a6b3a2e93bb952faf54459da2c690fac2515a9
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jun 9 17:58:31 2011 +0100

    Release 0.10.17

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bf42b99..afd7536 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+NEW in 0.10.17 - 2011-06-09
+===========================
+
+The changes are:
+
+  * Fixes: NB#258488, Don't (re)instantiate tracker-extract after recent pre-unmount signals causing potential unmount failures
+  * Fixes: NB#262992, Race condition when cancelling extraction leads to double free
+  * Fixes: NB#262953, real media audio files are listed in video application
+  * libtracker-bus: Use lazy initialization for D-Bus proxy objects
+  * libtracker-sparql: Use GError instead of critical warnings
+  * libtracker-miner: Avoid possible race condition when cancelling extraction
+  * tracker-miner-fs: Do not insert minimal sparql on cancellation
+  * tracker-extract: REAL media could be audio only (don't assume it's video)
+  * tracker-needle: Add support for bookmarks in the results and stats dialog (Adrien Bustany's FireFox4 addon was used to test this)
+
+Translations:
+
+  * Updated es: Daniel Mustieles
+  * Updated ja: Takeshi AIHANA
+
+Notes:
+
+  None
+
+
 NEW in 0.10.16 - 2011-06-03
 ===========================
 
diff --git a/configure.ac b/configure.ac
index d9b0927..9560251 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], [10])
-m4_define([tracker_micro_version], [16])
-m4_define([tracker_interface_age], [5])
+m4_define([tracker_micro_version], [17])
+m4_define([tracker_interface_age], [6])
 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]