summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Kamstrup Erlandsen <kamstrup@delight>2010-08-04 20:41:56 +0200
committerMikkel Kamstrup Erlandsen <kamstrup@delight>2010-08-04 20:41:56 +0200
commit5812d24dd1254f41ef6bf0c82cc2f4a7e51ba80a (patch)
tree7f4d7c4e3293406d0bc88c63808e920873f84605
parent0490a7650c7b8a654eb42febea2d03d4a04e3b05 (diff)
Release Zeitgeist 0.5.0v0.5.0
-rw-r--r--NEWS14
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e268922e..1da3fad4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,22 @@
+2010-08-04: Zeitgeist 0.5.0 "Atomic Flounder"
+---------------------------------------------
+
Engine:
- FindEvent*: Event subjects are now joined by a logical AND instead of OR
(LP: #592599).
- Extensions found in the extensions directory are now automatically loaded.
+ - Install a .pc file so out of tree extensions can figure out the install path.
+ - Load extensions found in ~/.local/share/zeitgeist/extensions.
- Let the GtkRecentlyUsed data-source ignore any exceptions while trying to
parse .desktop files (LP: #523761).
- Fix return value of the SetDataSourceEnabled D-Bus method.
- Extensions: Hooks have been renamed and most of them now have pre and post
variants (LP: #592599, #604747).
- - DeleteEvents WTF?
+ - Add new ResultTypes for sorting by subject origin
+ - Change the hooks API for the Extension class to use pre_* and post* hooks
+ to make it clearer when they are run. This change also brings in a few
+ new hooks.
Python API:
- ZeitgeistDBusInterface.get_extension is no longer a classmethod (in fact,
@@ -22,8 +30,8 @@ Overall:
- Manpage updates.
- Translation updates.
-2010-06-10: Zeitgeist 0.4.0
-----------------------------
+2010-06-10: Zeitgeist 0.4.0 "Wumbo"
+-----------------------------------
Engine:
diff --git a/VERSION b/VERSION
index 1d0ba9ea..8f0916f7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.0
+0.5.0
diff --git a/configure.ac b/configure.ac
index c988c566..775b2235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.4.0])
+AC_INIT([zeitgeist], [0.5.0])
AC_CONFIG_SRCDIR(zeitgeist-daemon.py)
AM_INIT_AUTOMAKE([1.9 foreign])
GNOME_COMMON_INIT