]> sjero.net Git - wget/blobdiff - src/ChangeLog
#include <openssl/opensslv.h>
[wget] / src / ChangeLog
index 6b7426006cce497f45733dd746a97d588abe0e98..fb336cebf2a1815e9375b88daa29fbb16db93886 100644 (file)
@@ -1,3 +1,13 @@
+2007-10-10  Micah Cowan  <micah@cowan.name>
+
+       * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
+       hoping it'll be included by accident in openssl/des.h.
+
+2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
+
+       * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
+       needed.  Hence simply the prototype. Free 'exec_name' at exit.
+
 2007-10-08  Micah Cowan  <micah@cowan.name>
 
        * http.c (http_loop): Add send_head_first conditional back
        support isn't on; make sure we continue properly in that case,
        even though we're not sending HEAD.
 
+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-02  Micah Cowan  <micah@cowan.name>
 
        * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main