summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-04-07 14:58:47 +0200
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-04-07 14:58:47 +0200
commit755f4f2ac57d8f4602ef81bc1f9f71bee262d410 (patch)
treeec675c82523272c8e6a138a83dcf12cc4ece8b08 /NEWS
parenta1d5b19d396d24c4515b731f91f7b9b48092573e (diff)
downloadzeitgeist-755f4f2ac57d8f4602ef81bc1f9f71bee262d410.tar.gz
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 769f4235..ac7c460b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.