summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')