[tracker: 6/6] Release 2.2.0-alpha2



commit ea28518a4163eafad76318e2f1b2d16978bfe1f1
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Feb 6 00:36:17 2019 +0100

    Release 2.2.0-alpha2
    
    For the lulz, releng all over the place crapped out with the "new"
    versioning. This is just a tag, and does not get a tarball in
    gnome FTP.

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index cef07be5e..da153b4c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 2.2.0-alpha2 - 2019-02-06
+================================
+
+  * More property paths supported, new operators supported are *, +, ? and |,
+    only the ! operator is not supported yet.
+  * Multiple fixes to the new sparql parser.
+  * Improve error handling in DBus backend
+  * Many improvements and additions to the test suite
+  * Fixed potential crash in TrackerMonitor.
+
+Translations: el, es, fur, fr, gl, id, pl, ro, sl, sv, tr
+
 NEW in 2.2.0-alpha1 - 2018-11-13
 ================================
 
diff --git a/meson.build b/meson.build
index f2cde2268..10bb5d1bd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('tracker', 'c', 'vala', version: '2.2.0-alpha1')
+project('tracker', 'c', 'vala', version: '2.2.0-alpha2')
 
 gnome = import('gnome')
 i18n = import('i18n')


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