[tracker] Release 2.99.1



commit 51f93b276d8084a25fc16aac04a4055fc86c6d51
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun May 3 14:30:55 2020 +0200

    Release 2.99.1

 NEWS        | 26 ++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]