X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=9b10ee8d1e14acd91544810dcb10cf0ae1d19959;hp=0ac1ac61f98c52b031fa3a83d95f47f2558d1a59;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=d260ded06063cd974b50ea061641c98b64fe25a3 diff --git a/src/ChangeLog b/src/ChangeLog index 0ac1ac61..9b10ee8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,52 @@ +2014-03-19 Yousong Zhou + + * init.c, main.c, options.h: Add option --start-pos for specifying + start position of a download. + * http.c: Utilize opt.start_pos for HTTP download. + * ftp.c: Utilize opt.start_pos for FTP retrieval. + +2014-03-04 Giuseppe Scrivano + + * http.c (modify_param_value, extract_param): Aesthetic change. + +2014-02-14 Vladimír Pýcha (tiny change) + + * http.c (parse_content_disposition, extract_param) + (append_value_to_filename, digest_authentication_encode): URL-decode the + filename parameter of Content-Disposition HTTP header if it is encoded. This + is related to --content-disposition. + New parameter of extract_param(), "is_url_encoded". + Add argument NULL to the call of extract_param() in + digest_authentication_encode(). + * http.h: Add the new parameter to the declaration of extract_param(). + * cookies.c (parse_set_cookie, test_cookies): Add argument NULL to the calls + of extract_param(). + * url.c (url_unescape): Remove "static" modifier. + * url.h: Add declaration of url_unescape(). + +2014-02-06 Giuseppe Scrivano + + * main.c (print_version): Move copyright year out of the localized + string and update it. + +2014-01-29 Darshit Shah + + * main.c: Remove pre-processor variable WHEN_DEBUG + (option_data[]): Do not fail on --debug even if debug support is not + compiled in. + (main): Explicitly set opt.debug to false in case debugging support was not + compiled. + * init.c (commands[]): Support --debug wven when support is not compiled in. + * options.h: Same + +2014-01-17 Darshit Shah + + * init.c (commands[]): Add --no-config. + * options.h: Same. + * main.c (option_data[]): Same. + (print_help): Same. + (main): If --no-config is set, then do not read the wgetrc files. + 2014-01-05 Håkon Vågsether (tiny change) * http.c (http_loop): Fix checking the URL length when filename is