X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=075d7ca588dc94484212711b3c108cd2609600c1;hb=13117dc9a5c49511a32080df7b9db11c0006006a;hp=ded665516c8d7e26063fa93c0a44996ad8a2a741;hpb=32c11ffe3658d09bba262bea55a1a8da62605fe6;p=wget diff --git a/ChangeLog b/ChangeLog index ded66551..075d7ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +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, util/wget.spec: Removed references to wget.sunsite.dk. + +2007-07-05 Micah Cowan + + * AUTHORS: + Draw attention to previous maintainers. + + * autogen.sh, config.guess, config.sub, configure.bat: + * configure.in, m4/wget.m4, Makefile.in, util/dist-wget: + * util/Makefile.in, util/rmold.pl: + Updated GPL reference to version 3 or later, removed FSF + address. + + * README: + Updated reference to maintainer, and updated GPL reference to + version 3 or later. + + * COPYING: + Replaced with verson 3. + 2006-08-28 Noèl Köthe * Makefile.in: Fixed a DESTDIR-related bug.