[tracker] Release 3.0.1



commit db1b17576f5e1edc4f145a73a9c873d453717f81
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Oct 2 02:18:54 2020 +0200

    Release 3.0.1

 NEWS        | 14 ++++++++++++++
 meson.build |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9eb9c493b..89e43a7cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.0.1 - 2020-10-02
+=========================
+  * Reference Discourse instead of the mailing list
+  * Use specific Meson options to enable debug flags
+  * Reduce in use by TrackerSparqlStatement
+  * Fix tracker:title-sort
+  * Fix stale graphs with WITH clauses
+  * Cleanup libtracker-common
+  * Several fixes for Coverity warnings
+  * More tests
+  * Build fixes
+
+Translations: he, nl, pt, sk
+
 NEW in 3.0.0 - 2020-09-13
 =========================
 
diff --git a/meson.build b/meson.build
index 274be7c10..72c6e7fed 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '3.0.0',
+        version: '3.0.1',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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