diff --git a/ChangeLog b/ChangeLog index 987c7a030..251cfcd69 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-05-14 Michal Čihař * libraries/common.lib.php: Fix reading database list with MySQL wildcards (bug #1487613). + * changelog.php: There is no reason to make bug uppercase. 2006-05-14 Marc Delisle * libraries/import.lib.php: bug #1482841, support USE statement in the import file diff --git a/changelog.php b/changelog.php index 743c83ba8..440aea986 100644 --- a/changelog.php +++ b/changelog.php @@ -42,11 +42,11 @@ $replaces = array( // linking bugs '/bug\s*#?([0-9]{6,})/i' - => 'BUG #\\1', + => 'bug #\\1', // all other 6+ digit numbers are treated as bugs '/(? ' BUG #\\1', + => ' bug #\\1', // CVE/CAN entries '/((CAN|CVE)-[0-9]+-[0-9]+)/'