]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix symlinks resume via FTP.
[wget] / src / ChangeLog
index 5592e604d82c3e28ccd18b6c43940251946c2cc9..30b6c9cc7e908f32e92fb797f8708b0a94874589 100644 (file)
@@ -1,3 +1,16 @@
+2010-07-20  Leonid Petrov <nouser@lpetrov.net>
+
+       * ftp.c (getftp): Don't attempt to retrieve the file if it is already
+       completely.
+       (ftp_loop_internal): Force the length to be zero for symlinks.
+
+2010-07-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): If -N is used, don't exit immediately if the content
+       length is less or equal than the existing file size.  Specify "Range"
+       only if -N is not used.
+       Reported by: Caleb Cushing <xenoterracide@gmail.com>.
+
 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * ftp.c (max): Remove definition.