From: Micah Cowan Date: Wed, 23 Apr 2008 05:09:39 +0000 (-0700) Subject: Xref to resolved bugs. X-Git-Tag: v1.13~421^2~26 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=d6bd8516dc12695fc2bb40dec4c3f1903c5ae288 Xref to resolved bugs. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index b331e70a..af44b39e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2008-04-22 Mike Frysinger - * sample.wgetrc: Added prefer_family example. + * sample.wgetrc: Added prefer_family example. Resolves bug + #22142. 2008-04-11 Micah Cowan diff --git a/src/ChangeLog b/src/ChangeLog index 51946933..3f59ecfe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,12 @@ 2008-04-22 Alain Guibert * test.h (mu_run_test): Move declaration before statements, for - C90 conformance. + C90 conformance. Fixes bug #22789. 2008-04-22 Mike Frysinger * Makefile.am: Move @LIBS@ after other libraries, for better - static-linking support. + static-linking support. Fixes bug #22143. 2008-04-12 Rabin Vincent