diff options
-rwxr-xr-x | tools/cvslog2changelog.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/cvslog2changelog.pl b/tools/cvslog2changelog.pl index 6f433d6c6..a9c4a71bc 100755 --- a/tools/cvslog2changelog.pl +++ b/tools/cvslog2changelog.pl @@ -71,7 +71,10 @@ BEGIN { 'uid553' => 'Pixel <pixel@mandrakesoft.com>', 'tvignaud' => 'Thierry Vignaud <tvignaud@mandrakesoft.com>', 'sbenedict'=>'Stew Benedict <sbenedict@mandrakesoft.com>', - 'tkamppeter' => 'Till Kamppeter <till@mandrakesoft.com>', - 'yduret' => 'Yves Duret <yduret@mandrakesoft.com>' + 'tkamppeter' => 'Till Kamppeter <till@mandrakesoft.com>', + 'yduret' => 'Yves Duret <yduret@mandrakesoft.com>', + 'daouda' => 'Daouda Lo <daouda@mandrakesoft.com>', + 'dchaumette' => 'Damien Chaumette <dchaumette@mandrakesoft.com>', + 'cbelisle' => 'Christian Belisle <cbelisle@mandrakesoft.com>', ); } |