git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2879 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-13 17:22:20 +00:00
parent 50ea41b12d
commit 27da139a1d

View file

@ -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.