]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 912639: Release notes for Bugzilla 4.0.11
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 11 Oct 2013 22:11:07 +0000 (00:11 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 11 Oct 2013 22:11:07 +0000 (00:11 +0200)
r=dkl a=LpSolit

template/en/default/pages/release-notes.html.tmpl

index 03f36779c2e3ae135d7ffb3c3f5fcbcd3730f796..12f408b013e5c08b143c71cef1d8c325a401988f 100644 (file)
 
 <h2 id="v40_point">Updates in this 4.0.x Release</h2>
 
+<h3>4.0.11</h3>
+
+<p>This release fixes two security issues. See the
+  <a href="http://www.bugzilla.org/security/4.0.10/">Security Advisory</a>
+  for details.</p>
+
+<p>In addition, the following [% terms.bugs %] have been fixed in this release:</p>
+
+<ul>
+  <li>[% terms.Bugzilla %] can now be installed with MySQL 5.6 as DB server.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=852560">[% terms.Bug %] 852560</a>)</li>
+  <li>Internet Explorer 11 can now display buglists correctly.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=902515">[% terms.Bug %] 902515</a>)</li>
+  <li>With DB servers doing case-insensitive comparisons, such as MySQL, tokens
+    and login cookies were not correctly validated as the case was ignored.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=906745">[% terms.Bug %] 906745</a> and
+    <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=907438">[% terms.bug %] 907438</a>)</li>
+  <li>All security headers (such as X-Frame-Options) are now returned when using XML-RPC.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=787328">[% terms.Bug %] 787328</a>)</li>
+</ul>
+
 <h3>4.0.10</h3>
 
 <p>This release fixes two security issues. See the