summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-07-08 12:19:28 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-07-08 12:19:28 +0200
commitabc7939806346a563ded2b16456dc7e2fff54fcc (patch)
treedb7da58b7b0b52fa9b442395ccb465111fee36b5
parent296a2e15692ca154c81446edfe2b736135b939ae (diff)
downloadzeitgeist-abc7939806346a563ded2b16456dc7e2fff54fcc.tar.gz
Release 0.9.16v0.9.16
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 15eb5828..13e41f4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2015-07-08: Zeitgeist 0.9.16 (1.0 Beta 8) "Experience"
+---------------------------------------------------------------
+
+Overall:
+ - Don't hardcode python path
+ - Fix build with vala-0.24+
+ - Require glib 2.35.4 and adjust target-glib accordingly
+
+Libzeitgeist:
+ - Add -fPIC to libzeitgeist-internal.la and
+ libzeitgeist_datamodel-2.0.la
+ - Log: Need to quit the loop also on error, otherwise we
+ leave a stray main loop around.
+
+
2014-01-15: Zeitgeist 0.9.15 (1.0 Beta 7) "Bazooka"
---------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 45f50c78..fb0d282a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.9.15], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_INIT([zeitgeist], [0.9.16], [dev@lists.zeitgeist-project.com], [zeitgeist])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)