summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-12-02 16:15:23 +0000
committerMartyn Russell <martyn@lanedo.com>2010-12-02 16:15:23 +0000
commit59f46f54d0689ee8a591be3ddef02ab35249c124 (patch)
tree8559a93b4cd661ed708dd1afccd3dd1a9c133b8e
parent70678c45d8619dd5f104446a74727b44030a3f07 (diff)
downloadtracker-59f46f54d0689ee8a591be3ddef02ab35249c124.tar.gz
Release 0.9.300.9.30
-rw-r--r--NEWS37
-rw-r--r--configure.ac2
2 files changed, 38 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f24426d80..33d0c17dc 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 ade56616a..e5f3d8062 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)])