X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=84e62c96f9b44d525e33a3d2966b290427ae1894;hp=7a0c6b8d881f253a6ff3864ccbfcd76f66a96922;hb=58a9721edf16684ca99b1c301a4768ade07eb03b;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/tests/ChangeLog b/tests/ChangeLog index 7a0c6b8d..84e62c96 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,8 +1,57 @@ +2010-05-16 Giuseppe Scrivano + + * Makefile.am (../md5/libmd5.a): Remove rule. + (LDADD): Remove MD5_LDADD. + +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + +2010-05-07 Giuseppe Scrivano + + * Makefile.am (LIBS): Add definition. + (LDADD): Add LIBS. + +2010-03-01 Steven Schubiger + + * Test-i-ftp.px: Test --input-file in conjunction with FTP. + * run-px, Makefile.am (EXTRA_DIST): Added Test-i-ftp.px. + +2010-02-26 Steven Schubiger + + * Test-i-http.px: Test --input-file in conjunction with HTTP. + * run-px, Makefile.am (EXTRA_DIST): Added Test-i-http.px. + +2010-02-25 Steven Schubiger + + * FTPServer.pm (FTPServer::new): Substitute port placeholders + in content of files to be retrieved via FTP. + +2009-10-14 Steven Schubiger + + * Test-E-k-K.px, Test-cookies-401.px, Test-ftp-bad-list.px, + Test-iri-list.px, Test-iri.px: Removed -d from invocation. + Patch by Mike Frysinger. + +2009-09-27 Micah Cowan + + * Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px, + Test-idn-robots.px, Test-proxy-auth-basic.px: Removed --debug from + invocation (in case it wasn't built with --debug support). + +2009-09-24 Micah Cowan + + * Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-disabled" + + * Test-ftp-iri-fallback.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-fallback" + 2009-09-07 Micah Cowan * run-px: Exit with a failure if there were any tests with "unknown" exit statuses. - + * Test-auth-with-content-disposition.px: New. Test Content-Disposition support when HTTP authentication is required. * run-px, Makefile.am (EXTRA_DIST): Added @@ -105,7 +154,7 @@ 2009-08-27 Micah Cowan * WgetTest.pm.in (run): Shift the errcode right by 8 binary places. - + * Test--spider-fail.px, Test--spider-r--no-content-disposition.px, Test--spider-r--no-content-disposition-trivial.px, Test--spider-r-HTTP-Content-Disposition.px, Test--spider-r.px, @@ -140,7 +189,7 @@ Test-ftp-iri-recursive.px, Test-ftp-iri-disabled.px, Test-idn-cmd.px, Test-idn-robots.px: Adjust wget invocations, replacing --locale with --local-encoding. - + 2009-07-07 Steven Schubiger * Makefile.am: Add IDN/IRI test files and Test-meta-robots.px @@ -149,7 +198,7 @@ 2009-07-05 Micah Cowan * Test-meta-robots.px: Added. - + * run-px: Add Test-meta-robots.px to the list. 2009-07-03 Micah Cowan @@ -307,7 +356,7 @@ 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 @@ -406,7 +455,7 @@ * Makefile.am (run-px-tests): Replaced ugly list of tests with run-px Perl script to manage running them. - + * run-px: Added. * FTPServer.pm (run): Avoid re-forking. Fixes bug #20458. @@ -542,7 +591,7 @@ * Test-np.px: Added test for -np. * HTTPTest.pm: Ignore initial '/' character in requested URLs. - + 2006-10-12 Mauro Tortonesi * Test1.px: Renamed to Test-noop.px. @@ -562,13 +611,13 @@ * Test-O-nonexisting.px: Ditto. * Test5.px: Renamed to Test-HTTP-Content-Disposition.px. - + * Test-HTTP-Content-Disposition.px: Ditto. - + * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px. - + * Test-HTTP-Content-Disposition-1.px: Ditto. - + * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px. * Test-HTTP-Content-Disposition-2.px: Ditto. @@ -580,13 +629,13 @@ * Test-Restrict-Lowercase.px: Ditto. * Test10.px: Renamed to Test-Restrict-Uppercase.px. - + * Test-Restrict-Uppercase.px: Ditto. * Test--spider.px: Added test for spider mode. - + * Test--spider-fail.px: Added failing test for spider mode. - + * Test--spider-r.px: Added test for recursive spider mode. * Test-c.px: Added test for --continue mode. @@ -598,7 +647,7 @@ * Test-O.px: Added test for -O. * Test-N-current.px: Added test for -N. - + * Test-N-old.px: Added test for -N. * Test-E-k.px: Added test for -E -k. @@ -616,7 +665,7 @@ 2006-06-13 Mauro Tortonesi * Test9.px: Added test for --restrict-file-names=lowercase option. - + * Test10.px: Added test for --restrict-file-names=uppercase option. 2006-05-26 Mauro Tortonesi @@ -631,9 +680,9 @@ * Test1.px: Removed unneeded ../src/ from command line. * Test2.px: Ditto. - + * Test3.px: Ditto. - + * Test4.px: Ditto. * Test5.px: Ditto. @@ -656,24 +705,24 @@ * Test5.px: Added test for HTTP Content-Disposition support. * Test6.px: Ditto. - + * Test7.px: Ditto. 2006-04-27 Mauro Tortonesi - + * HTTPServer.pm: Serve index.html if no filename is given. * Test.pm: Added support for pre-existing files. - + 2006-01-24 Mauro Tortonesi * HTTPServer.pm: Enhanced logging support. * HTTPTest.pm: Updated to new test format. - + * Test.pm: Improved test setup, verification and cleanup. Major refactoring. - + * Test1.px: Updated to new test format. * Test2.px: Updated to new test format. @@ -682,15 +731,15 @@ * Test4.px: Added new test for quiet download of nonexistent URL with --output-document option. - + 2005-12-05 Mauro Tortonesi * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. Removed the old run method and renamed the old run_daemon method to run. Added support for partial - + * Testing.pm: Renamed to HTTPTest.pm. - + * HTTPTest.pm: Refactored as a subclass of Test. Renamed Run_HTTP_Test to run, verify_download to _verify_download and added support for timestamp checking. @@ -699,15 +748,15 @@ testcase. * test1: Renamed to Test1.px. - + * Test1.px: Refactored as an instance of the HTTPTest class. - + * Test2.px: Added -N HTTP test. 2005-11-02 Mauro Tortonesi * HTTPServer.pm: Added basic support for HTTP testing. - + * Testing.pm: Added basic support for feature testing (only HTTP testing is supported at the moment).