From: terry%mozilla.org <> Date: Sat, 1 May 1999 03:15:14 +0000 (+0000) Subject: Added a "blocker" severity. X-Git-Tag: bugzilla-2.6~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb0b86fdbd639d8d583116ca7a2564f3d0246e4;p=thirdparty%2Fbugzilla.git Added a "blocker" severity. --- diff --git a/CHANGES b/CHANGES index 5f36c43699..14336949bb 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,12 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +4/30/99 Added a new severity, "blocker". To get this into your running +Bugzilla, do the following: + + alter table bugs change column bug_severity bug_severity enum("blocker", "critical", "major", "normal", "minor", "trivial", "enhancement") not null; + + 4/22/99 There was a bug where the long descriptions of bugs had a variety of newline characters at the end, depending on the operating system of the browser that submitted the text. This bug has been fixed, so that no further changes diff --git a/bug_status.html b/bug_status.html index a3706dffcd..9bb68272f8 100755 --- a/bug_status.html +++ b/bug_status.html @@ -117,6 +117,7 @@ This field describes the impact of a bug.
Blocker | Blocks development and/or testing work |
---|---|
Critical | crashes, loss of data, severe memory leak |
Major | major loss of function |
Minor | minor loss of function, or other problem where easy workaround is present
@@ -205,6 +206,6 @@ status field appropriately.
Terry Weissman <terry@netscape.com> -Last modified: Mon Mar 8 18:31:07 1999 +Last modified: Fri Apr 30 13:14:35 1999 |