[tracker/tracker-1.0] Release 1.0.1



commit dd87c6fbee8cd8ca775984521bfc2c816b178731
Author: Martyn Russell <martyn lanedo com>
Date:   Thu May 8 13:06:06 2014 +0100

    Release 1.0.1

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7696530..fb5872f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+
+NEW in 1.0.1 - 2014-05-08
+=========================
+
+The main changes since 1.0.0 are:
+
+  * build: Switch --with-enca is now --enable-enca
+  * build: Switch --enable-icu-charset-detection has been added to prefer ICU over enca for MP3 content 
detection
+  * Fixes: GB#729708, "Unable to insert multiple values for subject" error
+  * Fixes: GB#728252, libextract-mp3.so hangs on some mp3 files
+  * Fixes: GB#728546, crash in extractor on dbus timeout warning
+  * Fixes: GB#728370, tracker-extract-vorbis.c is missing a few #ifdef HAVE_LIBMEDIAART
+  * Fixes: GB#725717, tracker-tag is missing a command line option for AND-operations
+  * Fixes: GB#729474, miner-rss subclassing from TrackerMinerOnline
+  * libtracker-miner: Memory footprint significantly reduced:
+    * Massif reports tracker-miner-fs peaking at 24MB.
+    * Massif reported previously growing to ~180MB.
+    * Fix involves using file depth based notification internally to reduced memory build up.
+    * Querying existing data in the DB now is limited (to avoid memory use, at a small performance cost).
+    * Initial indexing performance is unaffected.
+    * Approximately 1/3 more expensive indexing updates on resources post initial index.
+    * Testing using an index of 11304 folders and 123428 files.
+  * libtracker-extract: Encoding detection with libicu handles failure better
+  * tracker-extract: giflib 4.2.x doesn't support PrintGifError, handle both situations
+  * tracker-search: Fix output when searching for emails, snippets shown in red and links in green
+
+Translations:
+
+  * Updated ca: Pau Iranzo
+  * Updated de: Christian Kirbach, Benjamin Steinwender
+  * Updated el: Tom Tryfonidis
+  * Updated eu: Inaki Larranaga Murgoitio, Iñaki Larrañaga Murgoitio
+  * Updated gl: Fran Diéguez, Fran Dieguez
+  * Updated id: Andika Triwidada, Dirgita
+  * Updated ko: Seong-ho Cho
+  * Updated lt: Aurimas Černius
+  * Updated pl: Piotr Drąg
+  * Updated pt_BR: Rafael Ferreira
+  * Updated ru: Yuri Myasoedov, Stas Solovey
+  * Updated uk: Daniel Korostil
+  * Updated zh_CN: YunQiang Su, Yunqiang Su
+
+
 NEW in 1.0.0 - 2014-03-24
 =========================
 
diff --git a/configure.ac b/configure.ac
index 0b3b19b..1136cb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ AC_PREREQ([2.64])
 # set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
 m4_define([tracker_major_version], [1])
 m4_define([tracker_minor_version], [0])
-m4_define([tracker_micro_version], [0])
-m4_define([tracker_interface_age], [0])
+m4_define([tracker_micro_version], [1])
+m4_define([tracker_interface_age], [1])
 m4_define([tracker_binary_age],
           [m4_eval(100 * tracker_minor_version + tracker_micro_version)])
 m4_define([tracker_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]