summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-01-27 15:33:29 +0100
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-01-27 15:33:29 +0100
commit6d0fc774656cb8273a69b8a5c0c614fcf2fc5909 (patch)
treeb5545ecbfa0ce7e2aff303a29edcfc81384dbb10 /NEWS
parent4744684145f35eae4283ed8af9adb35e68c43fc1 (diff)
downloadzeitgeist-6d0fc774656cb8273a69b8a5c0c614fcf2fc5909.tar.gz
Update NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 30 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 2720e37e..9cdff46a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,28 @@
-2011-??-??: ...
----------------
+2012-01-27: Zeitgeist Bluebird Alpha 2
+--------------------------------------
+
+Engine:
+ - Enhanced error handling and reporting (LP: #848710, #760111, #903667).
+ - Automatic recovery after database corruption (LP: #743857).
+ - Added a new prefix operator ("+") to query for exact matches (LP: #884193).
+ - The database file is now only readable by the user (LP: #910273).
+ - GVFS usage in StorageMonitor has been disabled for now (LP: #905898).
+ - Fixed a problem where the FTS extension could block the DB (LP: #919111).
+ - Fixed a bug in FTS's automatic re-indexing.
+ - Events with duplicate subjects are now cleanly rejected (LP: #909708).
+ - Debug messages are no longer displayed by default (LP: #906451).
+ - Guess interpretation and manifestation when empty (LP: #899602).
+ - Implemented network status monitoring in StorageMonitor.
+ - Fixed histogram extension to handle timezones.
+ - Various memory usage and query speed improvements (LP: #910190).
+ - Added an environment variable for disabling extensions.
+
+Overall:
+ - Updated to shared-desktop-ontologies version 0.8.1. This introduces
+ WebDataObject and makes MusicPiece a child of Audio.
+
+2011-11-03: Zeitgeist Bluebird Alpha 1
+--------------------------------------
This version is a complete rewrite of the engine using Vala. External
changes with regards to the 0.8.3 Python implementation are:
@@ -8,14 +31,7 @@ Engine:
- The language for extensions has changes from Python to Vala.
- The post_get_events hook is no longer supported.
- - The database file is now only readable by the user.
-
-Python API:
- - ...
-
-Overall:
- - Updated to shared-desktop-ontologies version 0.8.1. This introduces
- WebDataObject and makes MusicPiece a child of Audio.
+ - The FTS and Histogram extensions are now shipped together with Zeitgeist.
---------------------------------------------------------------------
---------------------------------------------------------------------
@@ -28,6 +44,10 @@ Engine:
- DataSourceRegistry: Make sure changes to the data-source enabled
property (presumably by the user) are always saved.
+Overall:
+
+ - Update the manual page (the description of Zeitgeist wasn't correct).
+
2011-09-21: Zeitgeist 0.8.2 "Not Quite Blue"
--------------------------------------------