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)
commit86a54ec05802fdc4b545cda29cf4e5f2ab12c3a8 (patch)
tree2f363dc9ad1791512312f8adcd164ac5756cdfae /ChangeLog
parentcb305a3cecbd36a726f8f9f5d43d3803f1441c07 (diff)
downloadtcl-86a54ec05802fdc4b545cda29cf4e5f2ab12c3a8.zip
tcl-86a54ec05802fdc4b545cda29cf4e5f2ab12c3a8.tar.gz
tcl-86a54ec05802fdc4b545cda29cf4e5f2ab12c3a8.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.