[tracker] Release 1.99.3



commit 34d6bbfc60cbb51ce003ff8ceecdd41dfc2ba57c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Aug 22 13:48:19 2017 +0200

    Release 1.99.3

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 61e40ff..b95960b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+NEW in 1.99.3 - 2017-08-22
+==========================
+
+  WARNING: This is unstable development towards 2.0. There are API and
+           ABI incompatibilities that might affect you.
+
+  * Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite devs
+    made forwards and backwards incompatible changes to the FTS5 module,
+    it is not sustainable anymore to ship a FTS5 module for all
+    combinations. The current FTS5 module in Tracker is preserved for
+    older SQLite versions.
+  * Fixed a Coverity warning (CID #1453480)
+  * Misc code and build fixes.
+
+Translations: fr, gl, ml, ne, pl, sr, sr@latin
+
 NEW in 1.99.2 - 2017-08-07
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 8761d19..d36a101 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], [99])
-m4_define([tracker_micro_version], [2])
+m4_define([tracker_micro_version], [3])
 m4_define([tracker_interface_age], [0])
 m4_define([tracker_binary_age],
           [m4_eval(100 * tracker_minor_version + tracker_micro_version)])
diff --git a/meson.build b/meson.build
index 8f66e72..7fdd5b3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('tracker', 'c', 'vala', 'cpp', version: '1.99.2')
+project('tracker', 'c', 'vala', 'cpp', version: '1.99.3')
 
 gnome = import('gnome')
 i18n = import('i18n')


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