[tracker] Release 3.3.0.beta
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Release 3.3.0.beta
- Date: Mon, 14 Feb 2022 14:34:49 +0000 (UTC)
commit 26064a9e7c523443939b0ff386ff10dcc0bc069b
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Feb 14 11:49:41 2022 +0100
Release 3.3.0.beta
NEWS | 11 +++++++++++
meson.build | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1583f494f..affbb82f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+NEW in 3.3.0.beta - 2022-02-14
+==============================
+ * Add API to serialize data into various RDF formats
+ * Add API to map a TrackerSparqlConnection as a SERVICE
+ of another TrackerSparqlConnection
+ * Fixed possible warnings and missed notifications in
+ TrackerNotifier
+ * Updated "tracker3 export" to use serialization API
+ * Documentation fixes
+ * Added internal TrackerRowid type to represent ROWIDs
+
NEW in 3.3.0.alpha - 2022-01-09
===============================
* Add more specific error codes for problems found updating
diff --git a/meson.build b/meson.build
index 1b5c57520..8a7a3b721 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.3.0.alpha',
+ version: '3.3.0.beta',
meson_version: '>=0.51',
default_options: [
'c_std=c99',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]