diff options
author | mkanat%bugzilla.org <> | 2007-02-02 05:17:54 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-02-02 05:17:54 +0100 |
commit | 1e1ee3dbb885e2d48afa9d15074ea7e2a9ae3c17 (patch) | |
tree | 4daf24d341c7e20b1fb58934983440e54cf6628b /docs | |
parent | 0ea9d8ff5e82ff74b5e7290c8151f1e2dc7843ed (diff) | |
download | bugzilla-1e1ee3dbb885e2d48afa9d15074ea7e2a9ae3c17.tar.gz bugzilla-1e1ee3dbb885e2d48afa9d15074ea7e2a9ae3c17.tar.xz |
Bug 361115: Release Notes For Bugzilla 2.22.2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rel_notes.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index 98ddc4da8..35b36d0f8 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -68,6 +68,17 @@ Important Updates In This Point Release This section describes bugs fixed in releases after the original 2.22 release. +Version 2.22.2 +-------------- + ++ Make Bugzilla compatible with Template Toolkit 2.15 (bug 357374) + ++ Make Bugzilla compatible with versions of MySQL higher than 5.0.25 + (bug 321645) + ++ Sanity Check can now only be run by people with the "admin" privilege. + (bug 91761) + Version 2.22.1 -------------- @@ -574,6 +585,14 @@ 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.2 +-------------- + +A Cross-Site Scripting vulnerability is fixed in Bugzilla 2.22.2. You can +read the details of the fix at: + +http://www.bugzilla.org/security/2.20.3/ + Version 2.22.1 -------------- |