mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 09:50:23 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1280 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
dd9d6063c3
commit
c385b08b5a
1 changed files with 7 additions and 2 deletions
|
|
@ -1,18 +1,23 @@
|
|||
1.12.2 (release xx.xx.xxxx)
|
||||
* use XmlUtils instead of xmlify for XML quoting
|
||||
Type: code cleanup
|
||||
Added: linkcheck/XmlUtils.py
|
||||
Changed: linkcheck/StringUtil.py, linkcheck/log/XMLLogger.py
|
||||
* don't require a value anymore with the --version option
|
||||
Type: bugfix
|
||||
Changed: linkchecker
|
||||
* before putting url data objects in the queue, check if they
|
||||
have correct syntax and are not already cached
|
||||
* before putting url data objects in the queue, check if they have
|
||||
correct syntax and are not already cached
|
||||
Type: optimization
|
||||
Changed: linkcheck/{UrlData,Config}.py
|
||||
* every once in a while, remove all already cached urls from the
|
||||
incoming queue. This action is reported when --status is given.
|
||||
Type: optimization
|
||||
Changed: linkcheck/Config.py
|
||||
* both changes above result in significant performance improvements
|
||||
when checking large websites, since a majority of the links tend
|
||||
to be navigation links to already-cached pages.
|
||||
Type: note
|
||||
|
||||
1.12.1 (release 21.2.2004)
|
||||
* raise IncompleteRead instead of ValueError on malformed chunked
|
||||
|
|
|
|||
Loading…
Reference in a new issue