]> sjero.net Git - wget/blobdiff - src/ChangeLog
Merging my botched import with Alex's original commit.
[wget] / src / ChangeLog
index 673bd9c7aa4eb8a7a2a79788d0e6317f870aa5f2..7201511a9cc10d463a8f93cb19a2296b4624a03d 100644 (file)
@@ -1,3 +1,31 @@
+2008-04-11  Micah Cowan  <micah@cowan.name>
+
+       * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
+       .listing when --continue is used.  Fixes bug #22825. Thanks to
+       Rabin Vincent <rabin@rab.in> for pointing the way with a
+       suggested fix!
+
+2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
+
+       * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
+       "unknown" value for the attempted allocation size.
+       * utils.c (aprintf): Now calls memfatal, instead of aborting.
+
+2008-03-19  Micah Cowan  <micah@cowan.name>
+
+       * utils.c (test_dir_matches_p): More tests related for
+       dir_matches_p.
+
+2008-03-17  Micah Cowan  <micah@cowan.name>
+
+       * connect.c: Include sys/time.h to support use of the select
+       function on older systems.
+
+2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
+
+       * http.c: More accurate and descriptive messages for when a file
+       won't be retrieved during spider-mode.
+
 2008-02-10  Micah Cowan  <micah@cowan.name>
 
        * http.c: Added existence_checked member to the http_stat
@@ -9,6 +37,9 @@
        * progress.c (create_image): Add space for an extra column in
        the "eta" portion of the progress bar image; to deal with
        too-long Czech translation.
+       * main.c, http.c, init.c: Added --auth-no-challenge option, to
+       bring back 1.10.2 unsafe auth behavior when needed. This fixes
+       bug #22242.
 
 2008-02-07  Micah Cowan  <micah@cowan.name>