diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-17 17:34:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-17 17:34:21 (GMT) |
commit | 296e1c32e596a9e2c73528c0aa67e7e76bb03778 (patch) | |
tree | 4d3e8c0c9b5e78bec1d9f42803dcacb839ee4b34 | |
parent | 5839e20e37267d1257342d2850e98b3ba1123cf0 (diff) | |
download | tcl-296e1c32e596a9e2c73528c0aa67e7e76bb03778.zip tcl-296e1c32e596a9e2c73528c0aa67e7e76bb03778.tar.gz tcl-296e1c32e596a9e2c73528c0aa67e7e76bb03778.tar.bz2 |
* changes: Updated for 8.5.0 release.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | changes | 8 |
2 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2007-12-17 Don Porter <dgp@users.sourceforge.net> + + *** 8.5.0 TAGGED FOR RELEASE *** + + * changes: Updated for 8.5.0 release. + 2007-12-17 Miguel Sofer <msofer@users.sf.net> * generic/tclAlloc.c: @@ -12,8 +18,6 @@ * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 1602539] - *** 8.5.0 TAGGED FOR RELEASE *** - * win/README: updated notes 2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net> @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.125 2007/12/13 15:22:30 dgp Exp $ +RCS: @(#) $Id: changes,v 1.126 2007/12/17 17:34:23 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7097,6 +7097,10 @@ Many significant documentation improvements (fellows, sofer) 2007-12-05 (performance)[1845092] Tcl_ObjType for channel names (hobbs) +2007-12-14 (bug fix)[1602539] NUL pollution in [glob] result (hobbs) + +2007-12-17 (bug fix)[1851832,1851524] memory alignment correction (sofer) + Several documentation and release notes improvements ---- Released 8.5.0, December 14, 2007 --- See ChangeLog for details --- +--- Released 8.5.0, December 18, 2007 --- See ChangeLog for details --- |