From 96d56d70dc3be4048794a1f115344e313849f286 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 19 Jan 2015 21:05:22 +0000 Subject: Bug 1118997: Release notes for 5.0rc1 r=LpSolit,a=dkl --- template/en/default/pages/release-notes.html.tmpl | 773 ++++++---------------- 1 file changed, 213 insertions(+), 560 deletions(-) (limited to 'template') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 62f488057..289371f46 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -6,8 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% SET title = "Bugzilla 4.4 Release Notes" %] -[% INCLUDE global/header.html.tmpl +[% SET title = "Bugzilla 5.0 Release Notes" %] +[% INCLUDE global/header.html.tmpl title = title bodyclasses = ['narrow_page'] %] @@ -15,216 +15,82 @@

[% title FILTER html %]

-

Introduction

+

Introduction

-

Welcome to Bugzilla 4.4! It has been over a year since we - released Bugzilla 4.2 on February 2012, and this new major - release comes with several new features and improvements. This release - contains major improvements to WebServices, which were our main target in - this release, a rewritten tagging system, a real MIME type auto-detection for - attachments, improved support for Oracle, performance improvements and lots - of other enhancements.

+

Welcome to Bugzilla 5.0! It has been over a year and a half since we released + Bugzilla 4.4 in May of 2013. This new major release comes with many new features + and improvements to WebServices and performance.

-

If you're upgrading, make sure to read Notes On - Upgrading From a Previous Version. If you are upgrading from a release - before 4.2, make sure to read the release notes for all the +

If you're upgrading, make sure to read + + Notes On Upgrading From a Previous Version. If you are upgrading from a + release before 4.4, make sure to read the release notes for all the previous versions in between your version and this one, particularly the Upgrading section of each version's release notes.

-

Updates in this 4.4.x Release

+

Minimum Requirements

-

4.4.4

- -

This release fixes one regression introduced in Bugzilla 4.4.3 by - security [% terms.bug %] 968576: - URLs in [% terms.bug %] comments are displayed correctly again. - ([% terms.Bug %] 998323)

- -

4.4.3

- -

This release fixes two security issues. See the - Security Advisory - for details.

- -

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

- - - -

4.4.2

- -

The following [% terms.bugs %] have been fixed in this release:

- - - -

4.4.1

- -

This release fixes several security issues. See the - Security Advisory - for details.

- -

In addition, the following [% terms.bugs %] have been fixed in this release:

- - - -

Minimum Requirements

- -

Any requirements that are new since 4.2 will look like +

Any requirements that are new since 4.4 will look like this.

-

Perl

+

Perl

-

Perl v5.8.1

- -

IMPORTANT: This is the last major release to support - Perl 5.8.x! The next major release, Bugzilla 5.0, will require - Perl 5.10.1 as a minimum.

+

Perl v5.10.1

[% INCLUDE db_req db='mysql' %] -[% INCLUDE db_req db='pg' dbd_new => 1 %] +[% INCLUDE db_req db='pg' %] [% INCLUDE db_req db='oracle' %] [% INCLUDE db_req db='sqlite' %] -

Required Perl Modules

+

Required Perl Modules

[% INCLUDE req_table reqs = REQUIRED_MODULES - updated = ['TimeDate', 'DBI', 'Email-Send', 'List-MoreUtils'] %] + new = ['File-Slurp','JSON-XS', 'Email-Sender'] + updated = ['DateTime', 'DateTime-TimeZone', + 'Template-Toolkit', 'URI'] %] -

Optional Perl Modules

+

Optional Perl Modules

The following perl modules, if installed, enable various features of Bugzilla:

[% INCLUDE req_table reqs = OPTIONAL_MODULES - new = ['Net-SMTP-SSL', 'HTML-FormatText-WithLinks', - 'File-MimeInfo', 'IO-stringy'] - updated = ['TheSchwartz'] + new = ['Cache-Memcached','File-Copy-Recursive'] + updated = ['Test-Taint'] include_feature = 1 %] -

Optional Apache Modules

+

Optional Apache Modules

If you are using Apache as your webserver, Bugzilla can take advantage of some Apache features if you have the below Apache - modules installed and enabled. Currently, - certain Bugzilla features - are enabled only if you have all of the following modules installed - and enabled:

+ modules installed and enabled.

@@ -698,8 +351,8 @@ [% FOREACH req = reqs %] - [%- req.module FILTER html %] - + [%- IF req.version == 0 %] (Any) @@ -707,7 +360,7 @@ [%- req.version FILTER html %] [% END %] - [% IF include_feature %] + [% IF include_feature %] [% req.feature.join(', ') FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b