[tracker] Release 3.4.0.rc



commit 8c76d4d32bdb3167200abd454db1426e7837e790
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Sep 4 23:28:11 2022 +0200

    Release 3.4.0.rc

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5590417cd..e8b0c89ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 3.4.0.rc - 2022-09-05
+============================
+  * Big performance improvements to inserts, updates and deletes
+  * Escape IRIs in TrackerResource as per IRIREF definition
+  * Update minimum meson version to 0.53
+  * Specify better ICU dependency in internal static library
+  * Plug a small memory leak
+  * Add missing include
+  * Fix/silence build time warnings
+
+Translations: ab, ca, cs, da, de, gl, hr, hu, ko, lt, lv, pl, pt_BR, sl
+
 NEW in 3.4.0.beta - 2022-08-08
 ==============================
   * Fix issues with URI expansion inserting TrackerResource data
diff --git a/meson.build b/meson.build
index 7d74c4079..79f5c0a56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c',
-        version: '3.4.0.beta',
+        version: '3.4.0.rc',
         meson_version: '>=0.53',
         default_options: [
           'c_std=c99',


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