summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-04-18 18:31:49 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-04-18 18:31:49 +0200
commitf8e099a25492dfa670fa86dff9842b6794da3387 (patch)
tree167aa6addf74a87054b4bb8fbb54b2f3681ac808 /template/en/default/pages
parentb1eaa2612816407dc0ead9106bf3272c777084d5 (diff)
parentb909fa7d401cc1606f2e9c65a5f3e3ee4199e523 (diff)
downloadbugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.tar.gz
bugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index ebc08afb1..c91dd77a7 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -53,6 +53,37 @@
<h2 id="v42_point">Updates in this 4.2.x Release</h2>
+<h3>4.2.8</h3>
+
+<p>This release fixes one minor security issue. See the
+ <a href="http://www.bugzilla.org/security/4.0.11/">Security Advisory</a>
+ for details.</p>
+
+<p>In addition, the following [% terms.bugs %] have been fixed in this release:</p>
+
+<ul>
+ <li><kbd>checksetup.pl</kbd> was incorrectly reporting DBI 1.630 (1.63) as
+ being older than 1.614, preventing the upgrade to complete.
+ If you still use Perl 5.10.0 or older, make sure you have the
+ <a href="http://search.cpan.org/~jpeacock/version/lib/version.pod">version</a>
+ module installed before running <kbd>checksetup.pl</kbd>.
+ If you use Perl 5.10.1 or newer, this module is already available and
+ no special action is required.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=938300">[% terms.Bug %] 938300</a>)</li>
+ <li><kbd>checksetup.pl</kbd> no longer fails with "Invalid version format (non-numeric data)"
+ when a Perl module contains an invalid version number.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=781672">[% terms.Bug %] 781672</a>)</li>
+ <li>The PROJECT environment variable is now correctly taken into account
+ when mod_perl is enabled (this variable allows several installations to
+ share the same codebase).
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=843457">[% terms.Bug %] 843457</a>)</li>
+ <li>[% terms.Bugzilla %] no longer crashes when the <kbd>shutdownhtml</kbd>
+ parameter is set and using a non-cookie based authentication method.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=748095">[% terms.Bug %] 748095</a>)</li>
+ <li>The default date and time format used for SQLite has been fixed.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=938161">[% terms.Bug %] 938161</a>)</li>
+</ul>
+
<h3>4.2.7</h3>
<p>This release fixes several security issues. See the