summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-07-30 17:05:42 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-07-30 17:05:42 (GMT)
commitce0022054c0176b268c48a6bc140cec484e6cc81 (patch)
tree5dbc8c242e7d6098025e0d20cb13635a64ab4367 /ChangeLog
parentfd93fde8a4d1ac5c52620f882601361b6d2e1d87 (diff)
downloadtcl-ce0022054c0176b268c48a6bc140cec484e6cc81.zip
tcl-ce0022054c0176b268c48a6bc140cec484e6cc81.tar.gz
tcl-ce0022054c0176b268c48a6bc140cec484e6cc81.tar.bz2
Bug 1513489
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f13d84..5e138d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-30 Kevin Kenny <kennykb@acm.org>
+
+ * tests/clock.test: Allowed UTC as a synonym for GMT in two
+ tests that indirectly invoke 'strftime' with the result of
+ 'gmtime' to fix a bogus test failure on FreeBSD systems.
+ [Bug 1513489].
+
2006-07-30 Joe English <jenglish@users.sourceforge.net>
* doc/AppInit.3: Fix typo [Bug 1496886]