From a424a29d49f2289351f857f16f8965869cbd0ef8 Mon Sep 17 00:00:00 2001
From: Max Kanat-Alexander
Date: Sun, 11 Apr 2010 18:08:57 -0700
Subject: Bug 557385: Update the 3.6 Release Notes for the final release
r=LpSolit
---
template/en/default/pages/release-notes.html.tmpl | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
(limited to 'template/en/default')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 6a9d75cd7..18a7aace1 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -118,7 +118,7 @@
A scientific
usability study was done on [% terms.Bugzilla %] by researchers
from Carnegie-Mellon University. As a result of this study,
- several
+ several
usability issues were prioritized to be fixed, based on specific data
from the study.
@@ -199,7 +199,7 @@
on shared hosting). SUExec support shows up as an option
in the localconfig file during installation.
-Experimental mod_perl Support on Windows
+Experimental mod_perl Support on Windows
There is now experimental support for running [% terms.Bugzilla %]
under mod_perl on Windows, for a significant performance enhancement
@@ -276,6 +276,12 @@
[% terms.Bug %] Editing: The "Collapse All Comments"
and "Expand All Comments" links now appear to the right of the
comment list instead of above it.
+ [% terms.Bug %] Editing: The See Also field now supports
+ URLs for Google Code Issues and the Debian B[% %]ug-Tracking System.
+ [% terms.Bug %] Editing: There have been significant performance
+ improvements in show_bug.cgi (the script that displays the
+ [% terms.bug %]-editing form), particularly for [% terms.bugs %] that
+ have lots of comments or attachments.
Attachments: The "Details" page of an attachment
now displays itself as uneditable if you can't edit the fields
@@ -288,6 +294,9 @@
Attachments: When you click on an "attachment 12345" link
in a comment, if the attachment is a patch, you will now see the
formatted "Diff" view instead of the raw patch.
+ Attachments: For text attachments, we now let the browser
+ auto-detect the character encoding, instead of forcing the browser to
+ always assume the attachment is in UTF-8.
Search: You can now display [% terms.bug %] flags as a column
in search results.
@@ -384,6 +393,11 @@
faster at upgrading installations, particularly older installations.
Also, it's been made faster to run for the case where it's not
doing an upgrade.
+ Installation: If you install [% terms.Bugzilla %] using the
+ tarball, the CGI.pm module from CPAN is now included in
+ the lib/ dir. If you would rather use the CGI.pm from your
+ global Perl installation, you can delete CGI.pm and the
+ CGI directory from the lib/ directory.
When editing a group, you can now specify that members of a group
are allowed to grant others membership in that group itself.
@@ -472,6 +486,9 @@
that parameter will be ignored. Mostly this just affects
customizers--[% terms.Bugzilla %]'s WebService is not functionally
affected by these changes.
+ In previous versions of [% terms.Bugzilla %], error messages were
+ sent word-wrapped to the client, from the WebService. Error messages
+ are now sent as one unbroken line.
Outstanding Issues
--
cgit v1.2.3-24-g4f1b