From 2fcff65236bd55139bf0c238affaed9f45d67aee Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 26 Oct 2022 13:34:53 +0200 Subject: Release 3.4.1 --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 193533cca..a0e61167c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +NEW in 3.4.1 - 2022-10-26 +========================= + * Fixes to VAPI file + * Fixes to IRI escaping checks in TrackerResource + * Move fts: prefix definition to base ontology + * Improve memory usage of already executed TrackerBatch objects + for GC languages + * Replace deprecated egrep tool usage in bash completion script + * Fixes for memory leaks and invalid memory access + * Fix endpoint-side cancellation of client-side D-Bus cancelled + queries + +Translations: ab, bg, hr, sk, tr + NEW in 3.4.0 - 2022-09-17 ========================= Translations: fr diff --git a/meson.build b/meson.build index 2e50ec652..7e757ba35 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tracker', 'c', - version: '3.4.0', + version: '3.4.1', meson_version: '>=0.53', default_options: [ 'c_std=c99', -- cgit v1.2.1