X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=0d471ca8608973a310d8a0b3d1b50f74895eb20e;hp=8c43faac47af667e8328e47e34f60787e278ea26;hb=226785838ae29964a0cb063d959273ab8e133da7;hpb=5bb2f4316571673291565f5ccd559f9abc8bc931 diff --git a/src/ChangeLog b/src/ChangeLog index 8c43faac..0d471ca8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +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. + 2014-02-14 Vladimír Pýcha (tiny change) * http.c (parse_content_disposition, extract_param)