diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 12 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-11-10 Andreas Kupries <andreask@activestate.com> + + * changes: Updates for 8.6b2 release. + 2010-11-09 Donal K. Fellows <dkf@users.sf.net> * generic/tclOOMethod.c (ProcedureMethodVarResolver): [Bug 3105999]: @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.150 2010/11/04 13:19:04 dgp Exp $ +RCS: @(#) $Id: changes,v 1.151 2010/11/10 17:43:33 andreas_kupries Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7859,4 +7859,14 @@ memory with buffer backup (ferrieux) 2010-11-01 tzdata updated to Olson's tzdata2010o (kenny) +2010-11-04 (bug fix)[3099086] Clarified docs of var substitution (fellows) + +2010-11-04 improved install targets (cassof) + +2010-11-04 improved testing of sockets (max) + +2010-11-05 (frq)[491789] setargv/unicode cmdline for MSVC (nijtmans) + +2010-11-09 (bug fix)[3105999] fixed memleak in OO var resolver (fellows) + --- Released 8.6b2, November 15, 2010 --- See ChangeLog for details --- |