]> sjero.net Git - wget/blobdiff - ChangeLog
NEWS update.
[wget] / ChangeLog
index 534a92c63b8900aa514f4e89cd1cc589c6a578ce..f6ffafbae133ad364ca81ff8a6b35545f327c6c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 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>
@@ -8,6 +10,9 @@
        * 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>