[tracker] Release 0.7.8



commit 4140ea5d835c054a6dbbced415f581bc34c683df
Author: Jürg Billeter <j bitron ch>
Date:   Fri Nov 20 16:43:14 2009 +0100

    Release 0.7.8

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ccadc45..87b606e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+NEW in 0.7.8
+============
+
+Improvements / New:
+
+  General:
+  * Add --version option to command line tools.
+
+  Ontology:
+  * NCO: Add more IM properties.
+  * NMO: Add first draft of SMS support.
+  * Work on ontology description and documentation.
+
+  SPARQL:
+  * Limit scope of blank nodes to conform to specification.
+  * Fix missing results due to OPTIONAL optimization.
+
+  libtracker-data:
+  * Fix critical warning on tracker-store startup.
+
+  tracker-extract:
+  * Fix use of tagreadbin in GStreamer extractor.
+  * Use NAO tags for image keywords.
+  * Correctly detect 3GPP audio files in GStreamer extractor.
+  * Extract nmm:albumTrackCount from MP3 files.
+
+  RSS Reader:
+  * Add some Zeitgeist interaction to the RSS Reader example.
+
+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.7
 ============
 
diff --git a/configure.ac b/configure.ac
index 29cf706..ef922ac 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], [7])
+m4_define([tracker_micro_version], [8])
 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]