git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1808 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-16 20:36:54 +00:00
parent d174276fd8
commit b5bae2f474

View file

@ -1,8 +1,18 @@
1.13.4 "" (released xx.xx.xxxx)
1.13.4 "Shaun of the dead" (released xx.xx.xxxx)
* Catch HTTP cookie errors and add a warning.
Type: bugfix
Changed: linkcheck/checker/httpurl.py
* fix up response page object in robots.txt parser for the upcoming
Python 2.4 release
Type: bugfix
Changed: linkcheck/robotparser2.py
* remove cached urls from progress queue, fixing endless wait for
checking to finish
Type: bugfix
Changed: linkcheck/checker/consumer.py
1.13.3 "Fight Club" (released 10.9.2004)
* Prevent collapsing of relative parent dir paths. This fixes false
positives on URLs of the form "../../foo".