X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FChangeLog;h=867a82ec816a1d6f1695c878c2dec06faeda6fa5;hb=171c71e09cc710e82c2fa6f3c4d08a678083b346;hp=36bc35dc9afb0c782024f787c6a8f54a552e5c9b;hpb=d3007f1b3a5d033babe40bc4c56a899eb3b10bfa;p=wget diff --git a/tests/ChangeLog b/tests/ChangeLog index 36bc35dc..867a82ec 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,42 @@ +2008-08-28 Micah Cowan + + * HTTPServer.pm (run): Allow distinguishing between hostnames, + when used as a proxy. + + * Test-idn-headers.px, Test-idn-meta.px: Added. + + * run-px: Added Test-idn-headers.px, Test-idn-meta.px. + + * Test-proxy-auth-basic.px: Use the full URL, rather than just the + path (made necessary by the accompanying change to HTTPServer.pm). + +2008-08-14 Xavier Saint + + * Test-iri-list.px : Fetch files from a remote list. + +2008-08-03 Xavier Saint + + * Test-iri.px : HTTP recursive fetch for testing IRI support and + fallback. + + * Test-iri-disabled.px : Same file structure as Test-iri.px but with + IRI support disabled + + * Test-iri-forced-remote.px : There's a difference between ISO-8859-1 + and ISO-8859-15 for character 0xA4 (respectively currency sign and + euro sign). So with a forced ISO-8859-1 remote encoding, wget should + see 0xA4 as a currency sign and transcode it correctly in UTF-8 instead + of using the ISO-8859-15 given by the server. + + * Test-ftp-iri.px : Give a file to fetch via FTP in a specific locale + and expect wget to fetch the file UTF-8 encoded. + + * Test-ftp-iri-fallback.px : Same as above but wget should fallback on + locale encoding to fetch the file. + + * Test-ftp-iri.px : Same as Test-ftp-iri.px but with IRI support + disabled. The UTF-8 encoded file should not be retrieved. + 2008-06-22 Micah Cowan * Test-proxied-https-auth.px: Shift exit code so it falls in the