From 4dcecd70ea07071a51cc1ef00ed1bfc4f9e271eb Mon Sep 17 00:00:00 2001 From: "kestes%staff.mail.com" Date: Wed, 29 Nov 2000 20:40:34 +0000 Subject: [PATCH] improve comments git-svn-id: svn://10.0.0.236/trunk@83050 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/ChangeLog | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/tinderbox2/ChangeLog b/mozilla/webtools/tinderbox2/ChangeLog index c0f22cc9282..05de886bc0b 100644 --- a/mozilla/webtools/tinderbox2/ChangeLog +++ b/mozilla/webtools/tinderbox2/ChangeLog @@ -1,16 +1,29 @@ + Release 0.8 -Fix the Unmonitored Builds in admintree.cgi +Fix the Unmonitored Builds in admintree.cgi and in status.html page. + +Storable.pm has been tested as a Persistence implementation. Improve the prediction of when builds will end by introducing the -notion of 'deadtime' +notion of 'deadtime'. Separate out the BuildStaus table for easier configuration of the status without changing the build display library. -All executables are now taint safe +Better security: -Improvments to the configuration script to taint support and to help -prevent accidental edit of files in the build or install directory. + All scripts run in taint perl mode + Separation of HTML and DATA directories in + addition to the CGI directory +Improved Makefile/Configure support + + New permissions help prevent accidental edit of files in the + build or install directory + + Interpositioning of libraries, for local configuration, + fully supported + + Test arguments added to Makefile