diff options
author | dgp <dgp@users.sourceforge.net> | 2006-06-15 18:09:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-06-15 18:09:11 (GMT) |
commit | 86a54ec05802fdc4b545cda29cf4e5f2ab12c3a8 (patch) | |
tree | 2f363dc9ad1791512312f8adcd164ac5756cdfae /ChangeLog | |
parent | cb305a3cecbd36a726f8f9f5d43d3803f1441c07 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |