summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-01-10 17:21:37 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-01-10 17:21:37 +0100
commit1d9aa84c2f999e07fd8e975939e2bfc30e48da86 (patch)
tree68610dc4863ffca46fff0a573fd3977dd5c4df63 /NEWS
parentc0068d2a21af3802560ee6b3fb2100c6546565d1 (diff)
downloadtracker-1d9aa84c2f999e07fd8e975939e2bfc30e48da86.tar.gz
Release 3.1.0.alpha3.1.0.alpha
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89e43a7cf..eb98f9db6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+NEW in 3.1.0.alpha - 2021-01-10
+===============================
+ * Add TrackerBatch, object made to hold multiple updates
+ (in SPARQL string form, or TrackerResource) that will
+ be performed atomically.
+ * Add TrackerEndpointHttp, a TrackerEndpoint subclass to
+ implement a (readonly) SPARQL HTTP endpoint as per
+ https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/
+ * Add tracker:strip-punctuation SPARQL function
+ * Specify that nfo:duration is expressed in seconds
+ * Fix portal initialization order
+ * Improve TTL parser
+ * Improve date/time parsing
+ * Make handling of large series of UPDATEs iteratively
+ to avoid stack size limits
+ * Improve parallelization of queries
+ * Optimize idempotent DELETE operations
+ * Optimize insert operations
+ * Optimize database resource refcount management
+ * Fix tracker_notifier_signal_subscribe annotation
+ * Fix possible race conditions handling ontology objects
+ * Handle NULL arguments in tracker:uri-is-parent
+ * Avoid FTS5 table inconsistency with SQLite >= 3.34.0
+ * Memory leak fixes
+ * Documentation improvements
+
+Translations: ca, de, es, eu, fur, gl, lt, ro, uk, zh_TW
+
NEW in 3.0.1 - 2020-10-02
=========================
* Reference Discourse instead of the mailing list