From: Max Kanat-Alexander Date: Mon, 24 Jan 2011 04:10:08 +0000 (-0800) Subject: An optional module was accidentally listed in the "required" section of the X-Git-Tag: bugzilla-4.0rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4faecd6e5e5e4f942ee30ad9ad2bc2820a300283;p=thirdparty%2Fbugzilla.git An optional module was accidentally listed in the "required" section of the release notes. https://bugzilla.mozilla.org/show_bug.cgi?id=627910 --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 1efaca769d..55141d1e2b 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -98,7 +98,7 @@

Required Perl Modules

[% INCLUDE req_table reqs = REQUIRED_MODULES - new = ['List-MoreUtils', 'Math-Random-Secure'] + new = ['List-MoreUtils'] updated = ['Email-MIME', 'CGI.pm', 'Apache-SizeLimit'] %]

Optional Perl Modules

@@ -107,7 +107,7 @@ features of [% terms.Bugzilla %]:

[% 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 %]