X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=2a54ffe77d75d61d21dd1a2696b83b4eadf96051;hb=458eb3b8ceba8478efaa856151bdeaa9ec72b8ec;hp=2746126321ad4e48a648bb437a97f26f98a5e779;hpb=7783870db1f9b31f743c2392c4ecdeb1c39ca76c;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 27461263..2a54ffe7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,15 @@ 2008-04-12 Micah Cowan + * mswindows.c (fake_fork_child): Don't mention that we're + backgrounding if --quiet is used. + + * utils.c (fork_to_background): Likewise. + +2008-04-12 Rabin Vincent + * mswindows.c (fake_fork_child): Don't create a logfile for --background when --quiet is used, but not --server-response. - Don't mention that we're backgrounding if --quiet is used. Based - on a patch submitted by Rabin Vincent . Fixes bug - #20917. + Fixes bug #20917. * utils.c (fork_to_background): Likewise.