From f6394278664b19210823d27e9c04d363f38bd33d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 31 Jan 2019 19:32:27 +0100 Subject: Release 1.0.2 --- Makefile.am | 1 + NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c3cfde45..9664cdee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ zeitgeistdocdir = $(pkgdatadir)/doc zeitgeistdoc_DATA = \ AUTHORS \ NEWS \ + README.md \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ diff --git a/NEWS b/NEWS index 338c735c..86c93ee7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +2018-01-31: Zeitgeist 1.0.2 "Phoenix" +--------------------------------------------------------------- + +Overall: + - Fix compile errors and warnings with new vala + - fts: Correctly implement the org.gnome.zeitgeist.Index DBus interface + - test-log: Use correct free function for ZeitgeistResultSet + - Do not require rapper as it is not used anymore + - Make ontology2code work with python3 + - Properly fallback with the Zeitgeist version + - rdflib directly to parse the trig files + - Update Ontology2code to ba able to specify the output path + +Libzeitgeist: + - Asynchronous out-parameters are only allowed at the end of argument lists + *** THIS IS AN UNAVOIDABLE VALA API BREAK *** + + 2018-02-14: Zeitgeist 1.0.1 "Sunset" --------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index f8b9b320..14d8efa1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([zeitgeist], [1.0.1], +AC_INIT([zeitgeist], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=Zeitgeist], [zeitgeist], [https://launchpad.net/zeitgeist/]) -- cgit v1.2.1