From a2236f9dbb248b6f0d3869e3e4774ea65fa7db89 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 8 Dec 2005 20:20:43 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2965 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 13088b62..a442845c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ Type: bugfix Changed: linkcheck/robotparser2.py + * On HTTP redirects, cache all the encountered URLs, not just the + initial one. + Type: feature + Changed: linkcheck/checker/{urlbase,httpurl,cache}.py + 3.3 "Four Brothers" (released 14.10.2005) * Fix parsing of ignore and nofollow in configuration files.