[tracker] Release 0.7.18



commit da7bbc2b2aeb80d764725a0297439f52304170a0
Author: Jürg Billeter <j bitron ch>
Date:   Thu Jan 28 17:43:24 2010 +0100

    Release 0.7.18

 NEWS         |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 76429b5..558a0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+NEW in 0.7.18
+=============
+
+Improvements / New:
+
+  General:
+  * Added configure option for enca.
+  * Fixed bashism in configure.
+  * Fixed compilation warnings.
+
+  Ontology:
+  * Include diagrams and explanations in generated documentation.
+  * Reformatted documentation to docbook.
+
+  SPARQL:
+  * Add tracker:cartesian-distance and tracker:haversine-distance
+    functions to calculate distance between two geolocations.
+  * Support constructor functions for type conversion.
+
+  libtracker-db:
+  * Create directory structure before creating journal file.
+
+  tracker-miner-fs:
+  * Support reindexing by mime type for new extractors.
+  * Improve logging of files processed/notified.
+
+  tracker-writeback:
+  * Fixed manual white-balance writeback.
+
+  tracker-search:
+  * Fix album listing.
+
+  evolution:
+  * Timed waiting on the GCond.
+
+Bugs:
+
+  * NB#153866, Removing and selecting a resource right afterwards...
+
+Translations:
+
+  * Updated es: Jorge González
+  * Updated et: Mattias Põldaru
+  * Updated hu: Gabor Kelemen
+  * Updated sl: Andrej ŽnidarÅ¡iÄ?
+
+Notes:
+
+  The Deskbar applet packaged with Tracker is currently out of date
+  and needs some love to get it working with the new APIs. It is in
+  the same state as it was for 0.6. As such it isn't expected to work.
+
+
 NEW in 0.7.17
 =============
 
diff --git a/configure.ac b/configure.ac
index 6ac7f57..fbb9d1c 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], [7])
-m4_define([tracker_micro_version], [17])
+m4_define([tracker_micro_version], [18])
 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]