[tracker-miners] Release 2.99.4



commit dc43136847dd5195fcf72da8f4d53dbde9fdac8f
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Aug 24 16:15:37 2020 +0200

    Release 2.99.4

 NEWS        | 21 +++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b851baf93..23dce5a76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 2.99.4 - 2020-08-24
+==========================
+
+  * CLI modernization
+    - Integration with pager
+    - "tracker3 index" makes persistent configuration changes
+    - "tracker3 info --eligible $file" tells whether a file would
+      be indexed, or why not.
+    - "tracker3 reset" resets better
+    - "tracker3 daemon" terminates processes better
+    - "tracker3 search" fixes
+    - Erase ^C after monitoring subcommands
+    - "tracker3 status" shows reports about files that failed
+      indexing/metadata extraction
+  * Fixes to removable mount handling
+  * Use curly quotes consistently in setting description strings
+  * Better use of asserts in tests
+  * Update seccomp rules to work with modern glib
+
+Translations: en_GB, es, eu, fr, gl, ja, pl, pt_BR, ro, sl, tr, uk
+
 NEW in 2.99.3 - 2020-08-10
 ==========================
 
diff --git a/meson.build b/meson.build
index ff71ab0fa..f89d33513 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker-miners', 'c',
-        version: '2.99.3',
+        version: '2.99.4',
         meson_version: '>=0.51')
 
 gnome = import('gnome')


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