[tracker/tracker-1.10] Release 1.10.2



commit 436331aa63c045422424bf4032cd3fe2bab6837b
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Dec 8 17:30:36 2016 +0100

    Release 1.10.2

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a02a12..4a74982 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 1.10.2 - 2016-12-08
+==========================
+
+  * tracker-extract: Sandbox extractor threads. Filesystem and network
+    access are limited to being read and local only.
+  * libtracker-sparql: Fix compile on C++ compilers
+  * tracker-extract: Use CUE info as a last resort on FLACs
+  * tracker-extract: Minor improvements on albumartist extraction
+  * libtracker-data: Handle overflows on libicu-based normalization
+
+Translations: nb, zh_CN
+
 NEW in 1.10.1 - 2016-10-14
 ==========================
 
diff --git a/configure.ac b/configure.ac
index c2843d2..80c06cf 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], [1])
 m4_define([tracker_minor_version], [10])
-m4_define([tracker_micro_version], [1])
+m4_define([tracker_micro_version], [2])
 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]