]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 393143: Release Notes for Bugzilla 2.22.3
authormkanat%bugzilla.org <>
Thu, 23 Aug 2007 00:45:10 +0000 (00:45 +0000)
committermkanat%bugzilla.org <>
Thu, 23 Aug 2007 00:45:10 +0000 (00:45 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

docs/rel_notes.txt

index 5234f8000760f82458d36974b0bf0a9bc8b28cc1..bf07713635eb6924d575cd93b8b689467d01bf53 100644 (file)
@@ -66,7 +66,20 @@ Important Updates In This Point Release
 ***************************************
 
 This section describes bugs fixed in releases after the original 2.22
-release.
+release. This section only describes significant fixes. To see all
+fixes, look at the Change Logs at http://www.bugzilla.org/status/changes.html
+
+Version 2.22.3
+--------------
+
++ Bug lists in iCal format were cutting off bug summaries if they had
+  a comma in them. (bug 274408)
+
++ If collectstats.pl encountered an invalid series when collecting data for
+  New Charts, it would stop processing all series, silently. This means
+  that several series may not have been collecting data. On PostgreSQL,
+  all series were failing, thus meaning that New Charts were not working
+  at all on PostgreSQL. (bug 257351)
 
 Version 2.22.2
 --------------
@@ -585,6 +598,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.3
+--------------
+
+This release fixes a Cross-Site Scripting vulnerability. You can read the 
+details of the security fix at:
+
+http://www.bugzilla.org/security/2.20.4/
+
 Version 2.22.2
 --------------