[tracker-miners] Release 3.1.0



commit fc4287e213bc3568b3012433b9466d0c207e174d
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Mar 20 14:36:44 2021 +0100

    Release 3.1.0

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0590b04d0..88b86c84c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 3.1.0 - 2021-03-20
+=========================
+Translations: fr, it
+
+  Highlighted changes since 3.0:
+  * Massive performance improvements to tracker-miner-fs-3
+    - Directory monitoring now is now delegated on a worker
+      thread, to free up the main thread's main context.
+    - Multiple internal refactors to avoid redundant operations
+      while checking for changes across a directory tree, and
+      better clustering when handling those changes.
+    - Use of TrackerBatch for better update performance
+  * Better support for file formats in tracker-extract-3
+    - Support for more game image formats
+
 NEW in 3.1.0.rc - 2021-03-14
 ============================
   * Dispatch monitor events on a private thread
diff --git a/meson.build b/meson.build
index 42fb8d09f..4b0500b4c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker-miners', 'c',
-        version: '3.1.0.rc',
+        version: '3.1.0',
         meson_version: '>=0.51')
 
 gnome = import('gnome')


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