diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | changes | 4 |
2 files changed, 9 insertions, 7 deletions
@@ -1,12 +1,9 @@ -2008-02-04 Miguel Sofer <msofer@users.sf.net> - - * generic/tclExecute.c (INST_CONCAT1): fix optimisation for - in-place concatenation (was going over String type) - 2008-02-04 Don Porter <dgp@users.sourceforge.net> *** 8.5.1 TAGGED FOR RELEASE *** + * changes: Updated for 8.5.1 release. + * generic/tcl.h: Bump to 8.5.1 for release. * library/init.tcl: * tools/tcl.wse.in: @@ -17,6 +14,11 @@ * unix/configure: autoconf-2.59 * win/configure: +2008-02-04 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (INST_CONCAT1): fix optimisation for + in-place concatenation (was going over String type) + 2008-02-02 Daniel Steffen <das@users.sourceforge.net> * unix/configure.in (Darwin): correct Info.plist year substitution in @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.130 2008/01/30 14:57:20 msofer Exp $ +RCS: @(#) $Id: changes,v 1.131 2008/02/04 21:43:44 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7128,4 +7128,4 @@ Several documentation and release notes improvements Several documentation and release notes improvements ---- Released 8.5.1, February 1, 2008 --- See ChangeLog for details --- +--- Released 8.5.1, February 5, 2008 --- See ChangeLog for details --- |