diff options
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 6d116aa4a3..dc5a51af9a 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,11 @@ +2001-01-24 Damon Chaplin <damon@helixcode.com> + + * src/libical/icaltime.c (set_tz): + (unset_tz): rewrote to fix problems with freeing the environment + string after calling putenv() and to fix memory leaks. (We save a + pointer to the last TZ env var we set, so we free it after the next + time we set TZ.) + 2001-01-23 JP Rosevear <jpr@ximian.com> * configure.in: Don't AC_INIT on an autogenerated file that does not |