]> sjero.net Git - wget/blobdiff - src/ChangeLog
Separate "https" feature.
[wget] / src / ChangeLog
index 464e8a916d081fe664576c2d6654e7e7606084b2..b76e7f9f104e2b04349dec93eb0a4e7b12a845ba 100644 (file)
@@ -1,3 +1,11 @@
+2009-06-12  Micah Cowan  <micah@cowan.name>
+
+       * 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.