diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:28:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 08:28:02 (GMT) |
commit | b70ab023a4e2ec3bfb8ebccf59b92519d5a5dbba (patch) | |
tree | e9d9531b410872bc585652d409b21187b47b6198 /ChangeLog | |
parent | c6e44af1862f2818ef3586bf70986d7f75c5ae77 (diff) | |
download | tcl-b70ab023a4e2ec3bfb8ebccf59b92519d5a5dbba.zip tcl-b70ab023a4e2ec3bfb8ebccf59b92519d5a5dbba.tar.gz tcl-b70ab023a4e2ec3bfb8ebccf59b92519d5a5dbba.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-13 Don Porter <dgp@users.sourceforge.net> * generic/tclUtil.c: [Bug 3390638] Workaround broken solaris |