summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0e61167c..f10310f62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+NEW in 3.4.2 - 2022-12-05
+=========================
+ * Warn if IRIs are not absolute. This will turn into a query
+ error in future releases.
+ * Handle slight type affinity changes in SQLite 3.40.0 in some
+ operations that broke Tracker expectations.
+ * Close file descriptors asynchronously in TrackerEndpointDBus
+
+Translations: ab, nl
+
NEW in 3.4.1 - 2022-10-26
=========================
* Fixes to VAPI file
diff --git a/meson.build b/meson.build
index 7e757ba35..0aac33d86 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c',
- version: '3.4.1',
+ version: '3.4.2',
meson_version: '>=0.53',
default_options: [
'c_std=c99',