[tracker/tracker-0.10: 9/9] Release 0.10.6
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10: 9/9] Release 0.10.6
- Date: Thu, 31 Mar 2011 19:54:41 +0000 (UTC)
commit df11f22cfb2941e50fd9648b36cfd76644f4555f
Author: Martyn Russell <martyn lanedo com>
Date: Thu Mar 31 20:47:56 2011 +0100
Release 0.10.6
NEWS | 35 +++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4bf66ab..aba2d5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+NEW in 0.10.6 - 2011-03-31
+==========================
+
+The changes are:
+
+ * Require: GStreamer 0.10.31 (was 0.10.12) for GstDateTime
+ * Fixes: GB#645380, msoffice-xml timeouts in case the file has too much content
+ * Fixes: GB#645934, evolution plugin build fails to build since 0.10.5 and evo 2.91.x
+ * Fixes: GB#645963, query callback being called from another thread
+ * Fixes: GB#645675, mlo and slo contain invalid Turtle literals: 'False' instead of 'false'
+ * Fixes: NB#241833, Copied videos are always indexed with time set to 00:00:00
+ * Fixes: NB#235445, msoffice-xml timeouts in case the file has too much content
+ * Fixes: NB#241206, Embedded album art not found for MP3 clip
+ * Fixes: NB#240168, fn:to-lower does not handle non-latin characters
+ * Fixes: NB#240582, libtracker-sparql returns datetimes and bools as TRACKER_SPARQL_VALUE_TYPE_STRING
+ * New Feature: Added INSERT OR REPLACE SPARQL, using UPDATE gives us ca. 25% speed improvement in some cases
+ * libtracker-common: Only use encoding guessing when confidence is > 30%
+ * libtracker-data: Added new functions tracker:case-fold() and tracker:lower-case()
+ * libtracker-sparql: Handle GSpawnError thrown by GDBus
+ * tracker-needle: Model reworked showin no delay loading thousands of items
+ * tracker-needle: Improve error handling
+
+Translations:
+
+ * Updated cs: Marek Ä?ernocký
+ * Updated da: Joe Hansen
+ * Updated es: Daniel Mustieles
+ * Updated sl: Andrej ŽnidarÅ¡iÄ?
+ * Updated zh_CN: Yinghua Wang
+
+Notes:
+
+ None
+
+
NEW in 0.10.5 - 2011-03-24
==========================
diff --git a/configure.ac b/configure.ac
index c94f05e..140181f 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], [5])
-m4_define([tracker_interface_age], [0])
+m4_define([tracker_micro_version], [6])
+m4_define([tracker_interface_age], [1])
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]