X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=193bcd75ca2fe5c9955463c0c29e9ffce6f19bfe;hp=99cd940cd518cd927d1c91a2588c098c48cbf8dc;hb=d8c11a82ca9e8fab6689b53dc12199da4cc6058d;hpb=c7f74c62d3e518387a8eaa51011ec83259440105 diff --git a/src/ChangeLog b/src/ChangeLog index 99cd940c..193bcd75 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.