]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fixed #22251: Terminated download gets new filename.
[wget] / src / ChangeLog
index b446f04f1edcb0baa1da57ebc9974f11f0a0d770..673bd9c7aa4eb8a7a2a79788d0e6317f870aa5f2 100644 (file)
@@ -1,3 +1,21 @@
+2008-02-10  Micah Cowan  <micah@cowan.name>
+
+       * http.c: Added existence_checked member to the http_stat
+       struct.
+       (gethttp): Mark hs->existence_checked when we've checked whether
+       a file-to-download exists; so we don't check it again if the
+       connection gets lost (and potentially pick a new "unique" name).
+       This fixes bug 22251.
+       * progress.c (create_image): Add space for an extra column in
+       the "eta" portion of the progress bar image; to deal with
+       too-long Czech translation.
+
+2008-02-07  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (create_image): Remove assertion on exceeding
+       screen width, which given the less-than-robust code there, can
+       be broken by a number of factors (such as large file downloads).
+
 2008-02-06  Micah Cowan  <micah@cowan.name>
 
        * progress.c (countcols): Use strlen() when mbtowc or wcwidth