Several fixes since 1.8.1-pre2. As I said the last time, "if all goes
well, I plan to release 1.8.1 some time tomorrow."
Get it from:
ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.8.1-pre3.tar.gz
(The `.betas' directory is intentionally unreadable, but the file is
there.)
ChangeLog since 1.8.1-pre2:
2001-12-19 Hrvoje Niksic <[EMAIL PROTECTED]>
* version.c: Wget 1.8.1-pre3 is released.
2001-12-19 Hrvoje Niksic <[EMAIL PROTECTED]>
* recur.c (retrieve_tree): Enqueue the canonical representation of
start_url, so that the test against dl_url_file_map works.
2001-12-19 Hrvoje Niksic <[EMAIL PROTECTED]>
* log.c (logputs): Check for requested verbosity before printing
anything.
2001-12-19 Hrvoje Niksic <[EMAIL PROTECTED]>
* html-url.c (tag_handle_link): Treat the "shortcut icon" link as
inline.
2001-12-18 Hrvoje Niksic <[EMAIL PROTECTED]>
* recur.c (retrieve_tree): Make a copy of file obtained from
dl_url_file_map because the code calls xfree(file) later.
2001-12-18 Hrvoje Niksic <[EMAIL PROTECTED]>
* recur.c (register_html): Maintain a hash table of HTML files
along with the list. Disallow duplicates.
(retrieve_tree): Use downloaded_html_set to check whether the file
found in dl_url_file_map is an HTML file, and descend into it if
so.
(convert_all_links): Don't guard against duplicates in
downloaded_html_list, since they are no longer possible.
2001-12-18 Ian Abbott <[EMAIL PROTECTED]>
* recur.c (retrieve_tree): Pass on referring URL when retrieving
recursed URL.