summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-08-24 21:47:48 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-08-24 21:47:48 (GMT)
commitccfa5605f3ee0ddba99ef360e7c3bc5414558987 (patch)
tree1fa1aa47a165a4a871bedcbf07fba017d3bcf4d7 /ChangeLog
parent19fcbcae90c81e4b77399f68d9f7e7ba0df28df3 (diff)
downloadtcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.zip
tcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.tar.gz
tcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.tar.bz2
* library/tzdata: Regenerated, including several new files,
from Olson's tzdata2006j. * library/clock.tcl: * tests/clock.test: Removed an early testing hack that allowed loading 'registry' from the build tree rather than an installed one. This is a workaround for [Bug 15232730], which remains open because it's a symptom of a deeper underlying problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 405e981..5712c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-24 Kevin Kenny <kennykb@acm.org>
+
+ * library/tzdata: Regenerated, including several new files,
+ from Olson's tzdata2006j.
+ * library/clock.tcl:
+ * tests/clock.test: Removed an early testing hack that allowed
+ loading 'registry' from the build tree rather than an installed
+ one. This is a workaround for [Bug 15232730], which remains open
+ because it's a symptom of a deeper underlying problem.
+
2006-08-23 Don Porter <dgp@users.sourceforge.net>
* generic/tclParseExpr.c: Minimal collection of new tests