X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=91de4f375e99cfeec98adf41348d87d2b974c4a9;hp=b9bce048c4ef7c00559bccf40d97074f398fbdaa;hb=3073a77ed89e7d9527d110a028d134bfd1f9cb40;hpb=795614dcbb8c29a657563a74b36558278e983606 diff --git a/ChangeLog b/ChangeLog index b9bce048..91de4f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,510 @@ +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. + +2005-08-26 Stepan Kasal + + * configure.in: Abort configure if --with-ssl given but SSL + unavailable. Use HAVE_LIBSSL and HAVE_LIBGNUTLS symbols provided + by AC_LIB_HAVE_LINKFLAGS instead of inventing new ones. + +2005-08-11 Hrvoje Niksic + + * configure.in: Check for strtoll and strtoimax. + +2005-07-08 Hrvoje Niksic + + * configure.in: Remove -Wno-implicit from default GCC warning + flags. + +2005-07-08 Hrvoje Niksic + + * configure.in: Don't check for symlink, which is expected to + exist. Check for asprintf. + +2005-07-07 Hrvoje Niksic + + * configure.bat: Copy the common config.h and config-compiler.h. + +2005-07-06 Hrvoje Niksic + + * configure.in: Don't check for setjmp.h. + +2005-07-06 Hrvoje Niksic + + * Makefile.in: Also use @LIBGNUTLS@ to build LIBS. + +2005-07-05 Hrvoje Niksic + + * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used. + +2005-07-03 Hrvoje Niksic + + * po/POTFILES.in: Include src/ptimer.c. + +2005-07-01 Hrvoje Niksic + + * configure.in: Mention in message that the "GNU" md5 + implementation is in fact built-in to Wget. + +2005-06-29 Hrvoje Niksic + + * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h. + +2005-06-29 Hrvoje Niksic + + * configure.in: Test for $LIBSSL instead of the old $ssl_success + when deciding which MD5 to use. + +2005-06-29 Hrvoje Niksic + + * configure.in: Require Autoconf 2.59. + +2005-06-29 Hrvoje Niksic + + * configure.in: Check for drand48. + +2005-06-26 Hrvoje Niksic + + * m4/wget.m4: Use proper GPL header. + +2005-06-25 Hrvoje Niksic + + * Makefile.in: No need to clean .libs. + +2005-06-25 Hrvoje Niksic + + * Makefile.in (DISTFILES): Don't split the sed invocation across + several lines, Solaris make passes the backslashes to sed literally. + +2005-06-25 Hrvoje Niksic + + * Makefile.in: Instead of creating configure.bat from + configure.bat.in, simply make sure the correct EOL style in + checked out of the repository. + +2005-06-24 Hrvoje Niksic + + * configure.in: Move the large file check further up. Only check + for endianness if GNU md5 is used (it being the only file that + needs endianness information). + +2005-06-24 Hrvoje Niksic + + * configure.in: Don't indent #include lines. + +2005-06-24 Hrvoje Niksic + + * configure.in: Enable the user to turn off SSL autodetection and + disable SSL using --without-ssl. + + * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4 + dependencies. + +2005-06-24 Hrvoje Niksic + + * configure.in: Include m4/*.m4. + + * aclocal.m4: Renamed to m4/wget.m4. + +2005-06-24 Hrvoje Niksic + + * configure.in: Use AC_LIB_HAVE_LINKFLAGS instead of + AC_LIB_LINKFLAGS when checking for library functions. + + * configure.in: Don't waste time checking for headers and + functions we know must be there. But manually AC_DEFINE the + functions that might be missing from non-Unix systems. + +2005-06-23 Mauro Tortonesi + + * libtool.m4, ltmain.sh: Deleted. + + * configure.in: Replaced ugly libtool-based check for OpenSSL libs + with a simpler config.rpath-based approach. + + * Makefile.in, src/Makefile.in: Removed libtool support. + + * m4/lib-link.m4, m4/lib-prefix.m4, m4/lib-ld.m4, config.rpath: + config.rpath macros taken from gettext 0.14.5. + +2005-06-23 Hrvoje Niksic + + * configure.in: Don't check for strpbrk and mktime. + +2005-06-23 Hrvoje Niksic + + * util/dist-wget: Port to subversion. + +2005-06-22 Hrvoje Niksic + + * README.svn: Renamed to README.checkout. Edited to mention the + autogen.sh script. + +2005-06-22 Hrvoje Niksic + + * autogen.sh: New file. + + * Makefile.svn: Deleted, replaced with the even simpler (and more + standard) `autogen.sh' script. + +2005-06-22 Hrvoje Niksic + + * configure.in: Don't check for signal.h. Remove the + AC_HEADER_TIME check. Remove the test for ANSI C prototypes. + +2005-06-22 Hrvoje Niksic + + * configure.in: Check for C99 conformant stdbool.h. + +2005-06-22 Hrvoje Niksic + + * MAILING-LIST: Remove reference to the obsolete `wget-cvs' + mailing list. + +2005-06-22 Hrvoje Niksic + + * config.sub, config.guess: Updated from canonical location. + +2005-06-22 Hrvoje Niksic + + * configure.in: Assume existence of gettimeofday and select. + gettimeofday exists on all platforms we care about (except for + Windows where Windows-specific functions are used instead), and + select exists virtually everywhere. + + * configure.in: Assume existence of strerror, signal, strstr, and + memmove, which are all required by ANSI C. + +2005-06-21 Hrvoje Niksic + + * Makefile.cvs: Renamed to Makefile.svn. + + * README.cvs: Renamed to README.svn. + +2005-06-20 Hrvoje Niksic + + * configure.in: Don't check for the return type of signal + handlers; C89 requires it to be void. + +2005-06-19 Hrvoje Niksic + + * aclocal.m4: Remove support for K&R compilers. + +2005-05-10 Hrvoje Niksic + + * configure.in: Test for OpenSSL includes we actually need. + +2005-05-06 Hrvoje Niksic + + * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with + the comment about running autoheader. + +2005-05-06 Hrvoje Niksic + + * configure.in: Set MAKEINFO to "true" so build doesn't fail for + users without either makeinfo or the pre-packaged info files. + +2005-05-02 Hrvoje Niksic + + * INSTALL: Document environment variables affecting configure, + especially $CC. + + * INSTALL: Mention that make install requires root. + +2005-04-29 Hrvoje Niksic + + * configure.in: Don't set ipv6 to yes only because struct + sockaddr_in6 was found. Stop the rest of the IPv6 checks when one + check fails. Abort if IPv6 was explicitly requested, but not + found. + +2005-04-28 Hrvoje Niksic + + * windows/Makefile.top.bor: Use MAKEDIR for make clean too. + +2005-04-28 Hrvoje Niksic + + * windows/Makefile.src.bor: Don't delete executables other than + wget.exe. Delete various auxilliary files created by the Borland + build process. + +2005-04-28 Hrvoje Niksic + + * NEWS: Advertise new-style syntax for --no-dns-cache instead + of --dns-cache=off. + +2005-04-28 Hrvoje Niksic + + * windows/Makefile.src.bor: Don't suppress unreachable code + warning. + +2005-04-28 Herold Heiko + + * windows/wget.dep: Rename gen_sslfunc.c to openssl.c. + +2005-04-28 Hrvoje Niksic + + * INSTALL: Mention --disable-ntlm. + +2005-04-27 Mauro Tortonesi + + * NEWS: Mention the new --ftp-user, --ftp-password, --user and + --password options, the name changes for --http-passwd and + --proxy-passwd and the deprecation of login and passwd commands. + +2005-04-22 Hrvoje Niksic + + * po/eo.po: Added Esperanto translation. + +2005-04-21 Hrvoje Niksic + + * po/vi.po: Added Vietnamese translation. + +2005-04-18 Hrvoje Niksic + + * MACHINES: Removed. + +2005-04-08 Hrvoje Niksic + + * configure.in: When checking for OpenSSL headers, check for all + the ones that Wget is using. + +2005-04-08 Hrvoje Niksic + + * windows/Makefile.src: Compile ptimer.c and http-ntlm.c. + +2005-04-08 Hrvoje Niksic + + * configure.in: Use it. + + * aclocal.m4 (WGET_POSIX_CLOCK): Check whether -lrt is needed to + use POSIX clock functions like clock_gettime. + +2005-04-08 Hrvoje Niksic + + * Makefile.in ($(srcdir)/stamp-h.in): Don't attempt to run + autoheader automatically; it breaks things with fresh CVS builds. + +2005-04-06 Hrvoje Niksic + + * configure.in: Allow the user to disable NTLM authorization. + Make sure NTLM is disabled if OpenSSL is unavailable. If NTLM is + *explicitly* requested and OpenSSL is unavailable, abort. + + * configure.in: Renamed USE_* to ENABLE_*. + +2005-03-23 Hrvoje Niksic + + * po/POTFILES.in: Removed headers.c and rbuf.c. + +2005-03-06 Hrvoje Niksic + + * windows/Makefile.src.bor: Reenable warnings under Borland C, + disabling only specific warnings. Generate Pentium Pro code by + default. + +2003-02-24 Hrvoje Niksic + + * configure.in: Don't check for AI_ADDRCONFIG here, it is checked + for in the source directly. + +2003-02-25 Hrvoje Niksic + + * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to + libtool 1.5.14. + +2003-02-23 Hrvoje Niksic + + * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to + libtool 1.5.8. + +2005-02-20 Hrvoje Niksic + + * configure.in: Check for LFS. Determine SIZEOF_OFF_T. + Check for ftello. + +2005-02-18 Marco Colombo + + * po/it.po: Updated Italian translation. + +2004-05-09 David Fritz + + * windows/Makefile.src.bor: Fix broken build rule. Add clean target. + + * windows/Makefile.top.bor: Use tabs instead of spaces. Ignore + errors in clean rules. Use lowercase filenames when building + distribution .zip archive. + + * windows/config.h.bor: Don't define HAVE_UINT32_T. + + * windows/Makefile.doc: Fix remaining instance of build rules + indented with spaces instead of tabs. + + * windows/Makefile.src: Update copyright year. + + * windows/Makefile.top: Update copyright year. + + * windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define. + + * windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H) + (HAVE_LOCALE_H): Define. + + * windows/Makefile.watcom: Add /I. to CFLAGS. Remove reference to + specific Wget version from linker flags. Add missing + dependencies. + +2004-02-09 David Fritz + + * configure.bat.in: Don't clear the screen. + + * windows/README: Add introductory paragraph. Re-word a few + sentences. Correct minor typographical errors. Use consistent + capitalization of Wget, SSL, and OpenSSL. Refer to Microsoft + Visual C++ as MSVC instead of VC++. Mention the --msvc option to + configure.bat. Reflow paragraphs. + + * windows/Makefile.top: Use tabs instead of spaces. Ignore errors + in clean rules. Use lowercase filenames when building distribution + .zip archive. + + * windows/Makefile.doc: Use tabs instead of spaces. Ignore errors + in clean rules. + + * windows/Makefile.src: Clean-up clean rules. Use tabs instead of + spaces. Link against gdi32.lib. Don't define SYSTEM_WGETRC. + Remove unused macros. Remove anachronistic and superfluous linker + flags. Don't rename wget.exe to all upper-case. Add + `preprocessor' conditionals for SSL and newer MSVC options. Use + batch rules. Don't suppress all warnings. + 2003-11-26 Hrvoje Niksic + * aclocal.m4: Don't check for AI_V4MAPPED and for AI_ALL, since + Wget doesn't need them. + * configure.in: Check for struct sockaddr_storage. 2003-11-12 Hrvoje Niksic