diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:34:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:34:20 (GMT) |
commit | 9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35 (patch) | |
tree | 4b0ff5bd3951d7c8c1e8f87111de77ff825d1cf3 /ChangeLog | |
parent | ef09f86d39a751b46143aa33f2ee808b31a6a984 (diff) | |
parent | b70ab023a4e2ec3bfb8ebccf59b92519d5a5dbba (diff) | |
download | tcl-9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35.zip tcl-9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35.tar.gz tcl-9ca1f111a0ee7859fdec16b4f4d2f7fcf3530c35.tar.bz2 |
[Bug 3391977]: Ensure that the -headers option to http::geturl overrides the
-type option (important because -type has a default that is not always
appropriate, and the header must not be duplicated).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-09-16 Donal K. Fellows <dkf@users.sf.net> + + * library/http/http.tcl (http::geturl): [Bug 3391977]: Ensure that the + -headers option overrides the -type option (important because -type + has a default that is not always appropriate, and the header must not + be duplicated). + 2011-09-15 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: [Bug 3408408] Partial improvement by |