From 4ab5bc9f4c4ba4a7b20ebf00466f9b2de67f311d Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 23 Jan 2011 20:11:03 -0800 Subject: An optional module was accidentally listed in the "required" section of the release notes. https://bugzilla.mozilla.org/show_bug.cgi?id=627910 --- template/en/default/pages/release-notes.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/pages') 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 @@

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 %] -- cgit v1.2.3-24-g4f1b