]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix for building on Interix, from Jay Krell.
[wget] / src / ChangeLog
index 8ad1382d834c2d521df1b97c58e2377fc5789afb..a6dd402cc4836506ad9f86f5c7aa9f5874a42c75 100644 (file)
@@ -1,5 +1,15 @@
+2009-06-20  Jay Krell  <jay.krell@cornell.edu>
+
+       * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
+       macro on INTERIX systems. (I switched the location from ftp.c to
+       sysdep.h --mjc)
+
 2009-06-15  Micah Cowan  <micah@cowan.name>
 
+       * ftp.c (getftp): If we can't accept the connection, return
+       CONERROR, not whatever the contents of err happens to be. Fixes
+       bug #25015.
+
        * retr.c (fd_read_body): Make both args to progress_create
        consistent, resulting in an accurate progress display. Fixes bug
        #24948.