X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=3df8ddaeb848fffa55f20aaba5c3b1f6b8d551c0;hb=6db8909f87012ee8f65e496846962d98cd8bafea;hp=b3defda019ee8fec1d3f47bfad0dae7ede52864b;hpb=b2dbe2b7e4a3d0f1bec1aa7c835879c537ff474a;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index b3defda0..3df8ddae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2008-06-24 Steven Schubiger + + * http.c (http_loop): Replace escnonprint() occurence with + a quotearg_style() call. + +2008-06-24 Micah Cowan + + * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with + long*. Fixes crash on Windows, and probably other systems. + +2008-06-22 Steven Schubiger + + * http.c: Explicitly initialize and deallocate the message + string used by the -nv --spider functionality. + 2008-06-22 Steven Schubiger * http.c: Make -nv --spider include the file's name when it