[tracker] Release 3.1.0.beta



commit 2e4c52882bc9ca2b239c493944ad9fbb8ef81478
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Feb 14 18:42:23 2021 +0100

    Release 3.1.0.beta

 NEWS        | 10 ++++++++++
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index eb98f9db6..f67aaa5e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 3.1.0.beta - 2021-02-14
+==============================
+  * Fix possible crash in fts:offsets function
+  * Handle variables as service URIs, e.g.
+    SERVICE ?s { ... } VALUES ?s { ... }
+  * Add more g-i-r annotations
+  * Improve ellipsizing in CLI tools
+
+Translations: cs, fur, hu, id, pt_BR, sl, sr, sv, tr
+
 NEW in 3.1.0.alpha - 2021-01-10
 ===============================
   * Add TrackerBatch, object made to hold multiple updates
diff --git a/meson.build b/meson.build
index 7ba4cd8a9..37bd68aaa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '3.1.0.alpha',
+        version: '3.1.0.beta',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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