summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-02-18 16:32:40 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-02-18 16:32:40 +0100
commitb1709a8917749f5e98553acfa8ff489557938fd1 (patch)
tree108386c841df1c8fe603c15430725c94366ea845
parent1a15b1c17aa5656fd2c541e5abfe904029865f41 (diff)
Release 1.0v1.0
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13e41f4e..bd4ec1c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2017-02-18: Zeitgeist 1.0 "Epiphany"
+---------------------------------------------------------------
+
+Overall:
+ - Drop dependency on gnome-common and intltool
+ - Use GNU gettext only
+ - Fix some valac warnings
+ - Use $PYTHON to check for rdflib
+ - Install zeitgeist-fts to pkglibexecdir rather than
+ libexecdir
+ - Use correct names for D-Bus service files
+ - Add systemd user service for each D-Bus session service
+ - Fix bash auto-completions script
+ - Add --vacuum option to Daemon to perform VACUUM SQLite
+ database
+
+Libzeitgeist:
+ - Ensure the log mainloop uses the current thread's context
+ when waiting
+
+
2015-07-08: Zeitgeist 0.9.16 (1.0 Beta 8) "Experience"
---------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index a3371248..9a0330a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.9.17],
+AC_INIT([zeitgeist], [1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Zeitgeist], [zeitgeist],
[https://launchpad.net/zeitgeist/])