diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | changes | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-10-26 Don Porter <dgp@users.sourceforge.net> + * changes: Updated for 8.5b2 release. + * README: Bump version number to 8.5b2. * generic/tcl.h: * library/init.tcl: @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.119 2007/09/20 18:29:18 das Exp $ +RCS: @(#) $Id: changes,v 1.120 2007/10/26 15:53:43 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7024,3 +7024,17 @@ project for Xcode 3.0 (steffen) on Windows to be larger than the default [interp recursionlimit] value. --- Released 8.5b1, September 26, 2007 --- See ChangeLog for details --- + +2007-10-02 (bug fix)[1806422] proper [tcl::tm::path] autoload (porter) + +2007-10-02 (bug fix) Improve Tcl_DecrRefCount() robustness (staplin) + +2007-10-11 (bug fix)[1805887] [string is int -failindex] for 0o, 0b (porter) + +2007-10-15 (bug fix)[1813528] Tcl_ParseBraces read past buffer (mistachkin) + +2007-10-25 (bug fix)[1726873] intermittent crash in threads (vasiljevic) + +New doc macros for improved formatting. Docs updated to use. (fellows) + +--- Released 8.5b2, October 26, 2007 --- See ChangeLog for details --- |