summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-06-15 18:09:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-06-15 18:09:11 (GMT)
commit5a4c7ecdc63418f54f4588292fbc697f693cd2d3 (patch)
tree2f363dc9ad1791512312f8adcd164ac5756cdfae /ChangeLog
parente79404a6ffe899d49d9edfd38dc9560e989c335e (diff)
downloadtcl-5a4c7ecdc63418f54f4588292fbc697f693cd2d3.zip
tcl-5a4c7ecdc63418f54f4588292fbc697f693cd2d3.tar.gz
tcl-5a4c7ecdc63418f54f4588292fbc697f693cd2d3.tar.bz2
* changes: changes to start prep for an 8.4.14 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 923b037..35684cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-15 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: changes to start prep for an 8.4.14 release.
+
2006-06-14 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED
@@ -65,7 +69,7 @@
* generic/tclProc.c (ProcCompileProc): When a bump of the compile
epoch forces the re-compile of a proc body, take care not to
overwrite any Proc struct that may be referred to on the active
- call stack. This fixes [Bug 148218]. Note that the fix will not be
+ call stack. This fixes [Bug 1482718]. Note that the fix will not be
effective for code that calls the private routine TclProcCompileProc()
directly.