]> sjero.net Git - wget/blobdiff - src/ChangeLog
Make wget capable of starting downloads from a specified position.
[wget] / src / ChangeLog
index d3ac754c32a39aa4dde5caf873bcc2336eca4fc8..9b10ee8d1e14acd91544810dcb10cf0ae1d19959 100644 (file)
@@ -1,3 +1,10 @@
+2014-03-19  Yousong Zhou  <yszhou4tech@gmail.com>
+
+       * 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  <gscrivan@redhat.com>
 
        * http.c (modify_param_value, extract_param): Aesthetic change.