summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-12-31 16:57:03 (GMT)
committerdgp <dgp@noemail.net>2007-12-31 16:57:03 (GMT)
commita9754f54fffd9c8e7576af98f99bfc9ff05102ba (patch)
treefd4b9351842df4dccdbd4bd6bec10daf9288bde1 /changes
parent733967b9c986c82a4208c50327809f1f3a5e5f32 (diff)
downloadtcl-a9754f54fffd9c8e7576af98f99bfc9ff05102ba.zip
tcl-a9754f54fffd9c8e7576af98f99bfc9ff05102ba.tar.gz
tcl-a9754f54fffd9c8e7576af98f99bfc9ff05102ba.tar.bz2
* changes: updates for 8.4.17 release.
FossilOrigin-Name: 22fdc2581ee93c96cd2ede0bcc31aaff711c7057
Diffstat (limited to 'changes')
-rw-r--r--changes21
1 files changed, 20 insertions, 1 deletions
diff --git a/changes b/changes
index 1189624..f3ff291 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.52 2007/09/18 19:37:06 das Exp $
+RCS: @(#) $Id: changes,v 1.79.2.53 2007/12/31 16:57:04 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6480,3 +6480,22 @@ URL validity checking against RFC 2986 (hobbs)
2007-09-15 (platform support) SunOS-5.1x link with cc, not ld (steffen)
--- Released 8.4.16, September 21, 2007 --- See ChangeLog for details ---
+
+2007-10-03 (bug fix) Corrected find of deleted command (sofer,neumann)
+
+2007-10-15 (bug fix)[1813528] Tcl_ParseBraces read past buffer (mistachkin)
+
+2007-10-30 (bug fix)[1810264] stop panic in RE lexer (fellows)
+
+2007-11-15 (bug fix)[1810038] infinite loop in RE compiler (lane,porter)
+
+2007-11-27 (bug fix)[1823552] encoding conversion for [info hostname] (porter)
+
+2007-12-05 (bug fix)[1844789] fix [lsearch -exact -integer] crash (fellows)
+
+2007-12-13 (bug fix)[1773127] corrected open mode "a+" (rottman,fellows)
+
+2007-12-18 (bug fix)[1810264] revised regexp engine to prevent debilitating
+over-consumption of resources (drewry,lane,ormandy,fellows)
+
+--- Released 8.4.17, January 4, 2008 --- See ChangeLog for details ---