diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-26 16:28:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-26 16:28:56 (GMT) |
commit | 02565e433c6568d97405d8702995c0e7683b216c (patch) | |
tree | 8361d0aeec961ded752ba6dc28dc182a8b587f9a | |
parent | 7f1bd2cac9bc449797cf575a5bd0843792c34124 (diff) | |
download | tcl-02565e433c6568d97405d8702995c0e7683b216c.zip tcl-02565e433c6568d97405d8702995c0e7683b216c.tar.gz tcl-02565e433c6568d97405d8702995c0e7683b216c.tar.bz2 |
* changes: Updated for 8.5.2 release.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | changes | 22 |
2 files changed, 25 insertions, 3 deletions
@@ -1,6 +1,10 @@ +2008-03-26 Don Porter <dgp@users.sourceforge.net> + + * changes: Updated for 8.5.2 release. + 2008-03-24 Pat Thoyts <patthoyts@users.sourceforge.net> - * generic/tclBinary.c: bug #1923966 - crash in binary format + * generic/tclBinary.c: [Bug 1923966] - crash in binary format * tests/binary.test: Added tests for the above crash condition. 2008-03-21 Donal K. Fellows <dkf@users.sf.net> @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.133 2008/03/13 14:52:36 dgp Exp $ +RCS: @(#) $Id: changes,v 1.134 2008/03/26 16:29:00 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7171,4 +7171,22 @@ and Tcl_AddObjToErrorInfo() (spjuth,porter) 2008-03-12 (new feature) some HTTP 1.1 support in http (and more!) (hobbs) => http 2.7 ---- Released 8.5.2, March 18, 2008 --- See ChangeLog for details --- +2008-03-13 (enhancement) support space in INSTALL_ROOT or $builddir (steffen) + +2008-03-16 (bug fix)[1903325] bytecode stack space prediction crash (fellows) + +2008-03-18 (bug fix)[1914604] Tcl Modules: encoding fixed to utf-8; environment +variables without "." added to customization hooks (kupries) + *** POTENTIAL INCOMPATIBILITY *** + +2008-03-18 (bug fix)[1914503] alignment of TclStackAlloc() return (sofer)\ + +2008-03-20 (bug fix)[1868171] expose Tcl_GetMemoryInfo (for AOLserver) (fellows) + +2008-03-24 (bug fix)[1923966] crash in [binary format x0s] (thoyts) + +--- Released 8.5.2, March 28, 2008 --- See ChangeLog for details --- + + + + |