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 dcc4ac64d..5590417cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 3.4.0.beta - 2022-08-08
+==============================
+ * Fix issues with URI expansion inserting TrackerResource data
+ * Rewrite bus connection to use C and stream-based cursors, vala
+ dependency is no longer necessary.
+ * Fix handling of nrl:InverseFunctionalProperty during database
+ updates.
+
+Translations: ab, es, eu, fur, he, sr, tr, zh_CN
+
NEW in 3.4.0.alpha - 2022-07-13
===============================
* Add tracker_sparql_connection_deserialize() API to
diff --git a/meson.build b/meson.build
index a34364b66..274449335 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.4.0.alpha',
+ version: '3.4.0.beta',
meson_version: '>=0.51',
default_options: [
'c_std=c99',