]> sjero.net Git - wget/blobdiff - src/ChangeLog
#include <sys/types.h>
[wget] / src / ChangeLog
index 6b9ba32d77e4956e68f03b25ecab3461f1f34b59..0a80c8c37b6d38c32c7babb80671b80233abdcd5 100644 (file)
@@ -1,3 +1,20 @@
+2009-06-12  Micah Cowan  <micah@cowan.name>
+
+       * host.c: Include <sys/types.h> before <sys/socket.h>. Not
+       required by POSIX any more, but some older systems (such as
+       FreeBSD 4.1) still need it, and it doesn't seem like it could
+       hurt...
+
+       * build_info.c (library): Handle "https" as a feature in its own
+       right, apart from "gnutls" and "openssl".
+
+       * host.c: Declare h_errno if no declaration is provided. Idea
+       thanks to Maciej W. Rozycki.
+
+2009-06-11  Xin Zou  <zouxin2008@gmail.com>    
+       
+       * http.c (gethttp): Fix some memory leaks.
+       
 2009-06-11  Micah Cowan  <micah@cowan.name>
 
        * http.c (http_atotm): Handle potential for setlocale's return