summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2011-12-15 16:41:38 +0000
committerMartyn Russell <martyn@lanedo.com>2011-12-15 16:41:38 +0000
commit1e70a40917a0086c6d2d7b4199e9bab6561b2914 (patch)
treef7e8ebd5e640f7eae633dccc68e12ea6f214d134
parentb1209e7dc8f582aaa68226e452a10b57d0289037 (diff)
downloadtracker-1e70a40917a0086c6d2d7b4199e9bab6561b2914.tar.gz
Release 0.13.00.13.0
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9d042395..3b5c632b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+NEW in 0.13.0 - 2011-12-15
+==========================
+
+The changes are:
+
+ * Require: libxml2 for --enable-maemo builds
+ * Require: Vala >= 0.13.4 (for introspection fixes)
+ * Removed: ioprio_get() check in configure, now most kernels have the syscall
+ * Removed: dbus-glib requirement (was only used in 1 or 2 cases)
+ * Removed: GLib unicode parser, it's was sub-optimal and unused
+ * New Feature: CUE sheet parsing is now supported
+ * libtracker-common: New env var TRACKER_USE_CONFIG_FILES to output ini files instead of use GSettings is available
+ * libtracker-miner: Updated TrackerMinerFS (breaks API/ABI)
+ * libtracker-miner: Introducing TrackerIndexingTree (to use with TrackerMinerFS)
+ * libtracker-miner: Albumart renamed to Media art and refactored
+ * tracker-miner-fs: Refactored, mtime checks are +50% faster and indexing slightly improved
+
+ Many other fixes
+
+Translations:
+
+ Many, thank you to everyone involved.
+
+
NEW in 0.12.0 - 2011-09-09
==========================