]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
[wget] / ChangeLog
index f433483fd672a4b4c94c4f6194962660702d41fa..2f97e2e2a81f0d0cee327af1e494ca0fb5624c50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,153 @@
+2001-03-27  Dan Harkless  <wget@harkless.org>
+
+       * INSTALL: Updated to reflect --with-ssl's new optional parameter.
+
+       * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
+       were in the wrong order, causing a link failure if you're using
+       libcrypto.a and libssl.a rather than shared libraries.  Also put
+       in checks for -ldl, necessary since the libcrypto shared library
+       doesn't record its dependency on libdl.
+
+       * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
+       configuration section" of top Makefile and analogous spot in others.
+
+       * po/Makefile.in.in: Previous addition of top_builddir to
+       po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
+
+2001-03-26  Dan Harkless  <wget@harkless.org>
+
+       * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
+
+2001-03-22  Dan Harkless  <wget@harkless.org>
+
+       * MACHINES: Added rs6000-ibm-aix4.3.3.0.
+
+2001-03-21  Dan Harkless  <wget@harkless.org>
+
+       * MACHINES: Added armv4l-unknown-linux-gnu.
+
+2001-03-20  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
+       test that led me to believe it wasn't was exposing a different bug
+       -- URLs specified on the commandline as opposed to being recursed
+       to don't always get re-converted at the end of the Wget run.
+
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
+
+       * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
+       aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
+       If --with-ssl specified, look in /usr/local/ssl/lib by default for
+       OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
+       Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
+       (possibly rewritten by libtool) as well.  Don't appear to be
+       looking for a function main() in -lcrypto.  If the OpenSSL lib
+       checks fail, don't just silently build a wget without https
+       support -- issue a warning.  Define top_builddir.
+
+       * ltconfig: New file from libtool 1.3.5 distribution.
+
+       * ltmain.sh: New file from libtool 1.3.5 distribution.
+
+       * {.,po,util,windows}/Makefile.in: Define top_builddir.
+
+2001-03-16  Dan Harkless  <wget@harkless.org>
+
+       * TODO: For some reason on 2000-11-19, Hrvoje removed the item
+       about converting hostless absolute links.  That isn't working yet,
+       so I've put the item back, with a modified wording.
+
+       * config.guess: Hadn't been updated since 1996 -- didn't work for recent
+       machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
+       version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
+       
+       * config.sub: Ditto -- updated to latest version (2001-03-12).
+       
+2001-03-12  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Only normal recursion should respect -np -- page-requisite
+       recursion should not.
+
+2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * TODO: Removed an obsolete item about adding VMS and MS FTP
+       server support.
+
+2001-03-05  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Add a --range option to download only a given byte range.
+
+2001-03-01  Dan Harkless  <wget@harkless.org>
+
+       * ChangeLog.README: Renamed from README.branches and added a note
+       that Wget has multiple ChangeLog files (currently ./ChangeLog,
+       doc/ChangeLog, and src/ChangeLog), since this is unusual and
+       people have complained their patches hadn't been applied after
+       checking only the top-level ChangeLog.
+
+2001-02-28  Dan Harkless  <wget@harkless.org>
+
+       * MACHINES: Explicitly tell people to send us config.guess output.
+
+2001-02-27  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Re-use FTP connection if multiple URLs on one host
+       specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
+
+2001-02-23  Dan Harkless  <wget@harkless.org>
+
+       * NEWS: Note that Wget now has a man page again.
+
+       * po/*.po*: Updated after changing --help's description of -N and
+       moving -nr to a different category.
+
+       * TODO: "Timestamps are sometimes not copied over on files
+       retrieved by FTP." removed.  Hopefully all the failures I was
+       seeing were due to the fact that it wasn't documented that
+       non-globbing, non-recursive FTP downloads need -N to get the
+       remote timestamp to be preserved.
+
+2001-02-22  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Remove empty directories created due to --accept/--reject.
+
+       * configure.in: Look for perl and pod2man and make substitutions.
+       
+       * Makefile.in (install): Do install.man if we have pod2man.
+
+2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * windows/Makefile.src: Removed references to ftpparse sources.
+
+       * windows/wget.dep: Ditto.
+
+       * windows/Makefile.watcom: Ditto. 
+
+2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * windows/Makefile.src: Don't attempt to compile in alloca.c; it
+       doesn't work and it's not needed.
+
+2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * NEWS: Added more NEWS items.
+
+2001-01-15  Dan Harkless  <wget@harkless.org>
+
+       * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
+
+2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * util/wget.spec: Updated to 1.7, merged with the spec file from
+       RedHat.
+
+       * po/Makefile.in.in: `make realclean' equal to `make
+       maintainer-clean'.
+
+       * Makefile.in (realclean-top): Remove 'configure' as well. 
+
 2001-01-11  Dan Harkless  <wget@harkless.org>
 
        * TODO: If -c used with -N, check to make sure a file hasn't