]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Release notes updates.
authormatty%chariot.net.au <>
Fri, 4 Apr 2008 11:47:45 +0000 (11:47 +0000)
committermatty%chariot.net.au <>
Fri, 4 Apr 2008 11:47:45 +0000 (11:47 +0000)
docs/en/rel_notes.txt

index a64d55a06024da8c5e6288f1e2d657132c57b9f3..9d84e6818f76261eab8e2bb35836a37f7e3a71af 100644 (file)
@@ -73,6 +73,12 @@ XML::Parser (any)
 
 *** Outstanding Issues Of Note ***
 
+These issues may have been fixed in later stable or development
+versions of Bugzilla.  If you are interested in tracking these
+bugs, please see the bug report numbers listed to find out the
+status of the fix for these bugs, or to obtain a patch that can
+fix the problem on your installation.
+
 - Renaming or removing keywords that are in use will not update
   the "keyword cache" on bugs, and queries on keywords may not work
   properly, until you rebuild the cache on the sanity check page
@@ -114,6 +120,11 @@ XML::Parser (any)
 - Attachment changes have no midair collision detection, unlike bug changes.
   (bug 99215)
 
+- The email preferences option "Priority, status, severity, and/or milestone
+  changes" does not actually report status changes.  You can however use the
+  option "The bug is resolved or verified" to achieve part of this.
+  (bug 130821)
+
 *********************************************
 *** USERS UPGRADING FROM 2.16 OR EARLIER  ***
 *********************************************
@@ -193,12 +204,10 @@ XML::Parser (any)
   requires 5.005.
   (bug 97721)
 
-- New requirements: Text::Wrap, Template [requires AppConfig], File::Spec.
+- New module requirements: Text::Wrap, Template [requires AppConfig],
+                           File::Spec.
   (bugs 97784, 84338, 103778)
 
-- New version required: Perl v5.005
-  (bugs 97721)
-
 - The index page is now a CGI instead of an HTML page.  You should remove
   any existing index.html file and make sure your web server allows index.cgi
   to be the default page in a directory.  If you are not able to do that you
@@ -247,8 +256,8 @@ XML::Parser (any)
 - Users can now change their email account.
   (bug 23067)
 - "Dependent Bug Changed" notification emails now contain the
-  dependent bug's summary.
-  (bug 28736)
+  dependent bug's summary and URL.
+  (bug 28736, 113383)
 - Bugs with severity "critical", "blocker", and "enhancement" are
   visually differentiated on bug lists for browsers with sufficient
   CSS support.
@@ -270,7 +279,7 @@ XML::Parser (any)
   and properly shuts down Bugzilla while running.
   (bug 75840)
 - Dependency tree now lets you exclude resolved bugs and bugs
-  below a specific depth.
+  below a specified depth.
   (bugs 83058)
 - The "strictvaluechecks" parameter has gone away.  These checks
   are now always done.
@@ -382,6 +391,11 @@ XML::Parser (any)
   groupset of the first bug.
   (bug 107718)
 
+- Some browsers (eg NetPositive) interacted with Bugzilla
+  badly and could have various form problems, including
+  removing group restrictions on bugs.
+  (bug 148674)
+
 - It was possible for random confidential information to be
   divulged, if the shadow database was in use and became
   corrupted.