From c385b08b5a2e837ade47d46083ba984e126b89dd Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 8 Mar 2004 20:35:40 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1280 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c16b9a76..2bc8aad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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