summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2013-03-15 19:14:02 -0700
committerManish Sinha <manishsinha@ubuntu.com>2013-03-15 19:14:02 -0700
commit708638cc1fac8cf7cc2f15667f5123e5f73fcc19 (patch)
treebc478efde191bf63aeb159788678cdf6b2eb5e43
parent1f9052fa95624382eb5187dd36d5e13ff78a65fe (diff)
downloadzeitgeist-708638cc1fac8cf7cc2f15667f5123e5f73fcc19.tar.gz
Bumped the version number of the upcoming release to 0.9.10
Also updated NEWS file with required information for packagers and also added myself to MAINTAINERS (Deal with it - http://goo.gl/qMRz6 )
-rw-r--r--MAINTAINERS1
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c2054f4c..aea8d0c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,4 @@
Seif Lotfy <seif@lotfy.com>
Siegfried-Angel Gevatter Pujals <siegfried@gevatter.com>
Michael Hruby <michal.mhr@gmail.com>
+Manish Sinha <manishsinha@ubuntu.com>
diff --git a/NEWS b/NEWS
index a089c0cb..3b3fd19a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
-2012-03-12: Zeitgeist 1.0 Beta 1 "Pinch Me"
---------------------------------------------
+2013-03-XX: Zeitgeist 0.9.10 (1.0 Beta 2) "Bring it on"
+-------------------------------------------------------
+
+This version includes zeitgeist datahub in the release source
+instead of a seperate project which was called zeitgeist-datahub
+
+You can explicitely disable datahub by passing --enable-datahub=no
+and if you just want the telepathy datasource to be disabled you
+can just pass --disable-telepathy along with --enable-datahub
+
+For datahub, json-glib 0.14.0 or greater is needed and for
+telepathy telepathy-glib 0.18.0 or greater is needed
+
+This release is the second beta which will lead to zeitgeist 1.0
+
+2013-03-12: Zeitgeist 0.9.9 (1.0 Beta 1) "Pinch Me"
+---------------------------------------------------
This version introduces libzeitgeist2, a Vala port of the previously
independent libzeitgeist library. Now everything you need to work with
diff --git a/configure.ac b/configure.ac
index ea267ee4..31d5f34d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.9.9], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_INIT([zeitgeist], [0.9.10], [dev@lists.zeitgeist-project.com], [zeitgeist])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)