[tracker/tracker-0.12] Release 0.12.1



commit 2db530ea71470238688d274b8b8bb4fec94d3233
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Sep 15 17:10:23 2011 +0100

    Release 0.12.1

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e9d0423..b17c311 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+NEW in 0.12.1 - 2011-09-15
+==========================
+
+The changes are:
+
+  * Require Vala >= 0.13.4 was 0.12.0 (for correct introspection with libtracker-sparql)
+  * Fixes: GB#659062, Shouldn't index removable media devices by default
+  * Fixes: GB#659063, Should enable indexing on battery by default
+  * Fixes: GB#651815, Nautilus crashes or hangs with Tracker plugin
+  * Fixes: GB#658645, Port writeback to GDBus
+  * Fixes: GB#658706, Broken Tracker-0.12.gir in 0.12.0 release
+  * Fixes: GB#658787, tracker 0.12.0 does not build
+  * Fixes: NB#282190, Invalid artist md5 hash in media-art filename.
+  * Fixes: NB#282393, tracker-extract crashes parsing XMP metadata which contains regions of interest
+  * Fixes: NB#277052, Tracker doesn't cope with inconsistent mount point states between reboots
+  * Fixes: NB#281335, Handle removal of superproperty definitions in the ontology
+  * libtracker-data: Support removing rdfs:subPropertyOf in ontology
+  * libtracker-sparql: Updated documentation build instructions for 0.12 and to include introspection annotations glossary
+  * libtracker-miner: Updated documentation build instructions for 0.12 and to include introspection annotations glossary
+  * libtracker-miner: Export TrackerTask* and TrackerPriority* API for new unit tests
+  * libtracker-miner: Check to turn create + delete events into noop was wrong in check_item_queues()
+  * libtracker-extract: Updated documentation build instructions for 0.12 and to include introspection annotations glossary
+  * libtracker-extract: Fix Regions of Interest SPARQL generated from metadata
+  * tracker-miner-fs: Avoid trying to parse directories as desktop files
+
+Translations:
+
+  * Updated es: dmustieles
+
+Notes:
+
+  None
+
+
 NEW in 0.12.0 - 2011-09-09
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 50151eb..8a39903 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], [12])
-m4_define([tracker_micro_version], [0])
+m4_define([tracker_micro_version], [1])
 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]