[tracker] Release 2.99.2



commit 0a249fde81ed821d1977583dd8863c633b6170fe
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Jun 26 14:02:24 2020 +0200

    Release 2.99.2

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 83dabdba6..790176b0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+NEW in 2.99.2 - 2020-06-26
+==========================
+  * Dropped priority argument from tracker_sparql_connection_update*()
+  * Better parser error messages
+  * SPARQL correctness fixes
+  * Fixes to tracker_sparql_cursor_is_bound() checks
+  * Ontology clean ups and sync ups with Nepomuk
+  * Fixed lifetime of blank node labels
+  * Fixes to recursive property paths
+  * Ensure property functions pick non NULL values
+  * Several fixes merge SERVICE{} data with the local graph pattern
+  * Add `tracker export --show-graphs` CLI subcommand to show available
+    graphs
+  * Parameter bindings within SERVICE{} clauses are now allowed
+  * Fixes to single/double quote escaping
+  * Fixes to make tracker-sandbox more usable in tests
+  * Many cleanups, memory leak and performance fixes
+
 NEW in 2.99.1 - 2020-05-03
 ==========================
 
diff --git a/meson.build b/meson.build
index de6e61be5..ae74a3bcf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '2.99.1',
+        version: '2.99.2',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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