X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=c5faaf22fc133b454d38727d8a5e5fc9457fa053;hp=4dcc6d62014aace36d421b1a70671f1233d54958;hb=30ac043b0a4a9a983dd1b50ce1c89ed953019292;hpb=13d5d2ed7391b21d553211452c4d2974c97fea9c diff --git a/src/ChangeLog b/src/ChangeLog index 4dcc6d62..c5faaf22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2003-09-03 Ahmon Dancy + + * main.c init.c options.h: Added --retry-connrefused option so + that Connection Refused failures are treated as non-fatal (when + trying to retrieve from busy servers). + + * wget.h: New CONNECT_ERROR macro for encapsulating this + modification. + + * ftp.c http.c : Use CONNECT_ERROR macro in places where + ECONNREFUSED was checked. + 2003-01-11 Ian Abbott * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined