[tracker] Release 2.99.4



commit 2fab752b307f0708f5a855f5a72b657e91de2c77
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Aug 24 15:16:02 2020 +0200

    Release 2.99.4

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7377f9afa..e66c288e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+NEW in 2.99.4 - 2020-08-24
+==========================
+  * CLI modernization
+    - integration with pager
+    - bash completion for endpoints
+  * Use curly quotes consistently in CLI options
+  * SPARQL parsing fixes
+  * Multiple fixes around 'VALUES' SPARQL syntax
+  * Fix race conditions around graph creation
+  * Better use of asserts in tests
+
+Translations: en_GB, es, eu, gl, pl, pt_BR, ro, sl, tr, uk
+
 NEW in 2.99.3 - 2020-08-10
 ==========================
   * Add portal
diff --git a/meson.build b/meson.build
index e39393be2..5ed0a4745 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '2.99.3',
+        version: '2.99.4',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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