]> sjero.net Git - wget/blobdiff - src/ChangeLog
Don't want to close log if an explicit -o was given. Let reopen to /dev/null handle...
[wget] / src / ChangeLog
index 2746126321ad4e48a648bb437a97f26f98a5e779..2a54ffe77d75d61d21dd1a2696b83b4eadf96051 100644 (file)
@@ -1,10 +1,15 @@
 2008-04-12  Micah Cowan  <micah@cowan.name>
 
+       * 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  <rabin@rab.in>
+
        * 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 <rabin@rab.in>.  Fixes bug
-       #20917.
+       Fixes bug #20917.
 
        * utils.c (fork_to_background): Likewise.