mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 16:30:28 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3439 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
15dfaf35cb
commit
cdca8ef7ca
1 changed files with 15 additions and 1 deletions
16
ChangeLog
16
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue