From cdca8ef7ca05c4471dddf5952eccae1862e515d2 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 15 Sep 2006 16:36:54 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3439 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13e6a1aa..ad0f55bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 4.4 "" (released xx.xx.xxxx) - * The JavaScript URL syntax check allows now digits and underscores. + * The JavaScript URL syntax check allows now digits and underscores. Patch from Olivier Berger. Type: bugfix Changed: cgi-bin/lconline/check.js @@ -10,6 +10,20 @@ Type: documentation Changed: config/linkcheckerrc + * Detect more cases when a HTTP connection cannot be reused, and + must be closed. And close response object after usage. + Type: bugfix + Changed: linkcheck/checker/httpurl.py + + * Only wait before a new connection to a host, not when reusing + a previous connection. + Type: bugfix + Changed: linkcheck/cache/connection.py + + * Add more infos to various HTTP errors. + Type: feature + Changed: linkcheck/httplib2.py + 4.3 "Brick" (released 17.8.2006) * Use RawConfigParser for config parsing, getting rid of the unused