[tracker] Release 1.99.1
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Release 1.99.1
- Date: Wed, 19 Jul 2017 12:57:49 +0000 (UTC)
commit 07bc2b9d2a321104bf0c1bc9f53dcbd32a86ec3f
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jul 19 14:27:49 2017 +0200
Release 1.99.1
NEWS | 36 ++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b332f96..7fefccc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+NEW in 1.99.1 - 2017-07-19
+==========================
+
+ WARNING: This is unstable development towards 2.0. There are API and
+ ABI incompatibilities that might affect you.
+
+ * Notable speedups to tracker-miner-fs, main loop overhead was greatly
+ reduced by processing elements in batches. Indexing has been observed
+ to be up to 2x faster, and startup on an indexed and up-to-date
+ filesystem up to 3x.
+ * More notable speedups to tracker-miner-fs startup, this applies only
+ to filesystems where the number of indexed folders exceed the amount
+ of inotify handles. Inotify monitoring is temporarily disabled during
+ filesystem mtime checks, resulting in up to 4x faster startup. (In
+ addition to the previous point).
+ * Refurbished the allocation scheme for underlying DB interfaces. The
+ benefit is twofold, this makes TrackerSparqlConnections truly isolated
+ instances, and results in much reduced mutex contention on stress
+ situations.
+ * Dropped deprecated API to get direct/bus connections. Use
+ tracker_sparql_connection_get().
+ * Deprecated TrackerSparqlBuilder. Use TrackerResource.
+ * Added tracker_sparql_connection_get_namespace_manager() to fetch the
+ namespaces as per the ontology of the connection.
+ * Dropped support for non-standard SPARQL syntax "AS var", the right
+ syntax is "AS ?var", defined in SPARQL1.1 and accepted by Tracker
+ for a long time.
+ * Added tracker:title-order() sparql function, only meant to be used
+ in "ORDER BY" clauses. It drops the common articles at the beginning
+ of the given variable for sorting purposes.
+ * Fix shutdown issues on tracker-store introduced in 1.99.0. No more
+ spurious integrity checks on startup.
+ * Misc code and build fixes.
+
+Translations: fur, id, sk
+
NEW in 1.99.0 - 2017-07-06
==========================
diff --git a/configure.ac b/configure.ac
index c1d755f..4ccacc3 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], [0])
+m4_define([tracker_micro_version], [1])
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 f32d1d7..fc7fe49 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('tracker', 'c', 'vala', 'cpp', version: '1.99.0')
+project('tracker', 'c', 'vala', 'cpp', version: '1.99.1')
gnome = import('gnome')
i18n = import('i18n')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]