]> sjero.net Git - wget/blobdiff - ChangeLog
NEWS update re renamed files at connection loss.
[wget] / ChangeLog
index c4ecfa68345ab519d76be7a251179323d0fb831a..45016523de1c7300bc906b8961f24985b5fef1cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,38 @@
+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>
+
+       * util/README, util/dist-wget, util/download-netscape.html,
+       util/download.html, util/update_po_files.sh, util/wget.spec:
+       Removed (obsolete and/or incomplete).
+       * Makefile.am: Removed no-longer-existant util stuff from
+       extra_DIST (but added the README).
+
 2008-01-28  Micah Cowan  <micah@cowan.name>
 
        * po/en@quot.po, po/en@boldquot.po, po/en_US.po: Updated
        translations for copyright year in --version.
        * po/Rules-quot: Make en@*-update should create wget.pot.
+       * configure.ac: Ensure that en_US appears in ALL_LINGUAS exactly
+       once.
 
 2008-01-25  Micah Cowan  <micah@cowan.name>