]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix #22242: Option to allow auths before challenged.
[wget] / src / ChangeLog
index b446f04f1edcb0baa1da57ebc9974f11f0a0d770..dedc796786c5b214c960ed3a7811c0f00ff26688 100644 (file)
@@ -1,3 +1,24 @@
+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.
+       * main.c, http.c, init.c: Added --auth-no-challenge option, to
+       bring back 1.10.2 unsafe auth behavior when needed. This fixes
+       bug #22242.
+
+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