aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b763d3fb21..2a0d2a8048 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2008-07-13 Keith Packard <keithp@keithp.com>
+
+ ** Fix for bug #541355
+
+ * conduits/calendar/calendar-conduit.c:
+ * conduits/memo/memo-conduit.c:
+ * conduits/todo/todo-conduit.c:
+ The pilot link code does call free_match on data returned from the
+ for_each method, which the evolution conduits aren't prepared to
+ handle. This patch removes any freed objects from the 'locals' list in
+ each conduit which otherwise frees them again when the conduit is closed.
+
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #524130