summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
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',