summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 193533cca..a0e61167c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.4.1 - 2022-10-26
+=========================
+ * Fixes to VAPI file
+ * Fixes to IRI escaping checks in TrackerResource
+ * Move fts: prefix definition to base ontology
+ * Improve memory usage of already executed TrackerBatch objects
+ for GC languages
+ * Replace deprecated egrep tool usage in bash completion script
+ * Fixes for memory leaks and invalid memory access
+ * Fix endpoint-side cancellation of client-side D-Bus cancelled
+ queries
+
+Translations: ab, bg, hr, sk, tr
+
NEW in 3.4.0 - 2022-09-17
=========================
Translations: fr
diff --git a/meson.build b/meson.build
index 2e50ec652..7e757ba35 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.4.0',
+ version: '3.4.1',
meson_version: '>=0.53',
default_options: [
'c_std=c99',