summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-09 11:33:58 +0100
committerterry%netscape.com <>1999-03-09 11:33:58 +0100
commit0454e22cff08db09ab097132341f03f996b3a8a8 (patch)
tree976353fad315239614a14fe1201624f50fa72351 /CHANGES
parent2ad64f0e999e4110714f8727aff649f02630be02 (diff)
downloadbugzilla-0454e22cff08db09ab097132341f03f996b3a8a8.tar.gz
bugzilla-0454e22cff08db09ab097132341f03f996b3a8a8.tar.xz
Added params to control how priorities are set in a new bug. You can
now choose whether to let submitters of new bugs choose a priority, or whether they should just accept the default priority (which is now no longer hardcoded to "P2", but is instead a param.) The default value of the params will cause the same behavior as before.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a33713f44..06514c038 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.
+3/8/99 Added params to control how priorities are set in a new bug. You can
+now choose whether to let submitters of new bugs choose a priority, or whether
+they should just accept the default priority (which is now no longer hardcoded
+to "P2", but is instead a param.) The default value of the params will cause
+the same behavior as before.
+
3/3/99 Added a "disallownew" field to the products table. If non-zero, then
don't let people file new bugs against this product. (This is for when a
product is retired, but you want to keep the bug reports around for posterity.)