[tracker] Release 3.1.0.rc



commit d7f24d5856268fdc0906f43f42891c0eaad7fdc6
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Mar 14 20:28:10 2021 +0100

    Release 3.1.0.rc

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f67aaa5e4..0c82eb626 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+NEW in 3.1.0.rc - 2021-03-14
+============================
+  * Add tracker_sparql_connection_bus_new_async()
+  * Fix TrackerNotifier signal subscriptions across the portal
+  * Fix race condition / crash when performing SELECT queries
+  * Propagate errors better when updating the database
+  * Do not miss valid prefixed names in TrackerResource
+  * Sparql 1.1 correctness fixes
+  * Handle nesting of multivalued property functions
+  * CI improvements in JUnit test results
+
+Translations: fr, gl, hr, ko, pl, sr, tr
+
 NEW in 3.1.0.beta - 2021-02-14
 ==============================
   * Fix possible crash in fts:offsets function
diff --git a/meson.build b/meson.build
index 37bd68aaa..8fa2196fd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '3.1.0.beta',
+        version: '3.1.0.rc',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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