From 7bb0b86fdbd639d8d583116ca7a2564f3d0246e4 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 1 May 1999 03:15:14 +0000 Subject: Added a "blocker" severity. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3-24-g4f1b