X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=2d3331f1b2a50d054c860c475ecf63d656d41081;hp=09b6527ea412d9c199b2503eb499c0c41d2236c1;hb=78a765739543d5ca3bc83ad70f5d391b9d2af4f5;hpb=0fa023cfffc896d72ba36a8789154630e585435a diff --git a/src/ChangeLog b/src/ChangeLog index 09b6527e..2d3331f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,23 @@ * http.c (gethttp): Don't do anything when content-length >= our requested range. +2008-11-16 Steven Schubiger + + * main.c: Declare and initialize the numurls counter. + + * ftp.c, http.c: Make the counter visible here and use it. + + * options.h: Remove old declaration from options struct. + +2008-11-15 Steven Schubiger + + * init.c (defaults): Set default waitretry value. + +2008-11-14 Steven Schubiger + + * main.c (format_and_print_line): Use a custom format + string for printing leading spaces. + 2008-11-12 Micah Cowan * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.