]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Removing --spider--no-content... tests.
[wget] / tests / ChangeLog
index 9509fa968d8dceefa8470815df72b77b11f855ce..93f2aa82671a9db52293878b362a81244298dc44 100644 (file)
@@ -1,7 +1,46 @@
+2008-05-22  Micah Cowan  <micah@cowan.name>
+
+       * 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.
+
+2008-04-26  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, Test-proxied-https-auth.px: Added a test for
+       accessing password-protected HTTPS URLs through a proxy (via
+       CONNECT).
+
+2008-04-10  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, Test-proxy-auth-basic.px: Added a test for
+       accessing password-protected URLs through a proxy.
+
+2008-01-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Updated copyright year.
+
+2008-01-23  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Add libmd5 to unit-tests.
+
+2007-11-28  Micah Cowan <micah@cowan.name>
+
+       * Makefile.am: Updated license exception for OpenSSL, per the
+       SFLC.
+
+2007-10-18  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Add dependency for unit_tests on libgnu.a.
+
 2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * WgetTest.pm.in: wget is built in the build tree.  Use an
        absolute path to the binary.
+       * Makefile.in: Removed, replaced by Makefile.am.
+       * Makefile.am: Converted from Makefile.in.
 
 2007-09-25  Micah Cowan  <micah@cowan.name>