X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=d306c41b975bdade2a6977430c3925951b317ae2;hp=5160c55831b5654dfc0e96e81e4a10d90f676e02;hb=b9a31d78dd6a6e86bc01d49bf48d14ca41f11c2c;hpb=7c044778bc83f3714e8d91d31c992a76d78e42ad diff --git a/src/ChangeLog b/src/ChangeLog index 5160c558..d306c41b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2005-03-21 Hrvoje Niksic + + * http.c (gethttp): Print the human-readable size. + + * ftp.c (getftp): Print the human-readable size of the file to be + downloaded. + + * utils.c (human_readable): New function. + + * utils.c: Renamed "legible" to "with_thousand_seps", + "legible_large_int" to "with_thousand_seps_large", and "legible_1" + to "add_thousand_seps". + +2005-03-21 Hrvoje Niksic + + * http.c (gethttp): Inhibit persistent connections when talking to + proxies, as mandated by RFC 2068. + 2005-03-20 Hrvoje Niksic * url.c (unescape_single_char): New function.