X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=4a356d6315eddadeba67c9728f4e94508cdcbe3d;hb=e16bd204744119e70041a1165438a8c19a86b471;hp=73658393c8174777cd3b324b5990013d68ae6532;hpb=cba3187919f9a25ea763443140fa3cc2131a40ad;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 73658393..4a356d63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,259 @@ +2010-06-10 Giuseppe Scrivano + + * main.c (print_version): Drop the current maintainer line. + +2010-06-10 Giuseppe Scrivano + + * Makefile.am (build_info.c): Generate the `build_info.c' file under + the build directory. + Patch by: Daniel Stenberg . + +2010-06-03 Giuseppe Scrivano + + * http.c (http_loop): Do not send a HEAD request before the GET request + when --content-disposition is used. + Reported by: alex_wh@mail.ru. + +2010-05-31 Giuseppe Scrivano + + * css.l: Use option "nounput". + (YY_NO_INPUT): Add macro definition. + +2010-05-31 Giuseppe Scrivano + + * html-parse.c (map_html_tags): Fix condition for closed tag. Handle + the case '>' is not specified after '/'. + +2010-05-31 Giuseppe Scrivano + + * sysdep.h (_SVID_SOURCE): Remove definition. + (_BSD_SOURCE): Remove definition. + +2010-05-31 Giuseppe Scrivano + + * recur.c (retrieve_tree): Remove variable `up_error_code'. + + * iri.c (open_locale_to_utf8): Remove function. + +2010-05-30 Giuseppe Scrivano + + * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character. + (advance_declaration): Close the tag if '<' is found. + (map_html_tags): Likewise. + +2010-05-27 Giuseppe Scrivano + + * main.c (print_usage): Accept a new parameter `error'. + (main): Print diagnostic messages to stderr, not stdout. + +2010-05-27 Giuseppe Scrivano + + * Makefile.am (wget_SOURCES): Remove `snprintf.c'. + + * snprintf.c: Remove file. + +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. + (MD5_LDADD): Remove definition. + (AM_CPPFLAGS): Remove MD5_CPPFLAGS. + (version.c): Remove dependency from MD5_LDADD. + (../md5/libmd5.a): Remove rule. + + * ftp-opie.c: Include "md5.h". Do not include "gen-md5.h". + (skey_response): New variable ctx. Use md5 functions from the gnulib + module instead of functions defined previously in the "gen-md5.h" file. + + * gen-md5.h: Remove file. + * gen-md5.c: Likewise. + + * http.c: Include "md5.h". Do not include "gen-md5.h". + (digest_authentication_encode): New variable ctx. Use md5 functions + from the gnulib module instead of functions defined previously in the + "gen-md5.h" file. + +2010-05-15 Giuseppe Scrivano + + * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir). + (version.c): Remove dependency from configure.ac and Makefile.am. + + * css.l: Include "wget.h". + +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + + * cmpt.c: Likewise. + + * connect.h: Likewise. + + * convert.c: Likewise. + + * convert.h: Likewise. + + * cookies.c: Likewise. + + * cookies.h: Likewise. + + * css-tokens.h: Likewise. + + * css-url.c: Likewise. + + * css-url.h: Likewise. + + * css.l: Likewise. + + * exits.c: Likewise. + + * exits.h: Likewise. + + * ftp-basic.c: Likewise. + + * ftp-ls.c: Likewise. + + * ftp-opie.c: Likewise. + + * ftp.c: Likewise. + + * ftp.h: Likewise. + + * gen-md5.c: Likewise. + + * gen-md5.h: Likewise. + + * gettext.h: Likewise. + + * gnutls.c: Likewise. + + * hash.c: Likewise. + + * hash.h: Likewise. + + * host.c: Likewise. + + * host.h: Likewise. + * html-parse.c: Likewise. + + * html-parse.h: Likewise. + + * html-url.c: Likewise. + + * html-url.h: Likewise. + + * http-ntlm.c: Likewise. + + * http-ntlm.h: Likewise. + + * http.c: Likewise. + + * http.h: Likewise. + + * init.c: Likewise. + + * init.h: Likewise. + + * iri.c: Likewise. + + * iri.h: Likewise. + + * log.c: Likewise. + + * log.h: Likewise. + + * main.c: Likewise. + + * mswindows.c: Likewise. + + * mswindows.h: Likewise. + + * netrc.c: Likewise. + + * netrc.h: Likewise. + + * openssl.c: Likewise. + + * options.h: Likewise. + * progress.c: Likewise. + + * progress.h: Likewise. + + * ptimer.c: Likewise. + + * ptimer.h: Likewise. + + * recur.c: Likewise. + + * recur.h: Likewise. + + * res.c: Likewise. + + * res.h: Likewise. + + * retr.c: Likewise. + + * retr.h: Likewise. + + * spider.c: Likewise. + + * spider.h: Likewise. + + * ssl.h: Likewise. + + * sysdep.h: Likewise. + + * test.c: Likewise. + + * test.h: Likewise. + + * url.c: Likewise. + + * url.h: Likewise. + + * utils.c: Likewise. + + * utils.h: Likewise. + + * wget.h: Likewise. + 2010-05-07 Giuseppe Scrivano + * gnutls.c (wgnutls_close): Use always `close', not `closesocket'. + + * openssl.c (openssl_close): Use always `close', not `closesocket'. + (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET. + Define FD_TO_SOCKET if it is not yet defined. + + * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib. + * mswindows.h: Always include and . Do not include . [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,