summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-04-02 23:12:48 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-04-02 23:24:49 +0200
commit3f9d62ee41674474abb49e15509600df4455e209 (patch)
tree90ae5ab5c3b76e64d93f9c270ae8a7a4fbf20501
parentf716a83458c2dbd27db0ea3752426af60e9244fa (diff)
downloadtracker-3.0.tar.gz
Release 3.0.43.0.4tracker-3.0
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0189d688..b101cefc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 3.0.4 - 2021-04-02
+=========================
+ * Add missing flags in VAPI
+ * Flag SQLite 3.35.[01] as bad releases
+ * Work around bug in SQLite 3.35.x
+ * Allow prefixed names as per spec in TrackerResource
+ * Fix race conditions in TrackerDBInterface ownership
+
+Translations: sr
+
NEW in 3.0.3 - 2021-01-10
=========================
* Avoid FTS5 table inconsistency with SQLite >= 3.34.0
diff --git a/meson.build b/meson.build
index 657e67138..ed0bf8486 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.0.3',
+ version: '3.0.4',
meson_version: '>=0.50')
gnome = import('gnome')