summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-01-09 22:54:42 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-01-09 22:54:42 +0100
commita906bd434e72ac550f883c4394fe61c9bbf15457 (patch)
treea8aefbc1fdb5b1d5955de7af8800c6b42f95d952 /NEWS
parent9306fc93df34b444d84652ba1684a70e53380832 (diff)
downloadtracker-a906bd434e72ac550f883c4394fe61c9bbf15457.tar.gz
Release 3.3.0.alpha3.3.0.alpha
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2452f7a4f..1583f494f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+NEW in 3.3.0.alpha - 2022-01-09
+===============================
+ * Add more specific error codes for problems found updating
+ a database to new ontology changes.
+ * Add method to create a TrackerStatement from a GResource file
+ * Fix 0-len matches in ? and * property path operators
+ * Handle query cancellation in TrackerEndpointDBus
+ * Consistency fixes to TrackerSparqlStatement API in all
+ connection types
+ * Deprecate tracker_namespace_manager_get_default(), use
+ tracker_sparql_connection_get_namespace_manager() instead
+ * Fix rare crash when concurrently querying the database while
+ a graph is being created/deleted.
+ * Add TRACKER_SPARQL_CONNECTION_ANONYMOUS_BNODES flag to
+ optionally enable a treatment of blank nodes that is
+ compliant with the SPARQL 1.1 specs.
+ * Documentation improvements
+ * Fix spurious locking errors with in-memory databases
+ * Fixes to CLI tools detection on NixOS
+
+Translations: fur, id
+
NEW in 3.2.1 - 2021-10-30
=========================
* Better, more understandable errors when parsing the ontology