git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2745 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-07-13 16:14:48 +00:00
parent 58a5931680
commit 157cf36893

View file

@ -15,6 +15,14 @@
Changed: linkchecker, linkcheck/checker/*.py,
linkcheck/configuration.py
* Add compatibility fix for HTTP/0.9 servers, from Python CVS.
Type: bugfix
Changed: linkcheck/httplib2.py
* Add buffer flush fix for gzip files, from Python CVS.
Type: bugfix
Changed: linkcheck/gzip2.py
3.0 "The Jacket" (released 8.7.2005)
* Catch all check errors, not just the ones inside of URL checking.