[tracker/tracker-0.10] Release 0.10.37
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] Release 0.10.37
- Date: Fri, 2 Dec 2011 11:07:18 +0000 (UTC)
commit 111bffa4aa52650b1f5c858011a0b99358c65609
Author: JÃrg Billeter <j bitron ch>
Date: Fri Dec 2 11:15:31 2011 +0100
Release 0.10.37
NEWS | 21 +++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7db3b2d..b167f8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 0.10.37 - 2011-12-02
+===========================
+
+The changes are:
+
+ * Fixes: NB#289635, libtracker-common: Add more checks to gconf-dbus locale handling
+ * Fixes: NB#290165, UpdateArray error handling in miner-fs crashes due to signedness mismatch
+ * Fixes: NB#293333, libtracker-bus: Keep connection to D-Bus session bus alive
+ * Fixes: NB#293344, libtracker-data: Use tracker_date_to_string instead of SQLite's strftime
+ * libtracker-common: Fix tracker_date_to_string for timestamps before 1970
+ * libtracker-common: Fix invalid read in tracker_string_to_date
+ * tracker-extract-text: Fix double free
+ * tracker-miner-fs: Provide --disable-miner command line argument
+ * tests: Update tests for changed date/time formatting
+ * functional-tests: Disable userguides miner to avoid timeouts
+
+Translations:
+
+ * Updated pl: Piotr DrÄg
+
+
NEW in 0.10.36 - 2011-11-25
===========================
diff --git a/configure.ac b/configure.ac
index bddfa10..60b7de7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.64])
# set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
m4_define([tracker_major_version], [0])
m4_define([tracker_minor_version], [10])
-m4_define([tracker_micro_version], [36])
+m4_define([tracker_micro_version], [37])
m4_define([tracker_interface_age], [0])
m4_define([tracker_binary_age],
[m4_eval(100 * tracker_minor_version + tracker_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]