[tracker-miners] Release 2.99.2



commit cd31f5c770d4c879747a10484eef34f200145fb5
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Jun 26 16:11:59 2020 +0200

    Release 2.99.2

 NEWS        | 19 +++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index bfbb54b71..803b40d77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+NEW in 2.99.2 - 2020-06-26
+==========================
+
+  * Constraint the indexed text formats to txt/markdown, a new
+    setting allows handling other formats
+  * Add rules for game ROM formats
+  * Support automatic re-extraction on extractor changes
+  * Vorbis and flac specific extractors were dropped, those are
+    handled by gstreamer
+  * Improve usage of nie:dataSource, now there is one per indexed
+    folder, no longer used by tracker-extract
+  * Fixes to album/disc IRI generation
+  * Writeback handling is rewritten, now performed via an explicit
+    DBus call.
+  * Add support for musicbrainz and acoustid fingerprint
+  * Depend on glib 2.62
+  * Set a deadline of 30 seconds for extraction tasks
+  * Many build, leak and performance fixes
+
 NEW in 2.99.1 - 2020-05-03
 ==========================
 
diff --git a/meson.build b/meson.build
index b69a26a78..6f4f9c439 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker-miners', 'c',
-        version: '2.99.1',
+        version: '2.99.2',
         meson_version: '>=0.51')
 
 gnome = import('gnome')


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