[tracker] Release 0.9.30



commit 59f46f54d0689ee8a591be3ddef02ab35249c124
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Dec 2 16:15:23 2010 +0000

    Release 0.9.30

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f24426d..33d0c17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 0.9.30 - 2010-12-02
+==========================
+
+The changes are:
+
+  * Requires Vala 0.11.2 was 0.11.1
+  * Fixes: NB#204706, Classes slo:Landmark, slo:LandmarkCategory and slo:GeoLocation should qualify for notifications
+  * Fixes: NB#203538, libtracker-sparql: cannot run 2 async queries at the same time
+  * Fixes: NB#208420, Critical in miner-fs when msyncd and Ovi Suite in operation
+  * Fixes: GB#635757, missing test file in tarball
+  * Fixes: GB#635794, build fails - missing .vapi files?
+  * Ontology: Added domainIndex nie:contentCreated to nfo:Visual
+  * Ontolgoy: Added tracker:notify true for slo:LandmarkCategory, slo:Landmark and slo:GeoLocation
+  * SPARQL: Use WITH/INTO/FROM clause in WHERE pattern of updates
+  * Support MeeGoTouch Locale, recalculating indexes on locale changes
+  * data-generators: Diversify the content creation times
+  * data-generators: Support nfo:Equipment correctly
+  * data-generators: Small fixes to the music data
+  * libtracker-data: Disable fn:starts-with test for !libicu cases
+  * libtracker-data: Document the TRACKER_PRAGMAS_FILE environment variable
+  * libtracker-direct: Make singleton connection thread-safe
+  * libtracker-bus: Reduce D-Bus proxy initialization time
+  * libtracker-sparql: Reduce D-Bus proxy initialization time
+  * tracker-extract, albumart: Don't assume that g_file_get_parent() returns non-NULL
+  * tracker-miner-applications: Re-extract desktop files when locale change detected
+  * tracker-status: Added more granularity to the tracker-store status reporting for the journal replay
+
+Translations:
+
+  * fr: Bruno Brouard
+  * pt_BR: Mateus Zenaide
+
+Notes:
+
+  None
+
+
 NEW in 0.9.29 - 2010-11-24
 ==========================
 
diff --git a/configure.ac b/configure.ac
index ade5661..e5f3d80 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], [29])
+m4_define([tracker_micro_version], [30])
 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]