[tracker] Release 3.1.0



commit 29219e06b9433cf188bdc56c9710cd466ddb3f75
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Mar 20 14:12:23 2021 +0100

    Release 3.1.0

 NEWS        | 14 ++++++++++++++
 meson.build |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0c82eb626..05f1f3f72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.1.0 - 2021-03-20
+=========================
+  * Add build-time warning for SQLite 3.35.[01]
+  * Workaround other SQLite 3.35 bug
+
+  Highlighted changes since 3.0:
+  * New, faster API for updates, see TrackerBatch and
+    tracker_sparql_connection_update_resource
+  * New API to create HTTP endpoints, see
+    tracker_endpoint_http_new
+  * New tracker:strip-punctuation SPARQL function
+  * Multiple performance improvements
+  * Several SPARQL 1.1 correctness fixes
+
 NEW in 3.1.0.rc - 2021-03-14
 ============================
   * Add tracker_sparql_connection_bus_new_async()
diff --git a/meson.build b/meson.build
index 5187fae43..efa6d83b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '3.1.0.rc',
+        version: '3.1.0',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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