X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=a84ff3780ca44c8354be06c9c61f6c609f69dd83;hb=d733dbc7031aaa417e45c38a34a9b72813176bbd;hp=03b6ecdf45dd263ce3c9a156dcbd05454c7ffd96;hpb=58a9721edf16684ca99b1c301a4768ade07eb03b;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 03b6ecdf..a84ff378 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,32 @@ +2010-05-27 Giuseppe Scrivano + + * main.c (main): Exit with failure when -k is specified and -O is not + a regular file. + +2010-05-27 Giuseppe Scrivano + + * http.c (gethttp): Consider new cookies retrieved when the + authorization fails. + +2010-05-25 Giuseppe Scrivano + + * host.c (sufmatch): Do not consider zero length entries. + + * http.c (H_10X): New macro. + (gethttp): Silently ignore 1xx responses. + +2010-05-24 Giuseppe Scrivano + + * iri.h (dummy_iri): Define static. + + * css-tokens.h (css_tokens): Remove variable. + +2010-05-23 Giuseppe Scrivano + + * http.c (http_atotm): Count the NUL character when copying the locale + string. + Reported by: Florian Weimer + 2010-05-16 Giuseppe Scrivano * Makefile.am (LDADD): Remove MD5_LDADD.