summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-09-04 23:28:11 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-09-05 13:18:45 +0200
commit8c76d4d32bdb3167200abd454db1426e7837e790 (patch)
treeee2de482bcb656c06ddf73de793db4654e73d4b5
parentcc13adfb270553866b8c7dcd8b80c8cfa863b800 (diff)
downloadtracker-3.4.0.rc.tar.gz
Release 3.4.0.rc3.4.0.rc
-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',