X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=624ae485bb8c28de45024bcbd31c0de77237e752;hp=e7b34f520d31d456c2e893e1255717ff11ade57a;hb=b5c9573ad6396acf3e4e33d0ae0db65b413b0d66;hpb=822a32d813757ecf5cd0691bdfe22f8ba5d72336 diff --git a/src/ChangeLog b/src/ChangeLog index e7b34f52..624ae485 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,35 @@ +2010-09-25 Merinov Nikolay + + * init.c: Add "unlink" command into command list. + * main.c: Add "unlink" option into option_data list. + * options.h: Adding unlink field into struct options. + * wget.h: Addind UNLINKERR error into uerr_t enum. + * exits.c (get_status_for_err): define status for UNLINKERR. + * ftp.c (getftp): unlink file if exists, instead clobbering. + (ftp_loop_internal): processing UNLINKERR. + * http.c (gethttp): unlink file if exists, instead clobbering. + (http_loop): processing UNLINKERR. + +2010-09-24 Dennis, CHENG Renquan + + Fix problem when content-disposition is used with recursive downloading. + * url.h (url_file_name): Add a new argument `replaced_filename'. + * url.c (url_file_name): Likewise. + * http.c (parse_content_disposition): Do not add a prefix to the return + value. + (test_parse_content_disposition): Adjust tests. + (gethttp): Pass additional parameter to `url_file_name'. + (http_loop): Likewise. + * ftp.c (ftp_loop_internal, ftp_get_listing, ftp_retrieve_list) + (ftp_loop): Likewise. + +2010-09-14 Giuseppe Scrivano + + * convert.c (local_quote_string): Accept new parameter `no_html_quote'. + Inhibit HTML quoting when `no_html_quote'. + (convert_links): Disable HTML quoting in CSS files. + Reported by: Manuel Reinhardt . + 2010-09-12 Giuseppe Scrivano * main.c (print_help): Align --trust-server-names help text with