]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Added FreeBSD as a legal op_sys.
authorterry%netscape.com <>
Tue, 9 Feb 1999 05:12:31 +0000 (05:12 +0000)
committerterry%netscape.com <>
Tue, 9 Feb 1999 05:12:31 +0000 (05:12 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 72b7ae8987b81c3346870422242a140f7eee3aee..cba77d560da22140f94adddafefde5609cf93887 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ query the CVS tree.  For example,
 will tell you what has been changed in the last week.
 
 
+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;
+
+
 2/4/99 Added a new column "description" to the components table, and added 
 links to a new page which will use this to describe the components of a 
 given product.  Feed this to MySQL: