X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=8358b3bda9f97163aa77845768ddbec09fff4ac3;hb=4bbcfc2a1d05c1ad0496c2f8f9e56236e4c76c00;hp=3c976238bff35789ed64be68283293db5ea58894;hpb=42253233c3cb508c3ba9cd2ca0afea14e02d11b6;p=wget diff --git a/ChangeLog b/ChangeLog index 3c976238..8358b3bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-06-14 Micah Cowan + + * po/Makefile.in.in (distclean): remove en_US.po, too. + + * Makefile.am: Include md5 as a subdir unconditionally. + It may result in useless compilation, and additional risk of + breaking a build of something that isn't actually needed, but + otherwise it's too much of a hassle to manage a failure-free + distcheck. + +2009-06-12 Micah Cowan + + * configure.ac: Check for h_errno declaration. Idea thanks to + Maciej W. Rozycki. + 2009-03-03 Steven Schubiger * src/ftp.c, src/http.c, src/main.c, src/recur.h,