From 6e4312eec93c79a2ae1cfd940aa80241528c881c Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 17 Jan 2005 11:34:23 +0000 Subject: [PATCH] added credits git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2145 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 407879e8..94172553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2.2 "" (released xx.xx.2005) + + * Write CSV column headers as the first 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. + Type: feature + Changed: install-rpm.sh + 2.1 "Shogun Assassin" (released 11.1.2005) * Added XHTML support to the HTML parser.