summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-04 03:16:23 +0100
committerterry%netscape.com <>1999-03-04 03:16:23 +0100
commit46655626506d638cdb263760f6b211d05a67bdb5 (patch)
tree62064930753331d0b359120fce3b5f75aa709520 /CHANGES
parentca5f816469362ee2364391979aec6c35cd246b3e (diff)
downloadbugzilla-46655626506d638cdb263760f6b211d05a67bdb5.tar.gz
bugzilla-46655626506d638cdb263760f6b211d05a67bdb5.tar.xz
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.)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cba77d560..a33713f44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+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.)
+Feed this to MySQL:
+
+ alter table products add column disallownew tinyint not null;
+
+
2/8/99 Added FreeBSD to the list of OS's. Feed this to MySQL:
alter table bugs change column op_sys op_sys enum("All", "Windows 3.1", "Windows 95", "Windows 98", "Windows NT", "Mac System 7", "Mac System 7.5", "Mac System 7.6.1", "Mac System 8.0", "Mac System 8.5", "AIX", "BSDI", "HP-UX", "IRIX", "Linux", "FreeBSD", "OSF/1", "Solaris", "SunOS", "OS/2", "other") not null;