[tracker/tracker-0.10] Release 0.10.7
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] Release 0.10.7
- Date: Thu, 7 Apr 2011 16:45:54 +0000 (UTC)
commit a5171d7f9bed1ec46184038ad5d76c5b491db098
Author: Martyn Russell <martyn lanedo com>
Date: Thu Apr 7 17:44:48 2011 +0100
Release 0.10.7
NEWS | 35 +++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index aba2d5a..ad659db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+NEW in 0.10.7 - 2011-04-07
+==========================
+
+The changes are:
+
+ * Require: Vala >= 0.12.0 (was 0.11.4), due to introspection issues
+ * Require: GObject Introspection >= 0.9.5
+ * New Feature: Introspection support for libtracker-{sparql|miner|extract}
+ * Fixes: GB#644997, "initial-sleep" configuration in miner-fs broken
+ * Fixes: GB#646365, Add macro to check Tracker version
+ * Fixes: GB#646374, Add a doap file to keep master.gnome.org happy when releasing
+ * Fixes: GB#644455, ~/.cache/tracker/no-need-mtime-check.txt is not written if tracker-store is stopped before tracker-miner-fs
+ * Fixes: NB#244536, Messages not saved correctly into tracker
+ * Fixes: NB#242253, Customized album art image not shown in Music application
+ * Fixes: NB#229461, Black thumbnail is displayed after delete favourite image
+ * Fixes: NB#237582, Some PDF files are not indexed
+ * Fixes: NB#240272, GConf should use the GDBus port, as libdbus isn't thread safe and crashes are being seen fetching the configuration values of meegotouch locale
+ * Fixes: NB#241659, COREWEB: applications crashing for 'strcmp __dlerror fetch_dlerror _g_module_symbol g_module_symbol'
+ * libtracker-sparql: Fixed test case on cancellation error check
+ * tracker-extract: oasis: Avoid invalid frees on non-NULL pointers
+ * tracker-needle: Cancel previous operations when switching views.
+ * tracker-needle: Improve "icons" or "images" category to allow filtering by all or title
+
+Translations:
+
+ * Updated de: Markus Schley
+ * Updated es: Daniel Mustieles
+ * Updated pl: Piotr DrÄ?g
+ * Updated sv: Daniel Nylander
+
+Notes:
+
+ None
+
+
NEW in 0.10.6 - 2011-03-31
==========================
diff --git a/configure.ac b/configure.ac
index cbebe66..e9d594d 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], [6])
-m4_define([tracker_interface_age], [1])
+m4_define([tracker_micro_version], [7])
+m4_define([tracker_interface_age], [0])
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]