summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-02-18 13:06:39 +0100
committerCarlos Garnacho <carlosg@gnome.org>2020-02-18 17:23:35 +0100
commitf12bffae2e4be520ce1ea045b3ecc9ab41478d1a (patch)
tree79991f5e54837b39230992ebab0419b2d38d0d76
parent561287bcefccd345f254cae9a846cd0dd260ffce (diff)
downloadtracker-f12bffae2e4be520ce1ea045b3ecc9ab41478d1a.tar.gz
Release 2.3.22.3.2
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 294b4ae42..f3889bcb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
-NEW in 2.3.2 - unreleased
+NEW in 2.3.2 - 2020-02-18
=========================
* Location info for photos is now inserted into the DB. It didn't
work before as we failed to process SPARQL "blank nodes" correctly.
+ * Fix for oversensitive FTS5 index corruption detection
+
+Translations: ms
NEW in 2.3.1 - 2019-10-12
=========================
diff --git a/meson.build b/meson.build
index 4493dc321..6990c86f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.3.1',
+ version: '2.3.2',
meson_version: '>=0.47')
gnome = import('gnome')