Update checkbot to 1.75:

Nuke local patches

Changes in version 1.75 (22-Apr-2004)

    * New --cookies option to accept cookies from servers while checking.
    * New --noproxy option indicates which domains should not be passed through the proxy.
    * New error code for unknown domains; only known non-checkable schemes are ignored now.
    * Minor bug fixes.
    * Documentation updates.

Changes in version 1.74 (17-Dec-2003)

    * New --suppress option allows Response code/URL combinations not to be reported as problems.
    * Checkbot warnings are now handled as pseudo-HTTP status messages so that they can make use of all Checkbot features such as --dontwarn.
    * Option --allow-simple-hosts is deprecated due to this change.
    * More robust handling of (lack of) status messages.
    * Checkbot now requires LWP 5.70 due to bugfixes in this release, although it should still also work with older LWP versions.
    * Documentation fixes.

Changes in version 1.73 (31-Aug-2003)

    * Checkbot now tries to produce valid XHTML 1.1
    * URLs matching the --ignore option are now completely ignored; they used to be checked but not reported.
    * Proxy support works again, but --proxy now applies to all links
    * Documentation fixes

Changes in version 1.72 (04-May-2003)

    * URLs with query strings are now checked by default, the --exclude option can be used to revert to the previous behavior
    * The server results page contains shortcut links to each section
    * Removed warning for unqualified hostnames for news: URLs
    * Handling of signals such as SIGINT
    * Bug and documentation fixes

Changes in version 1.71 (29-Dec-2002)

    * New --filter option allows rewriting of URLs before they will be checked
    * Problematic links are now reported for each page on which they occur
    * New statistics which should work correctly
    * Much simplified storage of information on problem links
    * Duplicate links are now properly detected and not checked twice
    * Rewritten internals for link checking, as a consequence internal and external links are checked at the same time now, not in two passes like before
    * Rewritten internals for message output
    * A simple test case for 'make test'
    * Minor cleanups of the code
This commit is contained in:
abs 2004-11-16 19:47:37 +00:00
parent 8e77a9b28d
commit 4a2facd3ae

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.7883 2004/11/16 19:01:15 adrianp Exp $
$NetBSD: CHANGES,v 1.7884 2004/11/16 19:47:37 abs Exp $
Changes to the packages collection and infrastructure in 2004:
@ -5307,3 +5307,5 @@ Changes to the packages collection and infrastructure in 2004:
Updated libao-esound to 0.8.5 [adam 2004-11-16]
Updated mysql-client to 4.0.22nb2 [tron 2004-11-16]
Updated mailsync to 5.2.1 [adrianp 2004-11-16]
Updated checkbot to 1.75 [abs 2004-11-16]