X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=075d7ca588dc94484212711b3c108cd2609600c1;hb=13117dc9a5c49511a32080df7b9db11c0006006a;hp=832f084c60b44eb576b95b70dd912ca912f0c600;hpb=4d7c5e087b2bc82c9f503dff003916d1047903ce;p=wget diff --git a/ChangeLog b/ChangeLog index 832f084c..075d7ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ +2007-08-07 Micah Cowan + + * configure.in: Fix --with-libssl-prefix failure by replacing + usage of sh "if" statement with "AS_IF" macros, to force + AC_REQUIRE'd macros to be expanded before the conditional + statement body. + * NEWS: Note that configure.in now requires autoconf >= 2.61, + to support AS_IF and its expansion of AC_REQUIREs. + +2007-07-29 Micah Cowan + + * NEWS: No more auth before challenge. No more auth info in + Referer. New --max-redirect option. + 2007-07-09 Micah Cowan - * README: Removed references to wget.sunsite.dk. + * README, util/wget.spec: Removed references to wget.sunsite.dk. 2007-07-05 Micah Cowan