summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 05:15:14 +0200
committerterry%mozilla.org <>1999-05-01 05:15:14 +0200
commit7bb0b86fdbd639d8d583116ca7a2564f3d0246e4 (patch)
treeb707fe7567e488c321cc88950fdc7ec7ff98bfc5 /CHANGES
parent12051b051d85dfe07b30719f8d0b169837dc972e (diff)
downloadbugzilla-7bb0b86fdbd639d8d583116ca7a2564f3d0246e4.tar.gz
bugzilla-7bb0b86fdbd639d8d583116ca7a2564f3d0246e4.tar.xz
Added a "blocker" severity.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f36c4369..14336949b 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