diff options
author | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
commit | ba5ae0ab74c4217f0a951b0eb3edf223022af5c5 (patch) | |
tree | a479f28ec1ec1dfebe670ae7fe82aa6f2d50d2b7 /ChangeLog | |
parent | ac66ecde08cacbe613154be42c2bc55c2a513435 (diff) | |
download | tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.zip tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.tar.gz tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.tar.bz2 |
Allow URLs that don't have a path, but a query,
e.g. http://example.com?foo=bar and bump http to 2.7.12.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-04-04 Reinhard Max <max@suse.de> + + * library/http/http.tcl (http::geturl): Allow URLs that don't have + a path, but a query query, e.g. http://example.com?foo=bar . + * Bump the http package to 2.7.12. + 2013-04-03 Jan Nijtmans <nijtmans@users.sf.net> * unix/tclUnixInit.c: [Bug 3205320]: stack space detection |