summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-01-23 16:42:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-01-23 16:42:15 (GMT)
commitc93ca3534a26772f8acc81f3432c1bc74da5c701 (patch)
tree5fa5c50aa0b980fc25477f158eea2a756922fadd /changes
parent8399b253ca7479b09d5d05ce4e81a9c9697a3582 (diff)
downloadtcl-c93ca3534a26772f8acc81f3432c1bc74da5c701.zip
tcl-c93ca3534a26772f8acc81f3432c1bc74da5c701.tar.gz
tcl-c93ca3534a26772f8acc81f3432c1bc74da5c701.tar.bz2
merge updates from HEAD
Diffstat (limited to 'changes')
-rw-r--r--changes11
1 files changed, 9 insertions, 2 deletions
diff --git a/changes b/changes
index b312c34..c9b222e 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.116.2.5 2007/12/13 06:24:09 dgp Exp $
+RCS: @(#) $Id: changes,v 1.116.2.6 2008/01/23 16:42:16 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7097,6 +7097,13 @@ Many significant documentation improvements (fellows, sofer)
2007-12-05 (performance)[1845092] Tcl_ObjType for channel names (hobbs)
+2007-12-14 (bug fix)[1602539] NUL pollution in [glob] result (hobbs)
+
+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 14, 2007 --- See ChangeLog for details ---
+--- Released 8.5.0, December 20, 2007 --- See ChangeLog for details ---