]> sjero.net Git - wget/blobdiff - ChangeLog
Use gnulib's MD5.
[wget] / ChangeLog
index 9673d2e6427f6eedd16fd4514dc6ae0d95a0d086..400f1714dc863220f8749221c7fdb69be80973be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,350 @@
+2007-10-14  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: Let gnulib handle builtin MD5 functionality.
+
+2007-10-13  Micah Cowan  <micah@cowan.name>
+
+       * GNUMakefile, maint.mk: Added as part of the gnulib-ization.
+       * Makefile.am: gnulib-ized.
+       * configure.ac: gnulib-ized. Removed built-in getopt checks.
+
+2007-10-12  Micah Cowan  <micah@cowan.name>
+
+       * PATCHES: Removed.
+       * NEWS: Updated info about source repositories, removal of
+       PATCHES file.
+
+2007-10-09  Micah Cowan  <micah@cowan.name>
+
+       * configure.in: Renamed to configure.ac
+       * configure.ac: Renamed from configure.in. Added invocations of
+       AM_GNU_GETTEXT, etc. Added en@quot and en@boldquot pseudo-LINGUA
+       support.
+       * ABOUT-NLS: Added back in (required by autoreconf :\).
+       * Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST.
+       * m4/wget.m4: Removed no-longer-used NLS stuff.
+       * Makefile.in.in: Restore previous policy of not updating .po's
+       unless explicitly asked (via update-po).
+
+2007-10-09  gettextize  <bug-gnu-gettext@gnu.org>
+
+       * m4/gettext.m4: New file, from gettext-0.16.1.
+       * m4/iconv.m4: New file, from gettext-0.16.1.
+       * m4/lib-ld.m4: Upgrade to gettext-0.16.1.
+       * m4/lib-link.m4: Upgrade to gettext-0.16.1.
+       * m4/lib-prefix.m4: Upgrade to gettext-0.16.1.
+       * m4/nls.m4: New file, from gettext-0.16.1.
+       * m4/po.m4: New file, from gettext-0.16.1.
+       * m4/progtest.m4: New file, from gettext-0.16.1.
+       * po/Makefile.in.in: Upgrade to gettext-0.16.1.
+       * po/Rules-quot: New file, from gettext-0.16.1.
+       * po/boldquot.sed: New file, from gettext-0.16.1.
+       * po/en@boldquot.header: New file, from gettext-0.16.1.
+       * po/en@quot.header: New file, from gettext-0.16.1.
+       * po/insert-header.sin: New file, from gettext-0.16.1.
+       * po/quot.sed: New file, from gettext-0.16.1.
+       * po/remove-potcdate.sin: New file, from gettext-0.16.1.
+
+2007-10-08  Micah Cowan  <micah@cowan.name>
+
+       * AUTHORS: Credit to Ralf Wildenhues for automakifying patches.
+
+2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * po/Makefile.in.in: Since `distdir' is used now, adjust
+       DISTFILES to the missing ChangeLog file.
+       Add trivial targets ps, pdf, html.
+       * Makefile.in: Removed, replaced by Makefile.am.
+       * Makefile.am: Converted from Makefile.in.
+       * util/Makefile.in: Removed, replaced by Makefile.am.
+       * util/Makefile.am: Converted from Makefile.in.
+       * configure.in: Adjust for automake support.
+
+2007-10-05  Micah Cowan  <micah@cowan.name>
+
+       * config.guess, config.sub, install-sh: Update from versions
+       found in /usr/share/automake/.
+       * autogen.sh: Removed, in favor of just running autoreconf.
+
+2007-10-03  Micah Cowan  <micah@cowan.name>
+
+       * NEWS: Note missing functionality from GnuTLS support. Call out
+       attention to content_disposition's experimental status.
+
+2007-09-25  Micah Cowan  <micah@cowan.name>
+
+       * configure.in: Remove unnecessary heuristic to generate exeext
+       variable, since AC_PROG_CC and others automatically set EXEEXT.
+       Pointed out by Steve Kenton <skenton@ou.edu>.
+
+2007-09-12  Micah Cowan  <micah@cowan.name>
+
+       * AUTHORS: Added... me...
+       * TODO: file removed, bugtracker is authoritative source for
+       planned changes.
+
+2007-08-26  Micah Cowan  <micah@cowan.name>
+
+       * po/POTFILES.in: Added spider.c.
+
+2007-08-24  Micah Cowan  <micah@cowan.name>
+
+       * po/no.po: removed; replaced by nb.po (per the translation
+       project coordinator, Benno Schulenberg).
+
+2007-08-22  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.in: Exclude .svn directories and below from
+       distribution.
+
+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-09  Micah Cowan  <micah@cowan.name>
+
+       * NEWS: Timestamping from most recent response.
+
+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, util/wget.spec: Removed references to wget.sunsite.dk.
+
+2007-07-05  Micah Cowan  <micah@cowan.name>
+
+       * 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 <noel@debian.org>
+
+       * Makefile.in: Fixed a DESTDIR-related bug.
+
+2006-07-17  Daniel Richard G.  <skunk@iSKUNK.ORG>
+
+       * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. 
+
+2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * configure.in: Check for intptr_t.
+
+2006-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: We're no longer using strtoimax.
+
+2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for memrchr.
+
+2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for uintptr_t.
+
+2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Improved support for unit testing.
+       
+       * configure.in: Ditto.
+       
+2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Added basic support for unit testing.
+       
+2005-08-26  Stepan Kasal  <kasal@ucw.cz>
+
+       * 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  <hniksic@xemacs.org>
+
+       * configure.in: Check for strtoll and strtoimax.
+
+2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Remove -Wno-implicit from default GCC warning
+       flags.
+
+2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for symlink, which is expected to
+       exist.  Check for asprintf.
+
+2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.bat: Copy the common config.h and config-compiler.h.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for setjmp.h.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
+
+2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.
+
+2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * po/POTFILES.in: Include src/ptimer.c.
+
+2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Mention in message that the "GNU" md5
+       implementation is in fact built-in to Wget.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Test for $LIBSSL instead of the old $ssl_success
+       when deciding which MD5 to use.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Require Autoconf 2.59.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for drand48.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * m4/wget.m4: Use proper GPL header.
+
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: No need to clean .libs.
+
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * configure.in: Don't indent #include lines.
+
+2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * configure.in: Include m4/*.m4.
+
+       * aclocal.m4: Renamed to m4/wget.m4.
+
+2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <mauro@ferrara.linux.it>
+
+       * 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  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for strpbrk and mktime.
+
+2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * util/dist-wget: Port to subversion.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * README.svn: Renamed to README.checkout.  Edited to mention the
+       autogen.sh script.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * autogen.sh: New file.
+
+       * Makefile.svn: Deleted, replaced with the even simpler (and more
+       standard) `autogen.sh' script.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * configure.in: Check for C99 conformant stdbool.h.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * MAILING-LIST: Remove reference to the obsolete `wget-cvs'
+       mailing list.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config.sub, config.guess: Updated from canonical location.
+
 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Assume existence of gettimeofday and select.