Author: joeyh Date: 2005-10-04 20:18:37 +0000 (Tue, 04 Oct 2005) New Revision: 2305 Modified: bin/checklist Log: support <removed> Modified: bin/checklist ==================================================================--- bin/checklist 2005-10-04 18:50:29 UTC (rev 2304) +++ bin/checklist 2005-10-04 20:18:37 UTC (rev 2305) @@ -133,7 +133,7 @@ # by now, we also have the version that''s affected by the security problem. # This is stored in $version - next if $version eq ''<not-affected>''; + next if $version eq ''<not-affected>'' || $version eq ''<removed>''; my @notes=split(/\s*;\s+/, $notes);