From 157cf36893d4f588bc001a6c8afda1a07e7389ee Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 13 Jul 2005 16:14:48 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2745 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f668020f..7dd47afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,14 @@ Changed: linkchecker, linkcheck/checker/*.py, linkcheck/configuration.py + * Add compatibility fix for HTTP/0.9 servers, from Python CVS. + Type: bugfix + Changed: linkcheck/httplib2.py + + * Add buffer flush fix for gzip files, from Python CVS. + Type: bugfix + Changed: linkcheck/gzip2.py + 3.0 "The Jacket" (released 8.7.2005) * Catch all check errors, not just the ones inside of URL checking.