]> sjero.net Git - wget/blobdiff - ChangeLog
build_info.pl improvements, advertise large-file support.
[wget] / ChangeLog
index cf002bccbb95a76e96015cd98b4b8ad6dc258781..f24317b63e16f3e08749e3123602dc7d3f5dc8ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * build_aux/build_info.pl: Reworked the input format. Eliminated
+       support, and need, for arbitrary #if blocks. Introduced
+       "choices", and explicitly open the .c file rather than print to
+       STDOUT, so we avoid creating the file if we find problems with
+       the input. Options are advertised in alphabetical order.
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * vms/vms.c: Moved to src/src.c.
+
+2009-09-22  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: Added "sleep" and "symlink" to AC_CHECK_FUNCS,
+       removing the hard-coded definition of HAVE_SYMLINK. When running
+       on MinGW, compile mswindows.c, and link against libwsock32.
+
 2009-09-21  Micah Cowan  <micah@cowan.name>
 
+       * vms/VMS-WGET.COM: "the the" -> "the".
+
+       * po/POTFILES.in: Removed some files that are not using gettext.
+       
        * po/*.po: Updated from translationproject.org.
 
 2009-09-20  Micah Cowan  <micah@cowan.name>