From b04bb9d5016fbac07bbd93c0fdf088551fccd1f7 Mon Sep 17 00:00:00 2001 From: Mikkel Kamstrup Erlandsen Date: Sun, 10 Jan 2010 22:51:00 +0100 Subject: Update NEWS prior to 0.3.1 release --- NEWS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/NEWS b/NEWS index 6704ba5d..54c824b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +2010-01-10: Zeitgeist 0.3.1 +--------------------------- + +Second development release leading up to the stable 0.4 series. + + * Add a FindRelatedUris() method to the core DBus API (also to the Python + client lib). This can be used to find URIs that occur in relation to + a set of events, sorted by relevancy. Please note that FindRelatedUris() + is still marked as experimental and we can not guarantee stability yet + * The Zeitgeist engine now exposes a Blacklist API over DBus which can be + used to block events from entering the log + * The engine now also exposes a fine grained monitoring system that can be + used to listen for updates to the log + * InsertEvents() now return an event id of 0 for events that are blocked + or otherwise fail insertion + * Extensions can now provide hooks to block or change events before they + are inserted into the log + * Remove support for more than one backend. What was known as the + "Resonance backend" is now just "the engine" + * Removed method from DBus API GetLastTimestampForActor + * Lots more unit tests added + * The engine will now load a default set of extensions on startup + * Overhaul and restructure our Sphinx-based API-documentation system. This + has facilitated automagic documentation of our enumerations and Manifestation + and Interpretation classes + * API documentation is more or less at 100% both for the DBus API and + the Python client library + * Bash completion for zeitgeist-daemon + * Code style cleanups + * Bugfix: You may now request more than 999 events in one go from GetEvents() + * Bugfix: In find_eventids where using more than one event template resulted + in all but the first one ignoring the timestamp restriction + * Bugfix: Fix URL of Interpretation.APPLICATION to correct Nepomuk URI + * More bugfixes + 2009-12-01: Zeitgeist 0.3.0 ------------------------------ -- cgit v1.2.1