summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-04-25 16:20:19 +0200
committerCarlos Garnacho <carlosg@gnome.org>2023-04-25 16:30:54 +0200
commit0619c65273da0ca2644e43596fe3d61c1d8b0737 (patch)
tree95d41e2112a4a4ed4708bd9fa5264d4838e3ffe3
parent7913a3413f8a257addd31bbcb2442530ed01200b (diff)
downloadtracker-0619c65273da0ca2644e43596fe3d61c1d8b0737.tar.gz
Release 3.5.13.5.1
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fb66ac0b2..182dcd353 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+NEW in 3.5.1 - 2023-04-25
+=========================
+ * Reintroduce order/distance independent handling of
+ FTS terms.
+ * Documentation improvements
+ * Do not prune too early content of failed batches for
+ error processing purposes
+
NEW in 3.5.0 - 2023-03-19
=========================
* Documentation improvements
diff --git a/meson.build b/meson.build
index 96b207a69..3c147c8f3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.5.0',
+ version: '3.5.1',
meson_version: '>=0.55',
default_options: [
'c_std=c99',