]> sjero.net Git - wget/blobdiff - ChangeLog
build_info.pl improvements, advertise large-file support.
[wget] / ChangeLog
index f1123529cf46d044d9304502fcfc526b079f5d99..f24317b63e16f3e08749e3123602dc7d3f5dc8ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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,