diff options
author | stanton <stanton@noemail.net> | 1998-12-04 01:04:15 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1998-12-04 01:04:15 (GMT) |
commit | edaa104a0cdcd5f38a5d334f9d0bf742f17662ff (patch) | |
tree | 11e96255a89c8854a2ceb17a1e87a7534afcae75 /changes | |
parent | 73240bc821f508685f902e8eca461387995c04d6 (diff) | |
download | tcl-edaa104a0cdcd5f38a5d334f9d0bf742f17662ff.zip tcl-edaa104a0cdcd5f38a5d334f9d0bf742f17662ff.tar.gz tcl-edaa104a0cdcd5f38a5d334f9d0bf742f17662ff.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: 2d7397f639e3b0136bfb5083c40024194c2dcd8e
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.35 1998/12/02 01:42:00 welch Exp $ +RCS: @(#) $Id: changes,v 1.36 1998/12/04 01:04:15 stanton Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -3675,3 +3675,8 @@ MSL rather than ExitToShell. This allows MSL to clean up its temporary files. T Vince Darley for this improvement. (JI) ----------------- Released 8.0.4, 11/20/98 ------------------------- + +12/3/98 (bug fix) Windows NT creates sockets so they are inheritable +by default. Fixed socket code so it turns off this bit right after +creation so sockets aren't kept open by exec'ed processes. [Bug: 892] +Thanks to Kevin Kenny for this fix. (SS) |