]> sjero.net Git - wget/blobdiff - src/ChangeLog
Applying Gisle's latest MS-DOS patches.
[wget] / src / ChangeLog
index 68e34e5c313e72d53b0cc6b7c5436df7661fba81..6864760e1496df4447ca995b7b7c44b913cf6cd0 100644 (file)
@@ -1,3 +1,17 @@
+2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
+       
+       * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
+
+       * url.c: Update comment for 'filechr_not_windows'.
+
+       * utils.c: Include <process.h> for 'getpid()' on Watcom.
+
+2007-10-04  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): We've got_name if content_disposition
+       support isn't on; make sure we continue properly in that case,
+       even though we're not sending HEAD.
+
 2007-10-02  Micah Cowan  <micah@cowan.name>
 
        * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main