X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=8ad1382d834c2d521df1b97c58e2377fc5789afb;hp=6b9ba32d77e4956e68f03b25ecab3461f1f34b59;hb=4bbcfc2a1d05c1ad0496c2f8f9e56236e4c76c00;hpb=8477863e75991703a4c2da9f720bcdef3ea16521 diff --git a/src/ChangeLog b/src/ChangeLog index 6b9ba32d..8ad1382d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,43 @@ +2009-06-15 Micah Cowan + + * retr.c (fd_read_body): Make both args to progress_create + consistent, resulting in an accurate progress display. Fixes bug + #24948. + +2009-06-14 Micah Cowan + + * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with + dist, too. + +2009-06-13 Micah Cowan + + * init.c: Rename setval_internal_wrapper to setval_internal_tilde, + ensure we don't "replace" the tilde unless it's actually + present. Clean up some minor GNU style issues. + +2009-06-13 Julien Pichon + + * init.c: Handle tilde-expansion in wgetrc commands, without + resorting to setting/unsetting globals to change behavior in one + call location. + +2009-06-12 Micah Cowan + + * host.c: Include before . Not + required by POSIX any more, but some older systems (such as + FreeBSD 4.1) still need it, and it doesn't seem like it could + hurt... + + * build_info.c (library): Handle "https" as a feature in its own + right, apart from "gnutls" and "openssl". + + * host.c: Declare h_errno if no declaration is provided. Idea + thanks to Maciej W. Rozycki. + +2009-06-11 Xin Zou + + * http.c (gethttp): Fix some memory leaks. + 2009-06-11 Micah Cowan * http.c (http_atotm): Handle potential for setlocale's return @@ -72,6 +112,11 @@ * recur.h: Remove the dangling declaration for recursive_cleanup(). +2009-02-01 Gerardo E. Gidoni + + * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to + avoid multiple 'url_parse' calls. + 2008-11-13 Micah Cowan * http.c (gethttp): Don't do anything when content-length >= our