zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #05408
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 466: Update NEWS.
------------------------------------------------------------
revno: 466
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Sat 2012-04-07 14:58:47 +0200
message:
Update NEWS.
modified:
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 'NEWS'
--- NEWS 2012-03-20 16:36:59 +0000
+++ NEWS 2012-04-07 12:58:47 +0000
@@ -1,8 +1,22 @@
-2012-XX-XX: Zeitgeist Bluebird Beta 2
+2012-04-07: Zeitgeist 0.9
-------------------------------------
Engine:
- Updated the list of recognized MIME-types.
+ - Set a size limit (4MiB) on the results returned by individual FindEvents and
+ GetEvents calls. Too big queries will result in an exception.
+ - Improved handling of FTS not being present (Beta 1 would leak memory).
+ - Enhanced database corruption detection and recovery.
+ - DataSourceRegistry: don't ignore bus addresses that registered more than
+ one data-source if one of them is disabled.
+
+FTS:
+ - Added a build-time option to disable FTS.
+ - The index is now automatically re-build if it gets corrupted.
+ - The index is now automatically re-build if the Zeitgeist DB is re-created.
+ - Split the reindex query into several smaller ones, for enhanced performance.
+ - Quit when Zeitgeist leaves the bus.
+ - Ignore events from Ubuntu One.
Python API:
- Updated the list of recognized MIME-types.
=== modified file 'configure.ac'
--- configure.ac 2012-03-29 10:54:52 +0000
+++ configure.ac 2012-04-07 12:58:47 +0000
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.8.99~beta1], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [zeitgeist])
+AC_INIT([zeitgeist], [0.9.0~rc1], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [zeitgeist])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])