X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=566db745f38ad60ad74e8887929a41a1879c0dd3;hp=03a1f6ad2107aef49d6d7322b95c922d7b24db0d;hb=c3835a425a2b441dd741c7edc1684310141fb385;hpb=42c78fdd71c311cf96210b709ec0a18ef45ef87f diff --git a/src/ChangeLog b/src/ChangeLog index 03a1f6ad..566db745 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,57 @@ +2013-10-17 Andrea Urbani + + * ftp.c (getftp): force "LIST" or "LIST -a" + according to the remote system type. If the remote + system is not known, it tries, only the first time, + "LIST -a", after "LIST" and decides which one to use. + For more information look for "__LIST_A_EXPLANATION__" + * ftp.h (enum ustype): New ustype enum. + * ftp.h (ftp_syst): New enum ustype *unix_type parameter. + * ftp.h (ftp_list): Removed enum stype rs parameter, added. + bool avoid_list_a, bool avoid_list, bool *list_a_used + parameters. + * ftp.h (wget_ftp_fstatus): New AVOID_LIST_A, AVOID_LIST, + LIST_AFTER_LIST_A_CHECK_DONE values. + * ftp-basic.c (ftp_list): it handles the new avoid_list_a, + avoid_list and list_a_used parameters. + * ftp.h (ftp_syst): it stores information about the "215 UNIX" + systems into the new unix_type parameter. + +2013-10-26 Bykov Aleksey + + * utils.c (match_tail): Fix cookies reject + + * ftp-ls.c (ftp_parse_unix_ls): Fix parsing month name in uppercase + +2013-09-09 Tim Ruehsen + + * gnutls.c (ssl_connect_wget): changed checking of option "PFS" + to be better prepared for some kinds of backports. + Reported by: Daniel Kahn Gillmor + +2013-10-10 Giuseppe Scrivano + + * url.c (url_parse): Try to convert UTF-8 URLs to IDN. + * html-url.c (append_url): Parse URLs specifying an IRI structure. + +2013-09-13 Tim Ruehsen + + * recur.c (download_child_p): fix compile error when + configured using --without-ssl. + +2013-09-07 Tim Ruehsen + + * gnutls.c (ssl_connect_wget): use gnutls_check_version() + to check if option "PFS" is available + Reported by: Daniel Kahn Gillmor + +2013-09-03 Tim Ruehsen + + * main.c: Add new value 'PFS' to --secure-protocol to + enforce the so-called Perfect Forward Security. + * init.c (cmd_spec_secure_protocol): added secure_protocol_pfs + * openssl.c, gnutls.c, options.h: likewise + 2013-08-22 Tim Ruehsen * main.c: Add new option --https-only.