summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-09 06:12:31 +0100
committerterry%netscape.com <>1999-02-09 06:12:31 +0100
commit28b9d9f35f4c2b07702d9a6c9e82497657e3bd3e (patch)
tree9fc52bf6113cf2003565e940df81219cd4f3d697 /CHANGES
parentb575787e43f0cb2ab1f29d87027d6821bf5eb6c1 (diff)
downloadbugzilla-28b9d9f35f4c2b07702d9a6c9e82497657e3bd3e.tar.gz
bugzilla-28b9d9f35f4c2b07702d9a6c9e82497657e3bd3e.tar.xz
Added FreeBSD as a legal op_sys.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 72b7ae898..cba77d560 100644
--- 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: