summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-02-20 23:34:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2014-02-20 23:34:49 +0100
commit53601307dd8ed9b1927bfcaf983f4272c391ce82 (patch)
treebdf76ba1aee9d91be2a578322b20f163f88b683c /NEWS
parent95107a2f91bc8bce127eec56936207f5733c9916 (diff)
downloadtracker-53601307dd8ed9b1927bfcaf983f4272c391ce82.tar.gz
Release 0.17.30.17.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 886aea857..5bd42d930 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEW in 0.17.3 - 2014-02-20
+==========================
+
+The main changes are:
+
+ * tracker-extract: Prioritization of rdf:types has been implemented, so certain file types are extracted before others, on demand of applications.
+ * libtracker-extract: This library has been made private. Implementing a TrackerDecorator is the recommended way to provide additional data.
+ * libtracker-miner: Major API cleanups,
+ - TrackerMinerWeb has been removed, replaced by TrackerMinerOnline
+ - TrackerMinerManager has been splitted into a separate libtracker-control
+ - TrackerCrawler, TrackerStorage and the thumbnailer/mediaart helper functions are no longer public.
+ * libtracker-control: New library, containing TrackerMinerManager, it requires using tracker-control-1.0.pc
+ * tracker-miner-fs: optional prioritization of folders has been reimplemented, used on removable volumes and DBus requests
+ * tests: GTester Makefile rules have been updated
+ * utils: tracker-sparql gained a --tree switch to print (partial) ontology trees, and longhands/shorthands for classes/properties
+
+
NEW in 0.17.2 - 2014-02-14
==========================