summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-01-07 13:42:48 +0000
committerMartyn Russell <martyn@lanedo.com>2010-01-07 13:56:17 +0000
commit2d1ecca868521ebc5a681a207800a90c55dcad3f (patch)
tree1792aa8c531b266474164b2067d73057b6c2651c
parent6cc85e5ce70da1e9dbe21ca920585fdc7b327c10 (diff)
downloadtracker-2d1ecca868521ebc5a681a207800a90c55dcad3f.tar.gz
Updated NEWS for release
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4deaa1f67..e3cff651c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+NEW in 0.7.15
+=============
+
+Improvements / New:
+
+ General:
+ * Fixed id3lib configure errors.
+ * Improved README for people building Tracker.
+
+ SPARQL:
+ * Fixed non-ASCII IRIs.
+
+ libtracker-fts:
+ * Simplify virtual table creation.
+
+ libtracker-data:
+ * Separate inserting URIs from creating DB schema.
+
+ tracker-extract:
+ * Added nmm:length for audio files from GStreamer extractor.
+ * Fixed nfo:channels and nfo:sampleRate, uint vs int error.
+
+Bugs:
+
+ * Fixes GB#572237, Remove deprecated Glib symbols
+ * Fixes GB#604655, Fix detection of ioprio
+ * Fixes NB#132761, Tracker does not extract metadata from WMA files
+
+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.14
=============