]> sjero.net Git - wget/blobdiff - ChangeLog
NEWS update re renamed files at connection loss.
[wget] / ChangeLog
index cde46e57bf3e05d321eba196120abed96313321a..45016523de1c7300bc906b8961f24985b5fef1cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,22 @@
+2008-02-10  Micah Cowan  <micah@cowan.name>
+
+       * NEWS: Added note re interrupted files resulting in renames.
+
+2008-02-06  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac (AC_CHECK_FUNCS): Added check for mbtowc.
+       * NEWS: Added notes regarding fixes for the localized progress
+       bar and --no-clobber wasted GET request.
+       * po/be.po: Added from the TP.
+
 2008-02-03  Micah Cowan  <micah@cowan.name>
 
        * configure.in: Add checks for wchar.h, wcwidth function (to
        support column-counting in progress.c).
        * NEWS: Added line for 1.11.1.
+       * util/README, util/Makefile.am, util/trunc.c: Added a small
+       utility program to create files of arbitrary size (useful for
+       testing certain situations with --continue).
 
 2008-01-31  Micah Cowan  <micah@cowan.name>