diff options
author | mkanat%bugzilla.org <> | 2008-12-06 20:54:17 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-12-06 20:54:17 +0100 |
commit | 04dcd6ca8604b38d3e587e492fd03462709eb89d (patch) | |
tree | 54bfb1a1827a5e0bc0a5d870d8d98967c5913e8c /template/en/default/pages/release-notes.html.tmpl | |
parent | 0cd38d0b1d31f37520bb4d1d8417623c1ff2fd30 (diff) | |
download | bugzilla-04dcd6ca8604b38d3e587e492fd03462709eb89d.tar.gz bugzilla-04dcd6ca8604b38d3e587e492fd03462709eb89d.tar.xz |
Bug 467569: Make release notes correctly indicate that the required version of CGI is newer than it was in 3.0.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 6f885ae28..21b98b5e2 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -79,7 +79,7 @@ [% INCLUDE req_table reqs = REQUIRED_MODULES new = [] updated = ['Template-Toolkit', 'Email-MIME', - 'Email-MIME-Modifier', 'CGI'] %] + 'Email-MIME-Modifier', 'CGI.pm'] %] <h3><a name="v32_req_optional_mod"></a>Optional Perl Modules</h3> |