summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:07:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:07:08 (GMT)
commitb0d2108c0787bde409bec331a388113f6acb9450 (patch)
treee45a1ab8d48a60009a076a8c0028bfa382bf2ac5 /ChangeLog
parent0e6d90dd95ae50fb0c0d21372528bac15a3a9599 (diff)
parentc509f61617b25dc0e12c07ca27b5b44bce13cb5f (diff)
downloadtcl-b0d2108c0787bde409bec331a388113f6acb9450.zip
tcl-b0d2108c0787bde409bec331a388113f6acb9450.tar.gz
tcl-b0d2108c0787bde409bec331a388113f6acb9450.tar.bz2
[Bug 3599395]: http assumes status line is a proper tcl list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55bb874..1655e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2013-01-09 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * library/http/http.tcl: [Bug 3599395]: http assumes status line
+ is a proper tcl list.
+
2013-01-08 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinFile.c: [Bug 3092089]: [file normalize] can remove path
components. [Bug 3587096] win vista/7: "can't find init.tcl" when
- called via junction.
+ called via junction without folder list access.
2013-01-07 Jan Nijtmans <nijtmans@users.sf.net>