summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e8b0c89ba..193533cca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 3.4.0 - 2022-09-17
+=========================
+Translations: fr
+
+ Highlighted changes since 3.3.0:
+ * Added tracker_sparql_connection_deserialize_async() API
+ to deserialize RDF content.
+ * Library is no built monolithically, Vala dependency is removed
+ * Improved performance of database updates
+
NEW in 3.4.0.rc - 2022-09-05
============================
* Big performance improvements to inserts, updates and deletes
diff --git a/meson.build b/meson.build
index 79f5c0a56..2e50ec652 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.4.0.rc',
+ version: '3.4.0',
meson_version: '>=0.53',
default_options: [
'c_std=c99',