]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Handle trailing whitespace in .netrc. Published in
[wget] / src / ChangeLog
index d7d60c6993990429b9011bcda444bcbaa1c58b1e..99709be50a55400d199f31e497812c39bdb04b83 100644 (file)
@@ -1,3 +1,18 @@
+2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * netrc.c (parse_netrc): Don't trim the line endings explicitly;
+       they will be handled as whitespace.
+       (parse_netrc): Correctly handle lines that end with whitespace.
+
+2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * retr.c (retrieve_url): New variable global_download_count used
+       to identify first retrieval.
+
+       * ftp.c (getftp): Ditto.
+
+       * http.c (gethttp): Rewind opt.dfp only on first retrieval.
+
 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * init.c (cmd_address): Heap-allocate the address that gets stored