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 b0e0f8fb9..e6124e2d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 3.5.0.beta - 2023-02-15
+==============================
+ * VAPI generation fixes
+ * Fixes for possible FTS index corruptions
+ * Fixes for tracker_sparql_connection_load_statement_from_gresource
+ with UPDATE statements
+ * Refurbished and modernized functional tests
+ * Documentation improvements
+ * Increased test coverage
+
+Translations: be, el, gl, he, id, lt, pt, ru, tr, uk
+
NEW in 3.5.0.alpha - 2023-01-11
===============================
* New auto-generated VAPI file. This file is not compatible
diff --git a/meson.build b/meson.build
index 1e0f7dd43..48fd039ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.5.0.alpha',
+ version: '3.5.0.beta',
meson_version: '>=0.53',
default_options: [
'c_std=c99',