[tracker] Release 0.9.32



commit ae272039ede314be702f72a29e5372e790f8a80f
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Dec 16 13:25:05 2010 +0000

    Release 0.9.32

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9713223..2310cc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+NEW in 0.9.32 - 2010-12-16
+==========================
+
+The changes are:
+
+  * New feature: Added tracker-needle to replace tracker-search-tool
+  * New feature: Added --enable-guarantee-metadata to ensure nie:title and other metadata when missing
+  * build: disable functional-tests by default
+  * Fixes: NB#210217, Notification of nmo:Call class changes needed
+  * Fixes: NB#211926, SVG images are represented as nmm:Photo not nfo:VectorImage
+  * Fixes: NB#198155, libtracker-sparql doesn't return results if multiple async queries are run in parallel in direct back-end
+  * Ontology: Add tracker:notify true for nmo:Call
+  * libtracker-data: Sort function test results to avoid test failures
+  * libtracker-sparql: Wait for tracker-store before loading plugins
+
+Translations:
+  * Updated cs: Petr Kovar
+
+Notes:
+
+  None
+
+
 NEW in 0.9.31 - 2010-12-10
 ==========================
 
diff --git a/configure.ac b/configure.ac
index e908756..e5c75d3 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], [9])
-m4_define([tracker_micro_version], [31])
+m4_define([tracker_micro_version], [32])
 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]