From 27da139a1df16f10622d64405eb327dca85d8bae Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 13 Oct 2005 17:22:20 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2879 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3bdcf6e0..5b3a4bf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,17 @@ Changed: linkcheck/checker/fileurl.py Closes: Debian bug #332870 + * The default encoding for program and logger output will be the + preferred encoding now. It is determined from your current locale + system settings. + Type: feature + Changed: linkchecker, linkcheck/checker/__init__.py, + linkcheck/i18n.py, linkcheck/logger/__init__.py + + * Improved documentation about recursion and proxy support. + Type: documentation + Changed: linkchecker, doc/en/documentation.txt + 3.2 "Kiss kiss bang bang" (released 3.8.2005) * Fixed typo in redirection handling code.