summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-10-30 21:36:46 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-10-30 21:36:46 (GMT)
commit8a10eb2cc6b57017229aafef01c44fdfce9e5411 (patch)
treef9ee45c96add88f9f4ca1b6f9695065051ff07de /ChangeLog
parent130de37a3df4f7e6f1886bda7328efa0da2d66b8 (diff)
downloadtcl-8a10eb2cc6b57017229aafef01c44fdfce9e5411.zip
tcl-8a10eb2cc6b57017229aafef01c44fdfce9e5411.tar.gz
tcl-8a10eb2cc6b57017229aafef01c44fdfce9e5411.tar.bz2
Fixed conversion between FILETIME and Tcl time -Bug 926106
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5ae2a..8546152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* generic/clock.c: Replaced WIN32 macro with __WIN32__.
[Bug 1054357]. Thanks to David Gravereaux for the patch.
+ * win/tclWinFile.c: Removed a long-standing bug that causes
+ incorrect conversion between file time and UTC time if
+ the file time is recorded in a different Daylight Saving Time
+ status than the current one. [Bug 926106]
2004-10-29 Don Porter <dgp@users.sourceforge.net>