From e166a49e4bb6f3d7726ec47ec9832e0dda0f5dad Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 3 Sep 2004 08:27:18 +0000 Subject: [PATCH] grammar git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1694 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d511377..792f48a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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