git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2188 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-20 22:58:30 +00:00
parent 8e2b4edd49
commit c84b6a6767

View file

@ -1,12 +1,15 @@
2.2 "" (released xx.xx.2005)
* Write CSV column headers as the first row.
Thanks to Hartmut Goebel.
* CSV log format changes:
- default separator is now a comma, not a semicolon
- the quotechar can be configured and defaults to a double quote
- write CSV column headers as the first data row
(thanks to Hartmut Goebel)
Type: feature
Changed: linkcheck/logger/csv.py
* Support bzip-compressed man pages in RPM install script.
Also from Hartmut Goebel.
From Hartmut Goebel.
Type: feature
Changed: install-rpm.sh