summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-07-22 22:24:57 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-07-23 12:43:08 +0200
commit6631903d8c27c5a89547c70490c41aa1398efe47 (patch)
treede16a7ae91eec756106742561f27022e2125e171 /NEWS
parentce41e599163098dd5153878cca3cfdf8f240862f (diff)
downloadtracker-6631903d8c27c5a89547c70490c41aa1398efe47.tar.gz
Release 2.1.02.1.0
Supersedes 2.0.5 (to be ignored). The previous release introduced new API to let TrackerResource output JSON-LD, so this warrants a minor version bump as per semantic versioning.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3425b3e9..337566ac6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NEW in 2.1.0 - 2018-07.22
+=========================
+
+ * Brown paper bag release
+ * All features from unreleased 2.0.5 apply
+ * One feature was missed: TrackerResource is now able to output
+ JSON-LD. This is a new API call, so a minor bump should happen
+ as per Semantic Versioning.
+
+ From 2.0.5 NEWS:
+ * build: Make tarballs able to build with meson. Future releases will
+ eventually phase out Autotools
+ * build: Various meson build fixes
+ * tests: Many fixes to functional tests
+ * libtracker-miner: Fixed race conditions that may result in spurious
+ "parent not indexed yet" warnings.
+ * libtracker-direct: Majorly rewritten
+ * tracker-store: Streamlined to use a libtracker-direct connection
+ instead of reimplementing most of it.
+
NEW in 2.0.5 - 2018-07.22
=========================