]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Fix #20736: wget.m4 adjustments (m4 quotation)
[wget] / ChangeLog
index 832f084c60b44eb576b95b70dd912ca912f0c600..fd13f43a9130b99e44bb607431986d54b47b7e6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
+2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * m4/wget.m4 (WGET_PROCESS_PO, AM_PATH_PROG_WITH_TEST): Add
+       missing M4 quotation.  Delete serial number.
+
+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>