]> sjero.net Git - wget/blobdiff - src/ChangeLog
Include missing header.
[wget] / src / ChangeLog
index b3937051cbbd22915d413de98fd55eb4a816378e..8fcd0bf0c6c621301f15893d7a8eb5c93192b063 100644 (file)
@@ -1,3 +1,30 @@
+2012-07-03  Steven Schubiger  <stsc@member.fsf.org>
+
+       * init.c: Include warc.h for warc_close in cleanup function.
+
+2012-07-08  Steven Schubiger  <stsc@member.fsf.org>
+
+       * exits.h: Fix comment.
+       * exits.c: Likewise.
+
+2012-07-07  Tim Ruehsen <tim.ruehsen@gmx.de>
+
+       (digest_authentication_encode): Add support for RFC 2617 Digest
+       Access Authentication.
+
+2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (http_loop): Fix log message.
+       * main.c (main): Likewise.
+       Reported by: Petr Pisar <petr.pisar@atlas.cz>
+
+2012-06-17  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.h: Define `CLOSEFAILED'.
+       * init.c: Include "exits.h".
+       (cleanup): Check `fclose' failure.
+       * exits.c (get_status_for_err): Handle `CLOSEFAILED'.
+
 2012-06-16  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * main.c (main): Move some cleanup related function to...