[tracker-miners] Release 3.3.0.beta



commit e5ac9c6ddd63410c50cf6a535c8fe653069df2b7
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Feb 14 12:05:07 2022 +0100

    Release 3.3.0.beta

 NEWS        | 11 +++++++++++
 meson.build |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 6e6502b97..c2048b41d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+NEW in 3.3.0.beta - 2022-02-14
+==============================
+  * Changed to skip mountpoints found during recursive indexing.
+    Mountpoints must be explicitly configured as indexed folders now
+  * Fixed FANotify monitor to safely fallback to inotify in the cases
+    not currently covered by FANotify (e.g. btrfs subvolumes)
+  * Improved the stable URN scheme so it is guaranteed to be stable
+  * Removed deprecated API usage in libav extractor
+  * Fix --show-files in "tracker3 tag"
+  * Fix possible crashes with Clang
+
 NEW in 3.3.0.alpha - 2022-01-09
 ===============================
   * Use FANotify for file monitoring if available
diff --git a/meson.build b/meson.build
index 907574b05..50f30f3b2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker-miners', 'c',
-        version: '3.3.0.alpha',
+        version: '3.3.0.beta',
         meson_version: '>=0.51')
 
 gnome = import('gnome')


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