summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-05 02:13:51 +0100
committerterry%netscape.com <>1999-02-05 02:13:51 +0100
commit28ace6f018eb70180f4766e8f924efdc004f62cd (patch)
treea7ba8207122ef03a6afe1172a473ac9bccf8f5aa /CHANGES
parent1f785439a2789a31d0c2e828283171026849b6ab (diff)
downloadbugzilla-28ace6f018eb70180f4766e8f924efdc004f62cd.tar.gz
bugzilla-28ace6f018eb70180f4766e8f924efdc004f62cd.tar.xz
Added a page which describes all the components in a product.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3c2ec1307..72b7ae898 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+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:
+
+ alter table components add column description mediumtext not null;
+
+
2/3/99 Added a new column "initialqacontact" to the components table that gives
an initial QA contact field. It may be empty if you wish the initial qa
contact to be empty. If you're not using the QA contact field, you don't need