]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Fix for bug #20321: --with-libssl-prefix=<path> ignores its argument
[wget] / ChangeLog
index 832f084c60b44eb576b95b70dd912ca912f0c600..075d7ca588dc94484212711b3c108cd2609600c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
+2007-08-07  Micah Cowan  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * NEWS: No more auth before challenge. No more auth info in
+       Referer. New --max-redirect option.
+
 2007-07-09  Micah Cowan  <micah@cowan.name>
 
-       * README: Removed references to wget.sunsite.dk.
+       * README, util/wget.spec: Removed references to wget.sunsite.dk.
 
 2007-07-05  Micah Cowan  <micah@cowan.name>