]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Fix for #20659 - Content-Disposition off by default.
[wget] / ChangeLog
index 832f084c60b44eb576b95b70dd912ca912f0c600..6d9a5ac33ffa78edcf1af0d6550cc6ffde5798e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
+2007-08-08  Micah Cowan  <micah@cowan.name>
+
+       * NEWS: Call attention to the fact that Content-Disposition is
+       not enabled by default.
+
+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>