summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-14 17:57:23 +0100
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-14 17:57:23 +0100
commit825a24eee7d8d57b3a339d67ee02d0dd810949df (patch)
tree0c87572336929a9833630e746cd647b328660ebc
parent597ef1b935d3e77279b8cced0f05c53ea25f916a (diff)
Bump version number to ~alpha3.v0.8.99_alpha3
-rw-r--r--.bzrignore1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 3 deletions
diff --git a/.bzrignore b/.bzrignore
index c70ad2bf..f64ce7bb 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -67,3 +67,4 @@ test/direct/*.c
src/zeitgeist-daemon
mimetype-test
marshalling-test
+test/direct/datamodel-test
diff --git a/NEWS b/NEWS
index 352affe1..50d45c4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
-2012-02-10: Zeitgeist Bluebird Beta 1
+2012-02-14: Zeitgeist Bluebird Alpha 3
+--------------------------------------
Engine:
- Revert use of EXCLUSIVE locking mode, it breaks FTS.
- Notifications are queued until the target monitor objects are ready.
- The FTS module in Python has been replaced with a C/C++ implementation.
- Pre-process events *before* they are send to extensions (LP: #628804).
- - Minor fixes.
- Introduced new DB schema (version 6); cached tables may no longer
re-use row IDs.
+ - Minor fixes.
Python API:
- Fixed signal/monitor reconnection to avoid duplicated notifications.
diff --git a/configure.ac b/configure.ac
index ae91b114..4a21951b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.8.99~alpha2], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_INIT([zeitgeist], [0.8.99~alpha3], [dev@lists.zeitgeist-project.com], [zeitgeist])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])