[tracker/tracker-0.10] Release 0.10.22



commit 9150ad91e001a5d4855c179b52c54abf69cc30b6
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Aug 5 12:04:13 2011 +0100

    Release 0.10.22

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f55ab1e..9f14e6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 0.10.22 - 2011-08-05
+===========================
+
+The changes are:
+
+  * Fixes: GB#655987, VAPI file lacks annotation for MinerManager
+  * Fixes: GB#655789, Some TrackerMinerManager methods lack introspection annotations
+  * Fixes: GB#655880, Firefox extension: not compatible with Firefox 6
+  * Fixes: NB#269986, Poor performnace with different music files
+  * Fixes: NB#270774, Improve UpdateArray performance
+  * Fixes: NB#271747, Support xsd:date
+  * Fixes: NB#271389, Extraction of album art fails for a particular .mp3 file
+  * Fixes: NB#254896, tracker-miner-fs should resume pause if pausing clients crash
+  * Fixes: NB#274181, Attached file's album art is not extracted right
+  * Fixes: NB#274498, Adding tag to song causes update quad flood
+  * Fixes: NB#273120, After disconnecting from USB mass storage mode apps takes a long time to display content
+  * SPARQL: Add support for HAVING
+  * SPARQL: Add support for COALESCE
+  * libtracker-data: Add support for xsd:date
+  * libtracker-miner: Added APIs for pausing miners during process life time
+  * tracker-extract: Support DLNA profiles for JPEG, PNG and MP3 modules
+  * tracker-extract-playlist: Limit playlists to 1000 entries
+  * tracker-extract-gstreamer: Assume UTC for dates
+  * tracker-writeback: Refactor writeback so miner-fs performs more of the operation itself
+  * tracker-writeback: Deprecate IgnoreNextUpdate API
+  * tracker-control: Added --pause-for-process for potentially crash worthy processes
+  * tracker-preferences: Fix apply button
+
+Translations:
+
+  * Updated pt_BR: Gabriel Speckhahn
+
+Notes:
+
+  None
+
+
 NEW in 0.10.21 - 2011-07-22
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 188772c..6a4e1e4 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], [10])
-m4_define([tracker_micro_version], [21])
+m4_define([tracker_micro_version], [22])
 m4_define([tracker_interface_age], [10])
 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]