summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccadc45d9..87b606e1f 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 29cf706fb..ef922aca7 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)])