summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-12-18 15:45:02 (GMT)
committerdgp <dgp@noemail.net>2007-12-18 15:45:02 (GMT)
commit5e2623d708d9a9f88661ccf1c1553609a541d1d7 (patch)
tree14c5ac8d68501bbc6b70b4cbf04ad92dccbed725 /changes
parent89dcee88bee43586acd1910cdf537e5238c940a0 (diff)
downloadtcl-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--changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes b/changes
index f434f21..29f4754 100644
--- a/changes
+++ b/changes
@@ -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 ---