]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Various documentation adjustments. AUTHORS <- Micah
[wget] / ChangeLog
index 740b5cfe879b9792030721d28c6b3b8905a04bc3..d3ae6577f83c86625aeaf99626d213867cc9bce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2007-09-12  Micah Cowan  <micah@cowan.name>
+
+       * AUTHORS: Added... me...
+
+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.