]> sjero.net Git - wget/blobdiff - src/ChangeLog
Separate "https" feature.
[wget] / src / ChangeLog
index af39497d5830dbc718fc3d99a80e37b645ff2262..b76e7f9f104e2b04349dec93eb0a4e7b12a845ba 100644 (file)
@@ -1,5 +1,21 @@
+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.
+       
 2009-06-11  Micah Cowan  <micah@cowan.name>
 
+       * http.c (http_atotm): Handle potential for setlocale's return
+       value to be static storage. Thanks to Benjamin Wolsey
+       <bwy@benjaminwolsey.de>.
+
        * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
        systems, too. Thanks to Robert Millan.