From e0955c1603559bd8e0b63ccf0331fbde09412dcb Mon Sep 17 00:00:00 2001
From: "mkanat%bugzilla.org" <>
Date: Mon, 30 Mar 2009 19:27:39 +0000
Subject: Bug 485845: Release Notes for Bugzilla 3.2.3 Patch By Max
Kanat-Alexander r=LpSolit, a=LpSolit
---
template/en/default/pages/release-notes.html.tmpl | 49 +++++++++++++++++++----
1 file changed, 42 insertions(+), 7 deletions(-)
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 181ac82a1..0062d34e3 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.1 Release Notes"
+ title = "$terms.Bugzilla 3.2.3 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
@@ -60,6 +60,35 @@
Change Log
Page.
+3.2.3
+
+
+ - [% terms.Bugzilla %] is now compatible with MySQL 5.1.x versions 5.1.31
+ and greater.
+ ([% terms.Bug %] 480001)
+ - On Windows, [% terms.Bugzilla %] sometimes would send mangled emails
+ (that would often fail to send).
+ ([% terms.Bug %] 467920)
+ recode.pl
would sometimes crash when trying to convert
+ databases from older versions of [% terms.Bugzilla %].
+ ([% terms.Bug %] 431201)
+ - Running a saved search with Unicode characters in its name would
+ cause [% terms.Bugzilla %] to crash.
+ ([% terms.Bug %] 477513)
+ - [% terms.Bugzilla %] clients like Mylyn can now update [% terms.bugs %]
+ again (the [% terms.bug %] XML format now contains a "token" element that
+ can be used when updating a bug).
+ ([% terms.Bug %] 476678)
+ - For installations using the
shadowdb
parameter,
+ [% terms.Bugzilla %] was accidentally writing to the "tokens" table
+ in the shadow database (instead of the master database) when using the
+ "Change Several [% terms.Bugs %] at Once" page.
+ ([% terms.Bug %] 476943)
+
+
+This release also contains a security fix. See the
+ Security Fixes Section for details.
+
3.2.2
This release fixes one security issue that is critical for installations
@@ -103,6 +132,12 @@
+3.2.3
+
+This release fixes one security issue related to attachments. See the
+ Security Advisory
+ for details.
+
3.2.2
This release fixes one security issue that is critical for installations
@@ -720,7 +755,7 @@
- For users of Firefox 2, the
show_bug.cgi
user interface
- should no longer "collapse" after you modify a [% terms.bug %].
+ should no longer "collapse" after you modify [% terms.abug %].
([% terms.Bug %] 370739)
- If you can bless a group, and you share a saved search with that
group, it will no longer automatically appear in all of that group's
@@ -740,7 +775,7 @@
There should now be no remaining signficant problems with running
[%+ terms.Bugzilla %] under mod_perl.
([% terms.Bug %] 370398)
- - If moving a [% terms.bug %] between products would remove groups
+
- If moving [% terms.abug %] between products would remove groups
from the [% terms.bug %], you are now warned.
([% terms.Bug %] 303183)
- On IIS, whenever [% terms.Bugzilla %] threw a warning, it would
@@ -1162,7 +1197,7 @@
is a comma-separated list of [% terms.Bugzilla %] users who will
get all [% terms.bug %] notifications generated by [% terms.Bugzilla %].
-
Group controls still apply, though, so users who can't see a [% terms.bug %]
+
Group controls still apply, though, so users who can't see [% terms.abug %]
still won't get notifications about that [% terms.bug %].
Improved UTF-8 Support
@@ -1219,7 +1254,7 @@
in your user preferences.
- You can hide obsolete attachments on [% terms.abug %] by clicking
"Hide Obsolete" at the bottom of the attachment table.
- - If a [% terms.bug %] has flags set, and you move it to a different
+
- If [% terms.abug %] has flags set, and you move it to a different
product that has flags with the same name, the flags will be
preserved.
- You now can't request a flag to be set by somebody who can't set it
@@ -1254,7 +1289,7 @@
- When viewing [% terms.bug %] activity, fields that hold [% terms.bug %]
numbers (such as "Blocks") will have the [% terms.bug %] numbers
displayed as links to those [% terms.bugs %].
- - When viewing the "Keywords" field in a [% terms.bug %] list,
+
- When viewing the "Keywords" field in [% terms.abug %] list,
it will be sorted alphabetically, so you can sanely sort a list on
that field.
- In most places, the Version field is now sorted using a version-sort
@@ -1573,7 +1608,7 @@ sub y { $var++ }
Bugzilla::Mailer
- The CheckCanChangeField() subroutine in
process_bug.cgi has been moved to Bugzilla::Bug,
- and is now a method of a [% terms.bug %] object.
+ and is now a method of [% terms.abug %] object.
- The code that used to be in the global/banner.html.tmpl
template is now in global/header.html.tmpl. The banner
still exists, but the file is empty.
--
cgit v1.2.3-24-g4f1b