summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2011-07-06 19:17:10 +0200
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2011-07-06 19:17:10 +0200
commita61ac540325348f5486aabaefad224c32bdc762d (patch)
tree187febd9df2544522ad1c52ce1c6d948618bc86b
parent348e9ada1a6e55bead6556444d6fb44bad892703 (diff)
Update NEWS.
-rw-r--r--NEWS22
1 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 676523c1..52340640 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
-2011-05-?: Zeitgeist 0.8.1
+2011-07-6: Zeitgeist 0.8.1
-------------------------------------------------
-List changes here...
+Engine:
+
+ - Added a GetDataSourceFromId D-Bus method to the data-source registry
+ extension (LP: #691690).
+ - A backup of the database is created before attempting schema upgrades. If
+ something goes wrong, the backup is automatically restored (LP: #660307).
+ - Fixed the "extensions" D-Bus property when it's an empty list (LP: #787691).
+ - Minor memory usage improvements.
+
+Python API:
+
+ - Changed _DBusInterface to update introspected data after reconnections.
+ - Added support for registering custom Event and Subject subclasses with
+ ZeitgeistClient (LP: #799199).
+ - Added an "iteritems()" method to all enumerations (RelevantResultType,
+ StorageState and ResultType).
+ - Added a "from_timestamp(timestamp)" method to TimeRange.
2011-04-07: Zeitgeist 0.8.0 "I only got a donkey"
-------------------------------------------------
@@ -28,7 +44,7 @@ Engine:
Python API:
- - Fix bug in the connection (to Zeitgeist) recovery code (LP: #771970).
+ - Fixed a bug in the connection (to Zeitgeist) recovery code (LP: #771970).
- Added new ResultTypes: {Most,Least}{Recent,Popular}{CurrentUri,EventOrigin}.
- Created *SubjectOrigin alias for all {Most,Least}{Recent,Popular}Origin
ResultTypes.