diff options
author | dgp <dgp@noemail.net> | 2007-12-18 15:45:02 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-12-18 15:45:02 (GMT) |
commit | 5e2623d708d9a9f88661ccf1c1553609a541d1d7 (patch) | |
tree | 14c5ac8d68501bbc6b70b4cbf04ad92dccbed725 /changes | |
parent | 89dcee88bee43586acd1910cdf537e5238c940a0 (diff) | |
download | tcl-5e2623d708d9a9f88661ccf1c1553609a541d1d7.zip tcl-5e2623d708d9a9f88661ccf1c1553609a541d1d7.tar.gz tcl-5e2623d708d9a9f88661ccf1c1553609a541d1d7.tar.bz2 |
* changes: Updated for 8.5.0 release.
FossilOrigin-Name: e81a2adf907bb861028ddf2b113614ba720137ca
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.126 2007/12/17 17:34:23 dgp Exp $ +RCS: @(#) $Id: changes,v 1.127 2007/12/18 15:45:04 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7101,6 +7101,9 @@ Many significant documentation improvements (fellows, sofer) 2007-12-17 (bug fix)[1851832,1851524] memory alignment correction (sofer) +2007-12-18 (bug fix)[1810264] revised regexp engine to prevent debilitating +over-consumption of resources (drewry,lane,ormandy,fellows) + Several documentation and release notes improvements --- Released 8.5.0, December 18, 2007 --- See ChangeLog for details --- |