[tracker/tracker-0.12] Release 0.12.10
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.12] Release 0.12.10
- Date: Wed, 15 Feb 2012 15:14:47 +0000 (UTC)
commit 2e415ae64fdab9fdae0cb5f051569dbca9a3bd48
Author: Martyn Russell <martyn lanedo com>
Date: Wed Feb 15 15:12:33 2012 +0000
Release 0.12.10
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 047f1c0..ea49f53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+NEW in 0.12.10 - 2011-02-15
+===========================
+
+The changes are:
+
+ * Fixes: GB#669546, tracker-miner-fs: Segmentation fault
+ * Fixes: GB#666654, unbreak compilation if the O_NOATIME flag for open(2) is not available
+ * Fixes: GB#666410, missing gmodule detection for LIBTRACKER_EXTRACT
+ * Fixes: GB#666678, g_str_has_prefix() called on a NULL string with tracker_config_file_new()
+ * Fixes: NB#296488, Fix crash when SIGTERM happens before mainloop is available
+ * Fixes: NB#289635, Test for reply being NULL and don't unref in that case
+ * Fixes: NB#296009, Add debugging aid for when opening MSOffice files fail
+ * build: Set _REQUIRED versions for giff, jpeg and tiff
+ * build: Depend on gmodule for libtracker-extract since glib 2.31.4 doesn't depend on it
+ * build: Remove all g_thread_init() calls
+ * libtracker-common: Add new function tracker_file_open_fd()
+ * libtracker-data: Fix dead code with disabled journal
+ * libtracker-extract: Don't build EXIF tests if we don't have support enabled
+ * libtracker-extract: Do not use tracker_coalesce_strip on constant strings in unit tests
+ * libtracker-extract: Fix mockup example which unrefs TrackerExtractInfo->GFile
+ * libtracker-miner: Don't send sparql to tracker-store for missing/cancelled files
+ * libtracker-miner: Several documentation related fixes
+ * tracker-store: Print warning if unable to initialize statistics
+ * tracker-miner-fs: Don't index removable media on initial index if disabled
+ * tracker-miner-fs: Fix crash when SIGTERM happens before mainloop is available
+ * tracker-extract-msoffice: Add debugging aid for when opening file fails
+ * tracker-needle: Fix build with GLib 2.31
+ * ttl2sgml: Do not call fclose if file is NULL
+
+Translations:
+
+ * Updated nb: Kjartan Maraas
+
+
NEW in 0.12.9 - 2011-12-16
==========================
diff --git a/configure.ac b/configure.ac
index ac4df6d..928763c 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], [0])
m4_define([tracker_minor_version], [12])
-m4_define([tracker_micro_version], [9])
-m4_define([tracker_interface_age], [9])
+m4_define([tracker_micro_version], [10])
+m4_define([tracker_interface_age], [10])
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]