From 10ac32bf7764c15a514139d2497aa3478f9f548d Mon Sep 17 00:00:00 2001
From: "mkanat%bugzilla.org" <>
Date: Tue, 14 Aug 2007 01:24:39 +0000
Subject: Bug 391233: Write Release Notes for Bugzilla 3.0.1 Patch By Max
Kanat-Alexander r=LpSolit
---
template/en/default/pages/release-notes.html.tmpl | 105 ++++++++++++++++++++--
1 file changed, 96 insertions(+), 9 deletions(-)
(limited to 'template')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 51d8e232d..0f9977c64 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -20,7 +20,7 @@
[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl
- title = "$terms.Bugzilla 3.0 Release Notes"
+ title = "$terms.Bugzilla 3.0.1 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
@@ -28,9 +28,11 @@
+
+
+This section describes what's changed in the most recent bug-fix
+ releases of [% terms.Bugzilla %] after 3.0. We only list the
+ most important fixes in each release. If you want a detailed list of
+ everything that's changed since 3.0, you should use our
+ Change Log Page.
+
+3.0.1
+
+
+ - For users of Firefox 2, the
show_bug.cgi
user interface
+ should no longer "collapse" after you modify a [% terms.bug %].
+ ([% 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
+ footers unless you specifically request that it automatically appear
+ in their footers.
+ ([% terms.Bug %] 365890)
+ - There is now a parameter to allow users to perform searches without
+ any search terms. (In other words, to search for just a Product
+ and Status on the Simple Search page.) The parameter is called
+
specific_search_allow_empty_words
.
+ ([% terms.Bug %] 385910)
+ - If you attach a file that has a MIME-type of
text/x-patch
+ or text/x-diff
, it will automaticaly be treated as a
+ patch by [% terms.Bugzilla %].
+ ([% terms.Bug %] 365756)
+ - Dependency Graphs now work correctly on all mod_perl installations.
+ 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
+ from the [% terms.bug %], you are now warned.
+ ([% terms.Bug %] 303183)
+ - On IIS, whenever [% terms.Bugzilla %] threw a warning, it would
+ actually appear on the web page. Now warnings are suppressed,
+ unless you have a file in the
data
directory called
+ errorlog
, in which case warnings will be printed there.
+ ([% terms.Bug %] 390148)
+ - If you used email_in.pl to move a bug with groups to another
+ product, all of the groups would be cleared.
+ ([% terms.Bug %] 385453)
+ - Some flag mails didn't specify who the requestee was.
+ ([% terms.Bug %] 379787)
+ - Instead of throwing real errors, collectstats.pl would
+ just say that it couldn't find
ThrowUserError
.
+ ([% terms.Bug %] 380709)
+ - Logging into [% terms.Bugzilla %] from the home page works again
+ with IIS5.
+ ([% terms.Bug %] 364008)
+ - If you were using SMTP for sending email, sometimes emails would
+ be missing the
Date
header.
+ ([% terms.Bug %] 304999).
+ - In the XML-RPC WebService,
Bug.legal_values
now
+ correctly returns values for custom fields if you request values
+ for custom fields.
+ ([% terms.Bug %] 381737)
+ - The "[% terms.Bug %]-Writing Guidelines" page has been shortened
+ and re-written.
+ ([% terms.Bug %] 378590)
+ - If your
urlbase
parameter included a port number,
+ like www.domain.com:8080
, SMTP might have failed.
+ ([% terms.Bug %] 384501)
+ - For SMTP users, there is a new parameter,
smtp_debug
.
+ Turning on this parameter will log the full information about
+ every SMTP session to your web server's error log, to help with
+ debugging issues with SMTP.
+ ([% terms.Bug %] 384497)
+ - If you are a "global watcher" (you get all mails from every
+ [% terms.bug %]), you can now see that in your Email Preferences.
+ ([% terms.Bug %] 365302)
+ - The Status and Resolution of [% terms.bugs %] are now correctly
+ localized in CSV search results.
+ ([% terms.Bug %] 389517)
+ - The "Subject" line of an email was being mangled if it contained
+ non-Latin characters.
+ ([% terms.Bug %] 387860)
+
+
Minimum Requirements
Any requirements that are new since 2.22 will look like
@@ -438,10 +520,6 @@
Outstanding Issues
- -
- [%- terms.Bug %] 370739: There is a problem in Firefox 2.0 that
- sometimes causes the [% terms.bug %] editing page to render incorrectly
- after editing a [% terms.bug %].
-
[%- terms.Bug %] 69621: If you rename or remove a keyword that is
in use on [% terms.bugs %], you will need to rebuild the "keyword cache"
@@ -464,9 +542,8 @@
groupings will not be updated if the group configuration
for the Product changes.
-
- [%- terms.Bug %] 370370: mod_perl support may currently not
- be working on Windows machines. Also, even when it does work,
- editparams.cgi seems to crash on certain versions of mod_perl.
+ [%- terms.Bug %] 370370: mod_perl support is currently not
+ working on Windows machines.
-
[%- terms.Bug %] 361149: If you are using Perl 5.8.0, you may
get a lot of warnings in your Apache error_log about "deprecated
@@ -480,6 +557,16 @@
Search yourself.
+Security Updates in This Release
+
+3.0.1
+
+[% terms.Bugzilla %] 3.0 had three security issues that have been
+ fixed in this release: one minor information leak, one hole only
+ exploitable by an admin or using email_in.pl
, and one in an
+ uncommonly-used template. For details, see the
+ Security Advisory.
+
How to Upgrade From An Older Version
Notes For Upgraders
--
cgit v1.2.3-24-g4f1b