summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-10-03 17:42:31 (GMT)
committerkennykb <kennykb@noemail.net>2005-10-03 17:42:31 (GMT)
commitd36448bfe4c412ce3efe8581421fb4e738d10f8f (patch)
tree0648c8891385f31c79743e98e0efb5fa811bec42 /ChangeLog
parent640aacf18e77735d865fa30d1845cfff9860d68a (diff)
downloadtcl-d36448bfe4c412ce3efe8581421fb4e738d10f8f.zip
tcl-d36448bfe4c412ce3efe8581421fb4e738d10f8f.tar.gz
tcl-d36448bfe4c412ce3efe8581421fb4e738d10f8f.tar.bz2
fixed test cases for new US DST rules.
FossilOrigin-Name: 99b4e7ffb5a5f50d0fa83fa1f3344c1a5d55dca8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99822f8..18e6227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,11 @@
* tools/loadICU.tcl: Changed the file names of message catalogs
to lowercase.
+ * tools/makeTestCases.tcl:
* library/tzdata/*: Olson's tzdata2005n.tar.gz.
Includes new DST rules for USA and a
number of changes to other locales.
+ * tests/clock.test: Regenerated for new US DST rules.
2005-09-30 Don Porter <dgp@users.sourceforge.net>