git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1694 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-03 08:27:18 +00:00
parent 1b4c190778
commit e166a49e4b

View file

@ -1,18 +1,18 @@
1.13.1 "Old men in new cars" (released xx.xx.xxxx)
* fixed RPM generation by adding the generated config file to the
installed files list
* Fixed RPM generation by adding the generated config file to the
installed files list.
Type: bugfix
Changed: setup.py
* mention to remove old versions when upgrading in the documentation
* Mention to remove old versions when upgrading in the documentation.
Type: documentation
Changed: doc/upgrading.txt, doc/install.txt
* fix typo in redirection cache handling
* Fix typo in redirection cache handling.
Type: bugfix
Changed: linkcheck/checker/cache.py
* fileoutput must honor verbose/quiet configuration
* The -F file output must honor verbose/quiet configuration.
Type: bugfix
Changed: linkcheck/checker/consumer.py