]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for RFC 2617 Digest Access Authentication
[wget] / src / ChangeLog
index bd5945224ec2f12489d2b3d631e174c608d8fcee..11566b4f5a564d7f2895811731254193a5977ace 100644 (file)
@@ -1,5 +1,26 @@
+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...
+       * init.c (cleanup): ...here.
+
        * main.c: Do not include "stdout.h".
        (main): Do not register `close_stdout' at exit.
        Reported by: Micah Cowan  <micah@cowan.name>.