]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for RFC 2617 Digest Access Authentication
[wget] / src / ChangeLog
index b3937051cbbd22915d413de98fd55eb4a816378e..11566b4f5a564d7f2895811731254193a5977ace 100644 (file)
@@ -1,3 +1,21 @@
+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...