aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 68698a4f0f..f942c4d272 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2000-11-24 Federico Mena Quintero <federico@helixcode.com>
+ * cal-util/cal-component.c (free_icalcomponent): DOH, fixed
+ reversed test for the presence of the icalcomp's parent. This was
+ causing memory leaks in the Wombat and elsewhere.
+
+ * pcs/cal-backend.c (cal_backend_set_node_timet): Plug leak.
+
+2000-11-24 Federico Mena Quintero <federico@helixcode.com>
+
* pcs/cal-backend-file.c (scan_vcalendar): Use the new libical
external iterators (icalcomponent_begin_component() and friends);
the internal iterators are deprecated.