From 263a38fbd2d2499ffb110c065a8bc8671671a2bf Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 16 May 2006 22:58:04 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3223 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 60044bc8..d09e603c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,12 @@ Changed: linkchecker, linkcheck/configuration/__init__.py, linkcheck/checker/httpurl.py, linkcheck/cookies.py + * The --pause option delays requests to the same host, and is not + required to disable threading to do that. + Type: bugfix + Changed: linkcheck/cache/connection.py, linkcheck/checker/urlbase.py, + linkcheck/directory/__init__.py + 3.4 "The Chumscrubbers" (released 4.2.2006) * Ignore decoding errors when retrieving the robots.txt URL.