From: terry%netscape.com <>
Date: Sat, 16 Jan 1999 06:05:41 +0000 (+0000)
Subject: Allow querying by OS.
X-Git-Tag: bugzilla-2.2~39
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb7eb4de2f2db328c1ab716e58074655b993b19;p=thirdparty%2Fbugzilla.git
Allow querying by OS.
---
diff --git a/CHANGES b/CHANGES
index 59cd6c3a83..66c8437c10 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".
diff --git a/bug_status.html b/bug_status.html
index 1f429fe9b6..e351b414ad 100755
--- a/bug_status.html
+++ b/bug_status.html
@@ -173,6 +173,20 @@ platforms include:
Note: Selecting the option "All" does not select bugs assigned against all platforms. It
merely selects bugs that occur on all platforms.
+Operating System
+This is the operating system against which the bug was reported. Legal
+operating systems include:
+
+