]> sjero.net Git - wget/blobdiff - src/ChangeLog
build_info.pl improvements, advertise large-file support.
[wget] / src / ChangeLog
index 025b199c765c91969520b23c85093214c5ac219e..4b22f6a95b126b3f3b8a6d3d855770dadebba194 100644 (file)
@@ -1,3 +1,32 @@
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * build_info.c.in: Adapt to new input format. Added a check for
+       large-file support. Replaced the "openssl" and "gnutls"
+       advertisements with a single "ssl/foo" advertisement.
+
+2009-09-30  Micah Cowan  <micah@cowan.name>
+
+       * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
+       systems that don't supply it.)
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * vms.c: Moved from vms/vms.c.
+
+       * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
+       to Steven Schweda).
+
+2009-09-24  Steven Schweda  <sms@antinode.info>
+
+       * main.c (print_version): Remove VMS-conditional build info
+       string; the new VMS builders use OS_TYPE.
+
+       * ftp.c (getftp): Fix accidental use of target -> targ.
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * host.c (host_errstr): host_errstr should return const char *.
+
 2009-09-22  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am (version.c): Explicitly tell Mercurial where the