diff options
| author | dgp@users.sourceforge.net <dgp> | 2007-12-17 17:34:21 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2007-12-17 17:34:21 (GMT) |
| commit | 48f85f530bf4666c34f4de56457b09ed8069a7b1 (patch) | |
| tree | 4d3e8c0c9b5e78bec1d9f42803dcacb839ee4b34 | |
| parent | e5efea6f1bde65f1adba3316c7b11d6657001676 (diff) | |
| download | tcl-48f85f530bf4666c34f4de56457b09ed8069a7b1.zip tcl-48f85f530bf4666c34f4de56457b09ed8069a7b1.tar.gz tcl-48f85f530bf4666c34f4de56457b09ed8069a7b1.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 --- |
