zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #04847
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 403: Bump version number to ~alpha3.
------------------------------------------------------------
revno: 403
tags: 0.8.99~alpha3
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Tue 2012-02-14 17:57:23 +0100
message:
Bump version number to ~alpha3.
modified:
.bzrignore
NEWS
configure.ac
--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file '.bzrignore'
--- .bzrignore 2012-02-08 18:54:58 +0000
+++ .bzrignore 2012-02-14 16:57:23 +0000
@@ -67,3 +67,4 @@
src/zeitgeist-daemon
mimetype-test
marshalling-test
+test/direct/datamodel-test
=== modified file 'NEWS'
--- NEWS 2012-02-12 20:52:37 +0000
+++ NEWS 2012-02-14 16:57:23 +0000
@@ -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.
=== modified file 'configure.ac'
--- configure.ac 2012-02-12 20:17:52 +0000
+++ configure.ac 2012-02-14 16:57:23 +0000
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.8.99~alpha2], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [zeitgeist])
+AC_INIT([zeitgeist], [0.8.99~alpha3], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [zeitgeist])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])