]> sjero.net Git - wget/blobdiff - src/ChangeLog
Rearrange library order in Makefile.am.
[wget] / src / ChangeLog
index 8865e5dd2f431fbd7281c6f470a233693a434831..0a5f0b33460449d228fa4f37700103739892e498 100644 (file)
@@ -1,10 +1,13 @@
-2007-04-12  Micah Cowan  <micah@cowan.name>
+2008-04-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.am: Move @LIBS@ after other libraries, for better
+       static-linking support.
+
+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.