Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4ab5bc9f
You need to sign in or sign up before continuing.
Commit
4ab5bc9f
authored
Jan 23, 2011
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
An optional module was accidentally listed in the "required" section of the
release notes.
https://bugzilla.mozilla.org/show_bug.cgi?id=627910
parent
fdc0fa25
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
release-notes.html.tmpl
template/en/default/pages/release-notes.html.tmpl
+2
-2
No files found.
template/en/default/pages/release-notes.html.tmpl
View file @
4ab5bc9f
...
...
@@ -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 %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment