aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2018-02-16 11:38:33 -0500
committerDavid Lawrence <dkl@mozilla.com>2018-02-16 11:38:33 -0500
commitb89a3486d5abfa506b80c7efe4a2b3ba17afa53c (patch)
tree0dda410a6cf3ee7565c99dff5aefaa9eba7de1ae
parent7b7a210cd57140e85c36c9c5bfed35389f7952d5 (diff)
downloadbugs-b89a3486d5abfa506b80c7efe4a2b3ba17afa53c.tar
bugs-b89a3486d5abfa506b80c7efe4a2b3ba17afa53c.tar.gz
bugs-b89a3486d5abfa506b80c7efe4a2b3ba17afa53c.tar.bz2
bugs-b89a3486d5abfa506b80c7efe4a2b3ba17afa53c.tar.xz
bugs-b89a3486d5abfa506b80c7efe4a2b3ba17afa53c.zip
Bug 1438593: Release notes for Bugzilla 5.0.4
r/a=dylan
-rw-r--r--template/en/default/pages/release-notes.html.tmpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index a7e545bf1..b89e3a61d 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -43,6 +43,27 @@
<h2 id="point">Updates in this 5.0.x Release</h2>
+<h3>5.0.4</h3>
+
+<p>This release fixes one security issue. See the
+ <a href="https://www.bugzilla.org/security/4.4.12/">Security Advisory</a>
+ for details.</p>
+
+<p>This release also contains the following [% terms.bug %] fixes:</p>
+
+<ul>
+ <li><kbd>checksetup.pl</kbd> would fail to update Chart storage during pre-3.6 to 5.0 upgrade.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1273846">[% terms.Bug %] 1273846</a>)</li>
+ <li><kbd>editflagtypes.cgi</kbd> would crash when classifications are enabled and
+ the user did not have global <kbd>editcomponents</kbd> privileges.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1310728">[% terms.Bug %] 1310728</a>)</li>
+ <li>The <kbd>File::Slurp</kbd> would trigger warnings on perl 5.24.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1301887">[% terms.Bug %] 1301887</a>)</li>
+ <li>All the time entries in the 'when' column had the correct date but the time
+ was fixed to 00:00 when using Sqlite.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1303702">[% terms.Bug %] 1303702</a>)</li>
+</ul>
+
<h3>5.0.3</h3>
<p>This release fixes one security issue. See the