From 32b8449f867355b1310d4951db35a5b030b4f4b4 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 31 May 2022 12:51:53 +0200 Subject: Release 3.3.1 --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 82e7dfe73..1dab0c48b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +NEW in 3.3.1 - 2022-05-31 +========================= + * Fixed blank nodes to return the correct identifier in certain + queries. + * Fixes to FTS consistency after updates + * Fixes to HTTP module linking + * Fix handling of STRING_LITERAL_LONG1/2 terminals + * Fix handling of negated property paths + * Use .so suffix for modules on all platforms + * Added code examples in JS/Python + * Developer documentation improvements + NEW in 3.3.0 - 2022-03-19 ========================= * Fix storage of subsecond information in date/time properties diff --git a/meson.build b/meson.build index 253028b70..1a69577a0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tracker', 'c', 'vala', - version: '3.3.0', + version: '3.3.1', meson_version: '>=0.51', default_options: [ 'c_std=c99', -- cgit v1.2.1