summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-05-03 14:30:55 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-05-03 14:49:13 +0200
commit51f93b276d8084a25fc16aac04a4055fc86c6d51 (patch)
tree70dbf400d1b064c31c4486e063bb1b45f1dda7dd
parentee139483cc90531f79dba43a5675a9a39d1ff523 (diff)
downloadtracker-51f93b276d8084a25fc16aac04a4055fc86c6d51.tar.gz
Release 2.99.12.99.1
-rw-r--r--NEWS26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 147a474b9..83dabdba6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+NEW in 2.99.1 - 2020-05-03
+==========================
+
+ Highlighted updates compared to 2.x:
+ ------------------------------------
+ * A full implementation of SPARQL 1.1
+ * A change of paradigm. There is no central store, services are
+ free to create their own, and to make those an endpoint for public
+ access. Applications may syndicate queries across external endpoints
+ through the SERVICE syntax.
+ * No tracker-store
+ * No libtracker-miner
+ * No libtracker-control
+ * API changes
+ - Explicit API to create a local store, or proxy a DBus/remote one
+ - TrackerEndpoint proxies local stores out of process
+ - separate python library to write tests
+ * A base and reference ontologies of our own
+ - Officially it's no longer Nepomuk
+ - No more broken links
+ * An extensible CLI tool, with a generic set of core subcommands
+ * Parallel installable to tracker 2.x
+ * Documentation
+ * Tests
+ * Many many others
+
NEW in 2.3.0 - 2019-09-09
=========================
diff --git a/meson.build b/meson.build
index 1e72fe963..6b5b1e496 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.99.0',
+ version: '2.99.1',
meson_version: '>=0.50')
gnome = import('gnome')