From fdc0fa253205a048e4fb52f05afaa2b9d39e9c4d Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 23 Jan 2011 19:57:21 -0800 Subject: Bug 627910: Update Release Notes for Bugzilla 4.0rc2 r=reed --- template/en/default/pages/release-notes.html.tmpl | 32 ++++++++++++++++++----- 1 file changed, 26 insertions(+), 6 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 aabe352b9..1efaca769 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', 'Win32-API'] + new = ['List-MoreUtils', 'Math-Random-Secure'] updated = ['Email-MIME', 'CGI.pm', 'Apache-SizeLimit'] %]

Optional Perl Modules

@@ -107,8 +107,8 @@ features of [% terms.Bugzilla %]:

[% INCLUDE req_table reqs = OPTIONAL_MODULES - new = ['JSON-XS'] - updated = [] + new = ['JSON-XS', 'Win32-API'] + updated = ['Apache-SizeLimit', 'SOAP-Lite'] include_feature = 1 %]

Optional Apache Modules

@@ -497,6 +497,11 @@ you may wish to run this test to assure that your changes are correct. You can see more information about running this test by doing perldoc xt/search.t at the command line. +
  • [% terms.Bugzilla %] now sends the + X-Frame-Options: SAMEORIGIN header + with every page request in order to prevent "clickjacking" attacks. Note + that this prevents other domains from displaying [% terms.Bugzilla %] + in an HTML frame.
  • WebService Changes

    @@ -576,10 +581,11 @@

    IMPORTANT: Apache Configuration Change

    -

    (Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some - other webserver than Apache, this section does not apply to you.)

    +

    mod_cgi

    -

    You will need to update the configuration of Apache for +

    If you run [% terms.Bugzilla %] under mod_cgi (this is the most common + configuration, involving a <Directory> block in your Apache config + file), you will need to update the configuration of Apache for [%+ terms.Bugzilla %]. In particular, this line in the [% terms.Bugzilla %] <Directory> block:

    @@ -594,6 +600,20 @@ Configuration section of the [% terms.Bugzilla %] Guide.

    +

    mod_perl

    + +

    If your [% terms.Bugzilla %] runs under mod_perl, the required Apache + configuration is now simpler. The line that used to look like:

    + +
    PerlSwitches -w -T -I/var/www/html/bugzilla + -I/var/www/html/bugzilla/lib
    + +

    Now should be only:

    + +
    PerlSwitches -w -T
    + +

    The PerlConfigRequire line should stay the same, however.

    +

    New .htaccess file

    In previous versions of [% terms.Bugzilla %], there was a file -- cgit v1.2.3-24-g4f1b