]> sjero.net Git - wget/blobdiff - src/ChangeLog
Warn about host resolution failure.
[wget] / src / ChangeLog
index e0583343d464bef9d43053d3360366620ecc5180..c6fc6564c1ae7dd5570d5603b99b5a38d17e8689 100644 (file)
@@ -1,3 +1,21 @@
+2007-10-02  Micah Cowan  <micah@cowan.name>
+
+       * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
+       (main): Use datetime_str instead of time_str, for those who have
+       potentially long-running sessions. Based on suggestions by Saso
+       Tomat <miskox@hotmail.com> and Steven M. Schweda
+       <sms@antinode.org>.
+       * http.c (gethttp): Warn about host lookup failures. Adjusted
+       from Stephen Gildea's patch.
+
+2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
+
+       * connect.c (connect_to_host): Warn about host lookup failures.
+
+2007-09-25  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.in: Use EXEEXT instead of exeext.
+
 2007-09-24  Gisle Vanem  <giva@bgnett.no>
 
        * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,