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 | |
parent | 6ae6ab514158a975b0483577c7a3405896c0e704 (diff) | |
parent | 7ffee28eac073acb132f6f5fe8ba322c823af308 (diff) | |
download | bugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.tar.gz bugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.tar.xz |
Merge with bugzilla/4.2
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 6 | ||||
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 33 |
3 files changed, 37 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 71cbe4599..ba3fca4fc 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.4+"; +use constant BUGZILLA_VERSION => "4.2.5"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index e8497962d..d2461eda1 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -32,10 +32,10 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "4.2.4"> +<!ENTITY bz-ver "4.2.5"> <!ENTITY bz-nextver "4.4"> -<!ENTITY bz-date "2012-11-13"> -<!ENTITY current-year "2012"> +<!ENTITY bz-date "2013-02-19"> +<!ENTITY current-year "2013"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> 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 |