X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=e5def2a83508fac568b33b3a197c688f073ac00a;hp=e10d4c0233ba8c564de84f926288a6a34bf7bf90;hb=408126aae0277e5c9e995a32bd942f4fa5cd7a9d;hpb=586ade4fb19021fb8893912cda13875ae4120236 diff --git a/src/ChangeLog b/src/ChangeLog index e10d4c02..e5def2a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2012-02-23 Giuseppe Scrivano + + * main.c (main): Write diagnostic messages to `stderr' not to `stdout'. + + * main.c (main): Fail gracefully if `malloc' fails. + + * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'. + +2012-02-17 Steven Schubiger + + * warc.c: Add license header. + +2012-01-27 Gijs van Tulder + + * retr.c (fd_read_body): If the response is chunked, the chunk + headers are now written to the WARC file, making the WARC file + an exact copy of the HTTP response. + 2012-01-27 Gijs van Tulder * retr.c (fd_read_body): Fix a memory leak with chunked responses.