X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=5ebeaf34eda02a3564547b73d30a4a709017233b;hp=c8c3de01b5c677c5f3e669869be9eeeb55bf7b82;hb=4d77b190fda05fb796185654203dc17bab8a5c2e;hpb=4eeabffee6e5b348d36c4f3ba0579ed086226603 diff --git a/src/ChangeLog b/src/ChangeLog index c8c3de01..5ebeaf34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2014-06-08 Giuseppe Scrivano + + * cookies.c [HAVE_PSL]: Include only when HAVE_PSL is defined. + +2014-05-30 Darshit Shah + + * cookies.c (check_domain_match): Use libpsl to check if the cookie domain + is valid. Also remove unneeded test for numeric addresses. + +2014-05-30 Darshit Shah + + * connect.{c,h}, convert.{c,h}, cookies.{c,h}, ftp-ls.c, ftp.h, gettext.h, + hash.h, host.h, html-parse.h, html-url.h, http.c, init.c, main.c, mswindows.c, + netrc.h, openssl.c, options.h, ptimer.h, recur.c, retr.c, sysdep.h, url.h, + vms.c, warc.c, wget.h: Whitespace and formatting changes only. + 2014-05-20 Darshit Shah * utils.c (human_readable): Add new parameters, acc and decimals for the @@ -15,7 +31,6 @@ needs to modify the string. (bar_set_params): Add support for noscroll parameter to bar. - 2014-05-03 Tim Ruehsen * ftp-ls.c (ftp_parse_vms_ls): Explicitly typecast strlen's output