diff options
author | 2015-01-19 20:35:10 +0000 | |
---|---|---|
committer | 2015-01-19 20:35:10 +0000 | |
commit | f78bebbb928e16d3e5f7c9652d655b5503851b20 (patch) | |
tree | 5df5f7027f8bc005ccf4a8a0ad951d6eca990433 | |
parent | Bug 1085182: Bugzilla::Bug->check must check that a bug ID is defined when it... (diff) | |
download | bugzilla-f78bebbb928e16d3e5f7c9652d655b5503851b20.tar.gz bugzilla-f78bebbb928e16d3e5f7c9652d655b5503851b20.tar.bz2 bugzilla-f78bebbb928e16d3e5f7c9652d655b5503851b20.zip |
Bug 1118985: Release notes for 4.2.12
r=LpSolit,a=glob
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 690d334ae..2e653c616 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -53,6 +53,22 @@ <h2 id="v42_point">Updates in this 4.2.x Release</h2> +<h3>4.2.12</h3> + +<p>This release fixes a couple of security issues. See the + <a href="https://www.bugzilla.org/security/4.0.15/">Security Advisory</a> + for details.</p> + +<p>In addition, the following important fix has been made in this release:</p> + +<ul> + <li>Fixing a regression caused by CVE-2014-1571 + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1064140">[% terms.bug %] 1064140</a>), + comments made while setting a flag from the attachment details page are again + included in the flag notification email. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1082887">[% terms.Bug %] 1082887</a>)</li> +</ul> + <h3>4.2.11</h3> <p>This release fixes several security issues. See the |