]> sjero.net Git - wget/blobdiff - doc/ChangeLog
[svn] Linking with OpenSSL previously required the user to set up all the
[wget] / doc / ChangeLog
index af21cea91450e454c81b8361d394f3ec2a137aee..1716da6bbed81cfb50cecb93b6cb329ddc5e8747 100644 (file)
@@ -1,9 +1,16 @@
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Using '^' in the sed call caused a weird failure on 
+       Solaris 2.6.  Changed it to a ','.  Defined top_builddir.
+       
 2001-02-23  Dan Harkless  <wget@harkless.org>
 
        * wget.texi: Corrections, clarifications, and English fixes to
        time-stamping documentation.  Also moved -nr from "Recursive
        Retrieval Options" to "FTP Options" and gave it a @cindex entry.
-       Alphabetized FTP options by long option name.
+       Alphabetized FTP options by long option name.  Mentioned that
+       .listing symlinked to /etc/passwd is not a security hole, but that
+       other files could be, so root shouldn't run wget in user dirs.
        
 2001-02-22  Dan Harkless  <wget@harkless.org>