X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=91de4f375e99cfeec98adf41348d87d2b974c4a9;hp=f1566ebba76d0ea3a1c72e6d8c8d450453ca33af;hb=3073a77ed89e7d9527d110a028d134bfd1f9cb40;hpb=74415a75857646de20a57b5a68f3acb02011fd0e diff --git a/ChangeLog b/ChangeLog index f1566ebb..91de4f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2007-11-28 Micah Cowan + + * Makefile.in, README, autogen.sh, configure.bat, configure.in, + m4/wget.m4, util/Makefile.in, util/dist-wget: Updated license + exception for OpenSSL, per the SFLC. + +2007-10-05 Micah Cowan + + * config.guess, config.sub, install-sh: Update from versions + found in /usr/share/automake/. + +2007-10-03 Micah Cowan + + * NEWS: Note missing functionality from GnuTLS support. Call out + attention to content_disposition's experimental status. + +2007-09-25 Micah Cowan + + * configure.in: Remove unnecessary heuristic to generate exeext + variable, since AC_PROG_CC and others automatically set EXEEXT. + Pointed out by Steve Kenton . + +2007-09-12 Micah Cowan + + * AUTHORS: Added... me... + * TODO: file removed, bugtracker is authoritative source for + planned changes. + +2007-08-26 Micah Cowan + + * po/POTFILES.in: Added spider.c. + +2007-08-24 Micah Cowan + + * po/no.po: removed; replaced by nb.po (per the translation + project coordinator, Benno Schulenberg). + +2007-08-22 Micah Cowan + + * Makefile.in: Exclude .svn directories and below from + distribution. + +2007-08-09 Ralf Wildenhues + + * m4/wget.m4 (WGET_PROCESS_PO, AM_PATH_PROG_WITH_TEST): Add + missing M4 quotation. Delete serial number. + +2007-08-09 Micah Cowan + + * NEWS: Timestamping from most recent response. + +2007-08-08 Micah Cowan + + * NEWS: Call attention to the fact that Content-Disposition is + not enabled by default. + +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. + +2006-07-17 Daniel Richard G. + + * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. + +2006-07-14 Mauro Tortonesi + + * configure.in: Check for intptr_t. + +2006-06-27 Hrvoje Niksic + + * configure.in: We're no longer using strtoimax. + +2006-02-28 Hrvoje Niksic + + * configure.in: Check for memrchr. + +2005-11-19 Hrvoje Niksic + + * configure.in: Check for uintptr_t. + +2005-11-02 Mauro Tortonesi + + * Makefile.in: Improved support for unit testing. + + * configure.in: Ditto. + 2005-10-27 Mauro Tortonesi * Makefile.in: Added basic support for unit testing.