From eeae239b5cd6f996907d274e2d65275da874c944 Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 1 Feb 2006 18:52:59 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3023 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 14ba5a2b..e8dc4137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,15 @@ Changed: linkcheck/checker/cache.py Added: linkcheck/cookies.py + * The psyco optimizer now has a maximum memory limit. + Type: feature + Changed: linkchecker + + * The checker did not recurse into command line URLs that had upper + case characters. + Type: bugfix + Changed: linkcheck/checker/__init__.py + 3.3 "Four Brothers" (released 14.10.2005) * Fix parsing of ignore and nofollow in configuration files.