]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
An optional module was accidentally listed in the "required" section of the
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 24 Jan 2011 04:10:08 +0000 (20:10 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 24 Jan 2011 04:10:08 +0000 (20:10 -0800)
release notes.

https://bugzilla.mozilla.org/show_bug.cgi?id=627910

template/en/default/pages/release-notes.html.tmpl

index 1efaca769db1ca71229ede2fc5228b6a86c0a807..55141d1e2bdea461385150fd3255a5683a49814e 100644 (file)
@@ -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>
   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 %]