summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-19 23:31:03 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-19 23:40:04 +0100
commit00e9909ada1a79ac775a99f1c089854f0cf7c074 (patch)
tree1d8cad0d374e95b9693bc7aa9e3d1a406a481a7b
parentc193deb5cec38c48f3331a72314bdb776963efde (diff)
downloadtracker-00e9909ada1a79ac775a99f1c089854f0cf7c074.tar.gz
Release 3.5.03.5.0
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8aaadaaa4..fb66ac0b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 3.5.0 - 2023-03-19
+=========================
+ * Documentation improvements
+ * Dark theme fixes in documentation
+
+Translations: cz, da, fr
+
+ Highlighted changes since 3.4.0:
+ * It is now possible to use TrackerSparqlStatement for SPARQL
+ updates for massive performance improvements.
+ * JSON-LD is now supported as a RDF format
+ * New auto-generated VAPI file. Updates might be necessary.
+ * Reworked documentation, based on gi-docgen
+
NEW in 3.5.0.rc - 2023-03-05
============================
* Reworked documentation, based on gi-docgen
diff --git a/meson.build b/meson.build
index 22e67fece..96b207a69 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.5.0.rc',
+ version: '3.5.0',
meson_version: '>=0.55',
default_options: [
'c_std=c99',