aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-08 10:12:47 +0000
committermkanat%bugzilla.org <>2009-07-08 10:12:47 +0000
commitfabdf73d9048b6917cc94b385e01351cdb484242 (patch)
tree89dc9c35c2761937edae706ae4ecc4d966d9efb8
parentBug 502950: Unconfirming a bug doesn't reset everconfirmed to 0 - Patch by Fr... (diff)
downloadbugzilla-fabdf73d9048b6917cc94b385e01351cdb484242.tar.gz
bugzilla-fabdf73d9048b6917cc94b385e01351cdb484242.tar.bz2
bugzilla-fabdf73d9048b6917cc94b385e01351cdb484242.zip
Bug 494038: Release Notes for Bugzilla 3.2.4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
-rw-r--r--template/en/default/pages/release-notes.html.tmpl32
1 files changed, 31 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index f1981acf1..c9750ddea 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -19,7 +19,7 @@
[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl
- title = "$terms.Bugzilla 3.2.3 Release Notes"
+ title = "$terms.Bugzilla 3.2.4 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
@@ -60,6 +60,30 @@
<a href="http://www.bugzilla.org/status/changes.html">Change Log
Page</a>.</p>
+<h3>3.2.4</h3>
+
+<ul>
+ <li>We now require a specific version of the Email::MIME::Encodings Perl
+ module, to fix an issue where some emails would have too many newlines
+ in them.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486206">[% terms.Bug %] 486206</a>)</li>
+ <li>[% terms.Bugzilla %]'s JavaScript and CSS should now be fully compatible
+ with Internet Explorer 8.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=483150">[% terms.Bug %] 483150</a>)</li>
+ <li>Running a saved search with a saved sort order will now no longer
+ overwrite your default search order.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=491679">[% terms.Bug %] 491679</a>)</li>
+ <li>You can now confirm [% terms.abug %] by popular vote even if there
+ is no status called "NEW" in your [% terms.Bugzilla %].
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=500900">[% terms.Bug %] 500900</a>)</li>
+ <li>Displaying [% terms.abug %] with lots of comments should now be
+ significantly faster.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=498318">[% terms.Bug %] 498318</a>)</li>
+</ul>
+
+<p>This release also contains a security fix. See the
+ <a href="#v32_security">Security Fixes Section</a> for details.</p>
+
<h3>3.2.3</h3>
<ul>
@@ -132,6 +156,12 @@
<h2><a name="v32_security">Security Fixes In This 3.2.x Release</a></h2>
+<h3>3.2.4</h3>
+
+<p>This release fixes one security issue related to [% terms.bug %]
+ editing. See the <a href="http://www.bugzilla.org/security/3.2.3/">Security
+ Advisory</a> for details.</p>
+
<h3>3.2.3</h3>
<p>This release fixes one security issue related to attachments. See the