diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-24 05:11:03 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-24 05:11:03 +0100 |
commit | 4ab5bc9f4c4ba4a7b20ebf00466f9b2de67f311d (patch) | |
tree | 7c4bd524eddfa78cf6586cbc7fc173e5627b3553 /template | |
parent | fdc0fa253205a048e4fb52f05afaa2b9d39e9c4d (diff) | |
download | bugzilla-4ab5bc9f4c4ba4a7b20ebf00466f9b2de67f311d.tar.gz bugzilla-4ab5bc9f4c4ba4a7b20ebf00466f9b2de67f311d.tar.xz |
An optional module was accidentally listed in the "required" section of the
release notes.
https://bugzilla.mozilla.org/show_bug.cgi?id=627910
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 1efaca769..55141d1e2 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -98,7 +98,7 @@ <h3 id="v40_req_modules">Required Perl Modules</h3> [% INCLUDE req_table reqs = REQUIRED_MODULES - new = ['List-MoreUtils', 'Math-Random-Secure'] + new = ['List-MoreUtils'] updated = ['Email-MIME', 'CGI.pm', 'Apache-SizeLimit'] %] <h3 id="v40_req_optional_mod">Optional Perl Modules</h3> @@ -107,7 +107,7 @@ features of [% terms.Bugzilla %]:</p> [% INCLUDE req_table reqs = OPTIONAL_MODULES - new = ['JSON-XS', 'Win32-API'] + new = ['JSON-XS', 'Win32-API', 'Math-Random-Secure'] updated = ['Apache-SizeLimit', 'SOAP-Lite'] include_feature = 1 %] |