From: mkanat%bugzilla.org <> Date: Fri, 2 Feb 2007 04:17:54 +0000 (+0000) Subject: Bug 361115: Release Notes For Bugzilla 2.22.2 X-Git-Tag: bugzilla-2.23.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1ee3dbb885e2d48afa9d15074ea7e2a9ae3c17;p=thirdparty%2Fbugzilla.git Bug 361115: Release Notes For Bugzilla 2.22.2 Patch By Max Kanat-Alexander r=LpSolit --- diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index 98ddc4da8e..35b36d0f81 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 --------------