X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=caebc5e4c040a33b5d0eb4c37cbaff1a11bc2a88;hb=04f29f2f08da21cbcebbf86fe98de0522f024c64;hp=9364d54d0a531386868e3eac8612a1df79957706;hpb=611a219fb0d606b00d9af335efbd3cee173fc51b;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 9364d54d..caebc5e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,20 @@ +2012-02-26 Giuseppe Scrivano + + * main.c: Include "closeout.h" + (main): Register close_stdout at exit. + +2012-02-01 Gijs van Tulder + + * warc.c: Fix large file support with ftello, fseeko. + * warc.h: Fix large file support. + * http.c: Fix large file support. + 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