Updated ChangeLog, AUTHORS for 2.9.9 dev release

This commit is contained in:
Robert Osfield 2010-09-17 14:26:27 +00:00
parent 4daad70d17
commit 4d31f983f3
3 changed files with 1623 additions and 3 deletions

View File

@ -1,4 +1,4 @@
OpenSceneGraph Library 2.9.8 OpenSceneGraph Library 2.9.9
421 Contributors: 421 Contributors:

1614
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -416,7 +416,9 @@ TypoCorrection typoCorrections[] =
{"Yefrei", "Yefei"}, {"Yefrei", "Yefei"},
{"Yfei", "Yefei"}, {"Yfei", "Yefei"},
{"Gurhrie", "Guthrie"}, {"Gurhrie", "Guthrie"},
{"Byran", "Bryan"} {"Byran", "Bryan"},
{"Fielder", "Fiedler"},
{"Mathia", "Mathias"}
}; };
@ -430,6 +432,8 @@ struct NameCorrection
NameCorrection nameCorrections[] = NameCorrection nameCorrections[] =
{ {
{"Marin", "Lavery",
"Martin", "Lavery"},
{"Nguyen", "Van", {"Nguyen", "Van",
"Nguyen", "Van Truong"}, "Nguyen", "Van Truong"},
{"Thom", "Carlo", {"Thom", "Carlo",
@ -537,7 +541,9 @@ NameCorrection nameCorrections[] =
{"Alberto", "Lucas", {"Alberto", "Lucas",
"Alberto", "Luaces"}, "Alberto", "Luaces"},
{"Tyge", "", {"Tyge", "",
"Tyge", "Løvset"} "Tyge", "Løvset"},
{"Ricard", "Schmidt",
"Richard", "Schmidt"}
}; };