diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 68 |
1 files changed, 67 insertions, 1 deletions
@@ -8831,6 +8831,70 @@ improvements to regexp engine from Postgres (lane,porter,fellows,seltenreich) --- Released 8.6.8, December 22, 2017 --- http://core.tcl.tk/tcl/ for details +2018-02-11 (enhance) stop blocking conversion of object to/from class (coulter) + +2018-02-12 (enhance) NR-enable [package require] (coulter) + +2018-02-14 (bug)[9fd5c6] crash in object deletion, test oo-11.5 (coulter) + +2018-02-14 (bug)[3c32a3] crash deleting object with class mixed in (coulter) + +2018-02-15 (platform) stop using -lieee, removed from glibc-2.27 (porter) +***POTENTIAL INCOMPATIBILITY for math programs that embed Tcl*** + +2018-02-23 (bug)[8e6a9a] bad binary [string match], test string-11.55 (porter) + +2018-03-05 (bug)[1873ea] repair multi-thread std channel init (sebres) + +2018-03-09 (bug)[db36fa] broken bytecode for index values (porter) + +2018-03-13 (bug) broken compiled [string replace], test string-14.19 (porter) + +2018-03-14 (bug) [string trim*] engine crashed on invalid UTF (sebres) + +2018-04-17 (bug) missing trace in compiled [array set], test var-20.11 (porter) + +2018-04-22 (bug)[46a241] crash in unset array with search, var-13.[23] (goth) + +2018-04-30 (bug)[27b682] race made [file delete] raise "no such file" (sebres) + +2018-06-04 (bug)[925643] 32/64 cleanup of filesystem DIR operations (sebres) + +2018-06-18 (bug) leaks in TclSetEnv and env cache (coulter) + +2018-06-24 (bug)[3592747] [yieldto] dying namespace, tailcall-14.1 (coulter) + +2018-07-09 (bug)[270f78] race in [file mkdir] (sebres) + +2018-07-12 (bug)[3f7af0] [file delete] raised "permission denied" (sebres) + +2018-07-26 (bug)[d051b7] overflow crash in [format] (sebres) + +2018-08-29 revised quoting of [exec] args in generated command line (sebres) +***POTENTIAL INCOMPATIBILITY*** + +2018-09-20 HTTP Keep-Alive with pipelined requests (nash) +=> http 2.9.0 + +2018-09-27 (new)[TIP 505] [lreplace] accepts all out of range indices (porter) + +2018-10-04 (bug) Prevent crash from NULL keyName (nijtmans) +=> registry 1.3.3 + +2018-10-26 (enhance) advance dde version (nijtmans) +=> dde 1.4.1 + +2018-10-27 tzdata updated to Olson's tzdata2018g (jima) + +2018-10-29 Update tcltest package for Travis support (fellows) +=> tcltest 2.5.0 + +2018-11-09 (bug)[35a8f1] overlong string length of some lists (owens) + +2018-11-16 (bug)[00d04c] Repair [binary encode base64] (sebres) + +- Released 8.6.9, November 16, 2018 - details at http://core.tcl-lang.org/tcl/ - + Changes to 8.7a1 include all changes to the 8.6 line through 8.6.7, plus the following, which focuses on the high-level feature changes in this changeset (new minor version) rather than bug fixes: @@ -8849,7 +8913,7 @@ in this changeset (new minor version) rather than bug fixes: 2016-10-04 Server socket on port 0 chooses port supporting IPv4 * IPv6 (max) -2016-11-25 [array named -regexp] supports backrefs (goth) +2016-11-25 [array names -regexp] supports backrefs (goth) 2017-01-04 (TIP 456) New routine Tcl_OpenTcpServerEx() (limeboy) @@ -8884,3 +8948,5 @@ in this changeset (new minor version) rather than bug fixes: 2018-03-12 (TIP 499) custom locale preference list (oehlmann) => msgcat 1.7.0 + +- Released 8.7a3, Nov 30, 2018 --- http://core.tcl-lang.org/tcl/ for details - |