summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>2010-01-10 22:51:00 +0100
committerMikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>2010-01-10 22:51:00 +0100
commitb04bb9d5016fbac07bbd93c0fdf088551fccd1f7 (patch)
tree74303400f8aae09b72e10d7ba5ed95676e732200
parent373f72d695d8ec52751ddf1205141b4692f39693 (diff)
downloadzeitgeist-0.3.1.tar.gz
Update NEWS prior to 0.3.1 releasev0.3.1
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
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
------------------------------