[tracker/tracker-0.12] Release 0.12.6
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.12] Release 0.12.6
- Date: Fri, 21 Oct 2011 13:02:18 +0000 (UTC)
commit a933c783d053e6829d3c090223cd089b64305f23
Author: JÃrg Billeter <j bitron ch>
Date: Thu Oct 20 18:28:52 2011 +0200
Release 0.12.6
NEWS | 31 +++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d2db9d3..a7ad7a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+NEW in 0.12.6 - 2011-10-21
+==========================
+
+The changes are:
+
+ * Fixes: GB#662099: tracker-preferences: Make sure "Recurse" column title is translated
+ * Fixes: NB#286589: tracker-writeback: Don't own the DBus name before registering the object
+ * Fixes: NB#287278: libtracker-miner: Ignore mtime difference of less than 2 seconds
+ * tracker-miner-fs: Fix uninitialized variable
+ * tracker-extract: Also complete cancelled tasks
+ * tracker-extract: Fix uninitialized variable in albumart
+ * tracker-extract-text: Fix crash if unable to open file
+ * tracker-control: Fix crash when unable to get miner pause details
+ * tracker-control: Do not call g_object_unref on NULL in error case
+ * tracker-needle: Fix crash in result store
+ * tracker-preferences: Mark tooltips in tracker-preferences.ui for translation
+ * tests/libtracker-extract: unit tests for tracker-iptc
+ * tests/libtracker-extract: Complete tracker-encoding tests
+ * tests/libtracker-extract: Complete tests for tracker-utils
+ * tests/libtracker-extract: tracker-guaranteee unit tests
+ * tests/libtracker-extract: Unit tests for tracker-exif
+ * tests/libtracker-extract: Tests for TrackerExtractInfo
+ * functional-tests: Increase timeout in application tests
+
+Translations:
+
+ * Updated es: Daniel Mustieles
+ * Updated ja: Takeshi AIHANA
+ * Updated pl: Piotr DrÄg
+
+
NEW in 0.12.5 - 2011-10-13
==========================
diff --git a/configure.ac b/configure.ac
index bdbfe49..7f5395c 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], [12])
-m4_define([tracker_micro_version], [5])
+m4_define([tracker_micro_version], [6])
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]