]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix fragments crash. Support fragments for FTP URLs.
[wget] / src / ChangeLog
index 1d6b9f542cb57f5918049df5e71cfe70432de055..d533f2d7df26ee4ecbe3a33bfd96d286d89f49e5 100644 (file)
@@ -1,3 +1,35 @@
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_parse): Would crash when parsing fragments.  Support
+       fragments for FTP URLs too.
+
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * version.c: Don't use "cvs" in version name, since we're not
+       using CVS anymore.
+
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (create_image): Ditto.
+
+       * retr.c (retr_rate): Display smaller rate numbers with greater
+       precision.
+
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (response_head_terminator): Minor optimization.
+
+       * retr.c (fd_read_hunk): Call terminator with pointer to the start
+       of the data and the pointer to the current data.  Changed all
+       callers.
+
+2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_parse): Make sure u->params is not initialized for
+       http/https URLs.
+       (url_parse): Don't crash on garbage following []-delimited IPv6
+       addresses.
+
 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (print_help): Don't refer to the non-existent -nr in