* A --language option to ask the server for pages in other languages
* Bug fixes related to URI package and non-standard server names
* Some other minor bugfixes detailed in the ChangeLog
* Added example for use of the --match argument
* checkbot.pl (get_headers): URI doesn't know about netloc, but it
does know about authority.
(get_headers): $url is already absolute, no need for ->abs
* checkbot.pl (handle_doc): Print a notice when external non
HTTP/FTP URLs are dropped.
* checkbot.pl (init_modules and other places): Remove
URI::URL::strict call and use of new URI::URL because it is
obsolete, we should use the URI classes now.
* checkbot.pl (init_globals): Initialize last checkpoint time with
0 instead of current time, so that we write out a set of pages
right at the start. This will catch problems with permissions for
these pages as early as possible.
* checkbot.pl (get_server_type): Take into account that we might
not learn anything about the server
* checkbot.pl (get_headers): Factored out of check_external so
that moving to using GET requests only will be easier later.
* checkbot.pl (send_mail): Really fix printing of starting URLs in
email. All URLs are now printed in the subject and body of the
message.
Changes in this version include:
- Fix printing of starting URLs in email
- Removed duplicate header in report
- Try more environment variables to set temporary directory
- Avoid using printf on pipes, and fix silly typo.
Also add --match-url-base
Changes since 1.62:
- Require LWP 5.50. A bug fix was introduced in LWP 5.49 which
solves problems with relative Location: headers for Checkbot.
- Create a defaults --match argument based on all the start URLs,
not just the first one.
- Remove .bak files when the new files are written correctly.
- Create correct URLs when --file argument also contains directories.
- Deal with redirects without a Location: header.
- Don't exclude checkbot's own pages automagically.
- Always ask server about file type for HTTP requests when uncertain.
- Make output well-formed HTML.
- Several typo's and other output fixes.
patch-aa incorporated into main dist.