summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorstefw <stefw@localhost>2009-04-02 03:57:19 +0000
committerstefw <stefw@localhost>2009-04-02 03:57:19 +0000
commita35af5c7ff4f15713613944b072ed29d4a287baa (patch)
tree7b79a7a4657537b1203e8d019db5a4c3d74d1813 /ChangeLog
parent22630c40c2861a9fed3db07430ee7d7a56c06ab4 (diff)
downloadgnome-keyring-a35af5c7ff4f15713613944b072ed29d4a287baa.tar.gz
Include the full path to gnome-keyring-daemon in the DBus service file.
Fixes problems with autostarting daemon. See bug #576630 svn path=/trunk/; revision=1710
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ae3f85b..ad32765e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-04-01 Stef Walter <stef@memberwebs.com>
+ * configure.in:
+ * daemon/Makefile.am:
+ * daemon/org.gnome.keyring.service.in: Include the full
+ path to gnome-keyring-daemon in the DBus service file.
+ Fixes problems with autostarting daemon. See bug #576630
+
+2009-04-01 Stef Walter <stef@memberwebs.com>
+
* egg/egg-secure-memory.c: Fix assertion that occurs when
shrinking block of secure memory and then expanding again.