X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=4f88172bce30ee293b9aa8e7eec5df6c21e7db73;hp=d3ac754c32a39aa4dde5caf873bcc2336eca4fc8;hb=97787110a2b6e99f80b277dbffdbbc4b0d608a55;hpb=43c89ab7a5b20a84c0f393cb5393b68d3ce382fe diff --git a/src/ChangeLog b/src/ChangeLog index d3ac754c..4f88172b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2014-03-26 Darshit Shah + + * ftp.c (getftp): Rearrange parameters to fix compiler warning + * utils.c (get_dir_matches_p): Do not pass a const char** to a function that + expects char** + +2014-03-25 Daniel Stenberg + + * url.c (shorten_length): Remove unused function. + +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.