summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-05-20 17:35:32 +0100
committerMartyn Russell <martyn@lanedo.com>2010-05-20 17:35:32 +0100
commit377ca6994ff4b68ce42309222f95ea6aacf101b9 (patch)
tree32d322e0be8729e69649a5c447dde59657990c9e
parent12a05f0afd29660c36838aa034940b11f9a8f930 (diff)
downloadtracker-377ca6994ff4b68ce42309222f95ea6aacf101b9.tar.gz
Updated NEWS
-rw-r--r--NEWS65
1 files changed, 65 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1d23eb71..44d9e5b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,68 @@
+NEW in 0.8.7 - 2010-05-20
+=========================
+
+Improvements / New:
+
+ General:
+ * Fixed building with VPATHS where $srcdir != $builddir
+
+ SPARQL:
+ * Added tracker:id function to return the integer ID used as last sort key in queries
+
+ Ontology:
+ * Added ontology change support for properties
+ * Added ontology change error reporting
+ * Added tracker:indexed for nfo:belongsToContainer
+ * Added nao:deprecated to the ontology
+
+ libtracker-data:
+ * Added ontology change support for tracker:notify, tracker:writeback and tracker:indexed
+ * Create new contexts per tripple now, improves variable handling
+
+ libtracker-miner:
+ * Fixed IRI cache
+ * Fixed mtime cache for config directories themselves
+ * Updated nfo:fileLastModified query to use nfo:belongsToContainer, much faster
+
+ tracker-extract:
+ * Handle single null terminated strings in UCS2 and UTF-16 in mp3 extractor
+
+ tracker-search-tool:
+ * Fixed segfault when entering text while categories are selected
+
+ tracker-tag:
+ * Support nao:description with --description when using --add
+
+Bugs:
+
+ * NB#163155 - tracker-extract is crashing while extracting album art of a mp3 file
+ * NB#169254 - GLIB CRITICAL ** GLib - g_utf8_strdown: assertion `str != NULL' failed
+ * NB#169105 - GLIB CRITICAL ** Tracker - tracker_iptc_new: assertion `len > 0' failed
+ * NB#169119 - GLIB CRITICAL ** GLib-GObject - g_object_unref: assertion `G_IS_OBJECT (object)' failed
+ * GB#619061 - add search history and auto-completion
+ * GB#616535 - miner-fs stops after crawling a little (no crash). maybe non-utf8 locale related.
+ * GB#614870 - Open t-s-t on left click
+ * GB#614610 - config behaviour regarding xdg-user-dirs doesn't work properly
+ * GB#618821 - Wrong X-GNOME-Bugzilla-Components for desktop files
+ * GB#618544 - Only install tracker-search-bar man page when enabled
+ * GB#618011 - UI problems with tracker tray icon
+ * GB#616808 - dist tarball fails to build twice in a row if --enable-gtk-doc is selected
+ * GB#491850 - Allow option to ignore stopwords
+ * GB#503366 - Cannot search number in text files
+ * GB#579756 - Unicode Normalization is broken in Indexer and/or Search
+
+Translations:
+
+ * Updated cs: Petr Kovar
+ * Updated de: Mario Blättermann
+ * Updated sl: Andrej Žnidaršič
+ * Updated es: Jorge González
+
+Notes:
+
+ None
+
+
NEW in 0.8.6 - 2010-05-13
=========================