[tracker] Release 0.9.15



commit ad7a8b7f1fb23f49ba5868fcb9ef5f43ebe0ef67
Author: Jürg Billeter <j bitron ch>
Date:   Thu Aug 5 14:57:39 2010 +0200

    Release 0.9.15

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a93dee..1cfdd46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+NEW in 0.9.15 - 2010-08-05
+==========================
+
+The changes are:
+
+  * Require GLib 2.24
+  * Fixes: NB#172390, Tracker doesn't return any content from m3u playlists
+  * Fixes: NB#179570, FTS search of file extension doesn't always work
+  * Fixes: NB#180803, Busy-handling race condition
+  * Fixes: NB#181112, Fix GStreamer pipeline error handling
+  * Fixes: NB#181538, Assume tar program is in $PATH
+  * Fixes: NB#182131, Tracker isn't using resource tokens to protect its interfaces
+  * Fixes: NB#182788, segfault during opendir()
+  * Fixes: NB#183307, Crash in quit_timeout_cb when signal_handler calls it
+  * Fixes: NB#183653, Class notification signals are lost
+  * Ontology, MTP: Fix mtp:hidden
+  * libtracker-data: Support for SPARQL 1.1's IN operator
+  * libtracker-data: Implement progress indication for rotated journals
+  * tracker-store: Queue queries while busy
+  * Add first version of FTS functional test cases
+  * Add functional test case for busy-handling
+
+Translations:
+  * Updated hu: Gabor Kelemen
+  * Updated nds: Nils-Christoph Fiedler
+  * Updated se: Daniel Nylander
+  * Updated sl: Andrej ŽnidarÅ¡iÄ?
+
+Notes:
+
+  The database version has been incremented, this will force a
+  reindex for any existing Tracker installation.
+
+
 NEW in 0.9.14 - 2010-07-23
 ==========================
 
diff --git a/configure.ac b/configure.ac
index a92b97a..26e03d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ(2.59)
 # set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
 m4_define([tracker_major_version], [0])
 m4_define([tracker_minor_version], [9])
-m4_define([tracker_micro_version], [14])
+m4_define([tracker_micro_version], [15])
 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]