]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix wrong human-readable ETA output.
[wget] / src / ChangeLog
index 28cb6640acbffd0a9c364a4a4707392338a592fa..31170b7097918e87bf3378674d4f31fe2ebf1406 100644 (file)
@@ -1,3 +1,17 @@
+2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
+
+       * progress.c (eta_to_human_short): Fix the remaining hours
+       to be displayed. Spotted by Tadeu Martins (#26411).
+
+2009-04-24  Micah Cowan  <micah@cowan.name>
+
+       * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
+       check.
+
+       * connect.c: stdint.h inclusion added.
+
+       Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
+       
 2009-04-20  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am (version.c): Fix unportable use of "echo -n".