From da42183a7b7de1e9aef23f1d75f91f8935d01d7e Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Fri, 7 Sep 2001 03:36:30 +0000 Subject: pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not 2001-09-06 Damon Chaplin * src/libical/icalcomponent.c (icalcomponent_merge_vtimezone): pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not the icaltimezone*. Strangely we weren't getting a compiler error. Fixes bug #5275, hopefully. * src/libical/icaltimezone.c (icaltimezone_dump_changes): updated so it still outputs the same format, even though the '1 Jan 0001' component isn't included any more. svn path=/trunk/; revision=12670 --- libical/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libical/ChangeLog') diff --git a/libical/ChangeLog b/libical/ChangeLog index 2c20f8c270..bd481341ce 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,14 @@ +2001-09-06 Damon Chaplin + + * src/libical/icalcomponent.c (icalcomponent_merge_vtimezone): pass + the VTIMEZONE component to icalcomponent_compare_vtimezones(), not + the icaltimezone*. Strangely we weren't getting a compiler error. + Fixes bug #5275, hopefully. + + * src/libical/icaltimezone.c (icaltimezone_dump_changes): updated so + it still outputs the same format, even though the '1 Jan 0001' + component isn't included any more. + 2001-08-31 Damon Chaplin * zoneinfo/*: updated all of the VTIMEZONE files to try to be more -- cgit v1.2.3