Updated ChangeLog and authors file.

This commit is contained in:
Robert Osfield
2006-07-18 13:17:40 +00:00
parent 6b2d32baae
commit 9bdca48a4e
4 changed files with 81 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ bool validName(const std::string& first)
if (first=="Files") return false;
if (first=="Mr") return false;
if (first=="Osfields") return false;
if (first=="Optimizer") return false;
return true;
}