summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-25 05:33:41 +0200
committermkanat%bugzilla.org <>2006-09-25 05:33:41 +0200
commitb93a222fc36f803ee31de2859fa989e2a9cf54be (patch)
tree822e8de71cfc25338f64d0321e31da04b91c46f6 /docs
parent53d5784fd5afdcfd7afa00f726936b59e8fab58c (diff)
downloadbugzilla-b93a222fc36f803ee31de2859fa989e2a9cf54be.tar.gz
bugzilla-b93a222fc36f803ee31de2859fa989e2a9cf54be.tar.xz
Bug 346505: Release Notes For Bugzilla 2.22.1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r--docs/rel_notes.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt
index 036b0509f..f70c508a4 100644
--- a/docs/rel_notes.txt
+++ b/docs/rel_notes.txt
@@ -6,6 +6,7 @@ Table of Contents
*****************
- Introduction
+- Important Updates In This Point Release
- Minimum Requirements
* Perl
* For MySQL Users
@@ -61,6 +62,46 @@ Contributor's Guide at:
http://www.bugzilla.org/docs/contributor.html
+Important Updates In This Point Release
+***************************************
+
+This section describes bugs fixed in releases after the original 2.22
+release.
+
+Version 2.22.1
+--------------
+
++ When sending mail, Bugzilla could throw the error "Insecure dependency in
+ exec while running with -T switch" (bug 340538).
+
++ Using the public webdot server (for dependency graphs) should work
+ again (bug 351243).
+
++ The "I'm added to or removed from this capacity" email preference
+ wasn't working for new bugs (bug 349852).
+
++ The original release of 2.22 incorrectly said it required Template-Toolkit
+ version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478).
+
++ votes.cgi would crash if your bug was the one confirming a bug (bug 351300).
+
++ checksetup.pl now correctly reports if your Template::Plugin::GD module
+ is missing. If missing, it could lead to charts and graphs not working
+ (bug 345389).
+
++ The "Keyword" field on buglist.cgi was not sorted alphabetically, so
+ it wasn't very useful for sorting (bug 342828).
+
++ Sendmail will no longer complain about there being a newline in the
+ email address, when Bugzilla sends mail (bug 331365).
+
++ contrib/bzdbcopy.pl would try to insert an invalid value into the
+ database, unnecessarily (bug 335572).
+
++ Deleting a bug now correctly deletes its attachments from the database
+ (bug 339667).
+
+
Minimum Requirements
********************
@@ -533,6 +574,25 @@ This is actually safe to do at any time--it just forces a logout of
every single user, even those with saved sessions. (It invalidates
every login cookie Bugzilla has ever given out.)
+Version 2.22.1
+--------------
+
+The Bugzilla team fixed two Information Leaks and two Cross-Site
+Scripting vulnerabilities that existed in versions of Bugzilla
+prior to 2.22.1. None of them are considered to be of critical
+severity, but we still strongly recommend that you update any
+2.22 installation to 2.22.1.
+
+In addition, we have made an enhancement to security in this version
+of Bugzilla. In previous versions, it was possible for malicious
+users to exploit administrators in certain ways. Although this has
+never happened (to our knowledge) in the real world, we thought it
+was important that we protect administrators from this sort of attack.
+
+You can see details on all the vulnerabilities and enhancements at:
+
+http://www.bugzilla.org/security/2.18.5/
+
Release Notes For Previous Versions
************************************