summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-01-31 19:32:27 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-01-31 19:32:27 +0100
commitf6394278664b19210823d27e9c04d363f38bd33d (patch)
tree663b653b0065e5e3f803ad45815c399af0348377
parent151b17231bd6c19aa7202973a420b823b27fdd25 (diff)
Release 1.0.2v1.0.2
-rw-r--r--Makefile.am1
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 1 deletions
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/])