diff options
author | Reed Loden <reed@reedloden.com> | 2013-02-19 19:44:43 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2013-02-19 19:44:43 +0100 |
commit | 4ec4e6487da94e17041930b42cb92571d82d691d (patch) | |
tree | 6cf252274d018d2b3468cdb0dc770b8dcb142401 /template/en/default | |
parent | 6ae6ab514158a975b0483577c7a3405896c0e704 (diff) | |
parent | 7ffee28eac073acb132f6f5fe8ba322c823af308 (diff) | |
download | bugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.tar.gz bugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.tar.xz |
Merge with bugzilla/4.2
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 86a12af8d..32940b715 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -53,6 +53,39 @@ <h2 id="v42_point">Updates in this 4.2.x Release</h2> +<h3>4.2.5</h3> + +<p>This release fixes one security issue. See the + <a href="http://www.bugzilla.org/security/3.6.12/">Security Advisory</a> + for details.</p> + +<p>In addition, the following important fixes/changes have been made in this + release:</p> + +<ul> + <li>Queries involving commenters were slow to return results. These queries + have been optimized for better performance. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=818007">[% terms.Bug %] 818007</a>)</li> + <li>It is no longer possible to create a new [% terms.bug %] using a disabled + component, target milestone or version. These inactive values are also no + longer accessible when moving [% terms.abug %] into another product. + ([% terms.Bugs %] <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=752946">752946</a> + and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=840824">840824</a>)</li> + <li>It was possible to create a new [% terms.bug %] with no description + despite the status workflow required one for new [% terms.bugs %]. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=818890">[% terms.Bug %] 818890</a>)</li> + <li>Custom multi-select fields are now available in the "Search By Change + History" section of the "Advanced Search" page. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=839950">[% terms.Bug %] 839950</a>)</li> + <li>A custom select field could have its list of values truncated if one + or more of its values were disabled and the visibility of the values were + controlled by another field. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=806809">[% terms.Bug %] 806809</a>)</li> + <li>Warnings thrown by Return::Value 1.666002 about this deprecated module + and which are polluting the web server error log are now disabled. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=826678">[% terms.Bug %] 826678</a>)</li> +</ul> + <h3>4.2.4</h3> <p>This release fixes several security issues. See the |