[tracker] Release 2.2.2



commit 86b8ead94210b5ee487ce48c0030fc3e4fa87c82
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu May 2 23:46:32 2019 +0200

    Release 2.2.2

 NEWS        | 14 ++++++++++++++
 meson.build |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 541028051..5825f26d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 2.2.2 - 2019-05-02
+=========================
+
+  * Fixed initialization of virtual tables
+  * Fixed segmentation fault in libtracker-miner
+  * Don't try to create JSON-LD nodes with unsigned integers
+  * Handle correctly backreferences in TrackerResource tree
+  * Many documentation fixes
+  * Fixed handling doubles with exponents in SPARQL
+  * Don't limit to specific desktop environments
+  * Build and test fixes
+
+Translations: hr
+
 NEW in 2.2.1 - 2019-03-06
 =========================
 
diff --git a/meson.build b/meson.build
index f5308ce00..ebe08de2f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '2.2.1',
+        version: '2.2.2',
         meson_version: '>=0.47')
 
 gnome = import('gnome')


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