summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-16 07:05:41 +0100
committerterry%netscape.com <>1999-01-16 07:05:41 +0100
commitccb7eb4de2f2db328c1ab716e58074655b993b19 (patch)
treefd0a729ba84038a8b65b0f05de2fe7192712f189 /CHANGES
parent498a074ffb750e9f3513e932106c990a5cabaca4 (diff)
downloadbugzilla-ccb7eb4de2f2db328c1ab716e58074655b993b19.tar.gz
bugzilla-ccb7eb4de2f2db328c1ab716e58074655b993b19.tar.xz
Allow querying by OS.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 59cd6c3a8..66c8437c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,15 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+
+
+1/15/99 The op_sys field can now be queried by (and more easily tweaked).
+To make this perform reasonably, it needs an index. The following MySQL
+command will create the necessary index:
+
+ alter table bugs add index (op_sys);
+
+
12/2/98 The op_sys and rep_platform fields have been tweaked. op_sys
is now an enum, rather than having the legal values all hard-coded in
perl. rep_platform now no longer allows a value of "X-Windows".