]> sjero.net Git - wget/blobdiff - src/ChangeLog
url: remove shorten_string
[wget] / src / ChangeLog
index d3ac754c32a39aa4dde5caf873bcc2336eca4fc8..0d471ca8608973a310d8a0b3d1b50f74895eb20e 100644 (file)
@@ -1,3 +1,14 @@
+2014-03-25  Daniel Stenberg  <daniel@haxx.se>
+
+       * url.c (shorten_length): Remove unused function.
+
+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.