From: Max Kanat-Alexander Date: Mon, 24 Jan 2011 04:08:34 +0000 (-0800) Subject: Bug 627923 - Release Notes for Bugzilla 3.6.4 X-Git-Tag: bugzilla-3.6.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36a90f4fea6d39b015dd7792815b3cb7f345010;p=thirdparty%2Fbugzilla.git Bug 627923 - Release Notes for Bugzilla 3.6.4 r=reed --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 8d886fece7..190723fcc9 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -61,6 +61,41 @@

Updates in this 3.6.x Release

+

3.6.4

+ +

This release fixes several security issues, some of which are + highly critical. See the + Security Advisory + for details.

+ +

In addition, the following important fixes/changes have been made in + this release:

+ + +

3.6.3

This release fixes various important security issues. See the @@ -233,7 +268,7 @@

Required Perl Modules

[% INCLUDE req_table reqs = REQUIRED_MODULES - new = [] updated = [] %] + new = [] updated = ['CGI.pm'] %]

Optional Perl Modules

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

[% INCLUDE req_table reqs = OPTIONAL_MODULES - new = ['JSON-RPC', 'Test-Taint'] + new = ['JSON-RPC', 'Test-Taint', 'Math-Random-Secure'] updated = ['Chart'] include_feature = 1 %]