summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-04-15 16:39:58 +0100
committerMartyn Russell <martyn@lanedo.com>2010-04-15 16:41:20 +0100
commit6ed05b176b27f679086b5fec1d13146cbcf96bae (patch)
tree174edd5d999072b7ccfb2ac4c4daa33b4f62b33f
parent38c2e66821ef79ed55c6e42d05c62dc58d6207fc (diff)
downloadtracker-6ed05b176b27f679086b5fec1d13146cbcf96bae.tar.gz
Updates NEWS0.9.1
-rw-r--r--NEWS76
1 files changed, 76 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e6f847e6..d796b235b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,79 @@
+NEW in 0.9.1 - 2010-04-15
+=========================
+
+Improvements / New:
+
+ General:
+ * Fixed erroneous linking where GdkPixbuf, HAL, DeviceKit, Pango and UNAC were involved
+
+ Ontology:
+ * Added tracker:writeback for nmm:performer and nmm:musicAlbum
+ * Added nfo:heading and nfo:tilt properties
+
+ libtracker-common:
+ * Fixed use of timegm on BSD and use it for __GLIBC__, it's faster
+
+ libtracker-db:
+ * Avoid type checking for TrackerDBInterface and TrackerDBResultSet
+
+ libtracker-data:
+ * Added ontology change support for properties
+ * Added ontology change error reporting
+ * Added ontology change support for tracker:notify, tracker:writeback and tracker:indexed
+ * Avoid type checking for TrackerProperty, TrackerClass and TrackerNamespace
+
+ libtracker-client:
+ * Added API to connect to writeback D-Bus service
+ * Added properties to Vala bindings (allowing property = value)
+
+ libtracker-extract:
+ * Added tracker_{xmp|iptc|exif}_{new|free}() functions
+ * Added tracker_coalesce_strip() to replace tracker_coalesce()
+ * Added tracker_merge_const() to replace tracker_merge()
+ * Refactored memory usage in extractors by use of tracker_coalesce()
+
+ tracker-store:
+ * Use priority queues in preparation for async queue handling branch
+
+ tracker-miner-fs:
+ * Fixed build failures on non-Linux systems (FAT filesystem operations)
+
+ tracker-miner-rss:
+ * Fixed linking to build with GThread
+
+ tracker-extract:
+ * Fixed PNG extractor to use more recent libtracker-extract Exif/Xmp APIs
+
+ tracker-writeback:
+ * Replaced id3lib module (known to corrupt mp3s) for taglib module
+
+ tracker-tag:
+ * Support nao:description with --description when using --add
+
+Bugs:
+
+ * GB#615182 - Avoid initializing priorities twice in tracker-miner-fs
+ * GB#615313 - Avoid Invalid Read when iterating INotifyHandle list
+ * GB#615184 - Is the low memory configuration option deprecated?
+ * GB#615563 - Proper handling of --enable-evolution-miner configure option
+ * GB#615178 - Graceful crawling stop
+ * GB#615035 - Removing unzip command dependency from ms-office extractor
+ * NB#161047 - Images resolution is not extracted
+ * NB#163544 - substring function needed
+ * NB#163715 - Tracker doesn't handle e.g. "11"^^<http://www.w3.org/2001/XMLSchema#int> correctly
+ * NB#163480 - Tracker does not seem to be reading all the tags associated with an image
+
+Translations:
+
+ * Updated cs: Petr Kovar
+ * Updated lt: Gintautas Miliauskas
+ * Updated sl: Andrej Žnidaršič
+
+Notes:
+
+ None
+
+
NEW in 0.9.0 - 2010-04-08
=========================