diff options
author | dgp <dgp@noemail.net> | 2007-05-15 16:08:20 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-05-15 16:08:20 (GMT) |
commit | 688ff0ba55abef2eb7578004de3c56cdce008d97 (patch) | |
tree | 5f43256382ff6af7fa3ee7a9d2f713a8bf95933f /changes | |
parent | 5273a1a2abf74122680e8bd9fde55b60d41e85a9 (diff) | |
download | tcl-688ff0ba55abef2eb7578004de3c56cdce008d97.zip tcl-688ff0ba55abef2eb7578004de3c56cdce008d97.tar.gz tcl-688ff0ba55abef2eb7578004de3c56cdce008d97.tar.bz2 |
* changes: updates for 8.4.15 release.
* win/tclWinReg.c: Bump to registry 1.1.5 to account
* library/reg/pkgIndex.tcl: for [1682211] bug fix.
FossilOrigin-Name: e7c3622b34ca10b379a2484066386e17b3ce0336
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.48 2006/10/16 18:52:29 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.49 2007/05/15 16:08:21 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6420,3 +6420,30 @@ URL validity checking against RFC 2986 (hobbs) => http 2.5.3 --- Released 8.4.14, October 19, 2006 --- See ChangeLog for details --- + +2006-10-31 (platform support)[1582769] Fix build with VC2003 (thoyts) + +2006-11-07 (bug fix)[1586470] [file copy] on afs (kupries,dionizio) + +2006-11-26 (platform support)[1230558] --enable-64bit on more systems (steffen) + +2006-11-27 (bug fix)[1602208] use > 32 async sockets on 64bit system (fontaine) + +2007-01-30 (enhancement) new target: `make install-private-headers` (hobbs) + +2007-02-12 (bug fix)[1516109] escape encodings crossing chan buffers (dejong) + +2007-03-01 (bug fix)[1671138] compiled [foreach {} x {}] hangs (fellows) + +2007-03-10 (bug fix)[1675116] list shimmer crash in [lsort] (fellows) + +2007-03-13 (bug fix)[1671087] list shimmer crash in [foreach] (porter) + +2007-03-13 (bug fix)[1669489] list shimmer crash in [array set] (porter) + +2007-03-17 (bug fix)[1682211] buffer overflow in [registry keys] (kenny) +=> registry 1.1.5 + +2007-04-29 (bug fix) fts_open() crash on 64bit Darwin 8 or earlier (steffen) + +--- Released 8.4.15, May 25, 2007 --- See ChangeLog for details --- |