diff options
author | terry%mozilla.org <> | 1999-10-13 01:57:56 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-10-13 01:57:56 +0200 |
commit | 7404b977d6c7d0dc71bb3abc5809ce394c103486 (patch) | |
tree | e6e880cbc32c31488fa9928da8003eafd04d3c7e /CHANGES | |
parent | a8c1b9f56be3f2f65095182591828f16bc6d67c7 (diff) | |
download | bugzilla-7404b977d6c7d0dc71bb3abc5809ce394c103486.tar.gz bugzilla-7404b977d6c7d0dc71bb3abc5809ce394c103486.tar.xz |
Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one. Very cool stuff!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -10,6 +10,18 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +10/12/99 The CHANGES file is now obsolete! There is a new file called +checksetup.pl. You should get in the habit of running that file every time +you update your installation of Bugzilla. That file will be constantly +updated to automatically update your installation to match any code changes. +If you're curious as to what is going on, changes are commented in that file, +at the end. + +Many thanks to Holger Schurig <holgerschurig@nikocity.de> for writing this +script! + + + 10/11/99 Restructured voting database to add a cached value in each bug recording how many total votes that bug has. While I'm at it, I removed the unused "area" field from the bugs database. It is |