git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3439 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-09-15 16:36:54 +00:00
parent 15dfaf35cb
commit cdca8ef7ca

View file

@ -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