]> sjero.net Git - wget/blobdiff - src/ChangeLog
Silence compiler warning.
[wget] / src / ChangeLog
index 7389d059923620cdb5cfc97173a32138b6bde9b4..8e9572f235b47ae1ddcacbba3e760a6a78089ebd 100644 (file)
@@ -1,12 +1,16 @@
-2011-08-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+2011-08-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
-       * Makefile.am: Use an additional file "css_.c" which in turn includes
-       "wget.h" and immediately "css.c".
+       * init.c (home_dir) [MSDOS]: Move local variable `len' here.
 
 2011-08-18  Giuseppe Scrivano  <giuseppe@southpole.se>
 
+       * http.c (gethttp): Fix a memory leak on some errors.  Free the head
+       buffer.
+
+       * Makefile.am: Use an additional file "css_.c" which in turn includes
+       "wget.h" and immediately "css.c".
+
        * http.c (gethttp): Reset chunked_transfer_encoding on redirections.
-       Reported by: Axel Reinhold <axel@freakout.de>.
 
 2011-08-13  Giuseppe Scrivano  <gscrivano@gnu.org>