summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-03 11:46:50 +0100
committerterry%netscape.com <>1999-02-03 11:46:50 +0100
commit5ac3c944912d06910b0273dc801b04b981245ba3 (patch)
tree03d977fa86224dfce6481c003e8f9f775c0e66da /CHANGES
parent45bdc539bf1ab07333502d1ab63ae5c44dd05ddb (diff)
downloadbugzilla-5ac3c944912d06910b0273dc801b04b981245ba3.tar.gz
bugzilla-5ac3c944912d06910b0273dc801b04b981245ba3.tar.xz
Added support for URLs that describe the milestones for various projects.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b59b1d460..8cd49cc71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+2/2/99 Added a new column "milestoneurl" to the products table that gives a URL
+which is to describe the currently defined milestones for a product. If you
+don't use target milestone, you might be able to get away without adding this
+column, but you might as well be safe and add it anyway:
+
+ alter table products add column milestoneurl tinytext not null;
+
+
1/29/99 Whoops; had a mispelled op_sys. It was "Mac System 7.1.6"; it should
be "Mac System 7.6.1". It turns out I had no bugs with this value set, so I
could just do the below simple command. If you have bugs with this value, you