coar 98/05/28 03:56:55
Modified: . bugdb.cgi Log: Enhance one of the canned messages. Revision Changes Path 1.31 +8 -3 apache-site/bugdb.cgi Index: bugdb.cgi =================================================================== RCS file: /export/home/cvs/apache-site/bugdb.cgi,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- bugdb.cgi 1998/05/27 03:29:45 1.30 +++ bugdb.cgi 1998/05/28 10:56:55 1.31 @@ -33,8 +33,11 @@ "This Apache problem report has not been updated recently.\n" . "Please reply to this message if you have any additional\n" . "information about this issue, or if you have answers to\n" . - "any questions that have been posed to you. If we don't\n" . - "hear from you, this report will be closed."; + "any questions that have been posed to you. If there are\n" . + "no outstanding questions, please consider this a request\n" . + "to try to reproduce the problem with the latest software\n" . + "release, if one has been made since last contact. If we\n" . + "don't hear from you, this report will be closed."; $CANNED_TEXT{"Stale"} = "[This is a standard response.]\n" . "No response from submitter, assuming issue has been resolved."; @@ -121,6 +124,8 @@ # next to the 'go directly to' option (saves mouse motion). # 05/26/1998 Brian Behlendorf - force "From" field to default to @apache.org # for editors without full domain names. +# 05/28/1998 Ken Coar - Change the 'still alive?' standard response to include +# a request for retesting under the latest sotware. # ### End Modification log @@ -258,7 +263,7 @@ ### Main menu } elsif ($PATH_INFO eq "") { &main_menu(); - print "<HR><SMALL>Version: 24 April 1998<BR>Authors: ", + print "<HR><SMALL>Version: 28 May 1998<BR>Authors: ", "<A HREF=\"http://alumni.caltech.edu/~dank/gnats.html\">Dan Kegel ", "and Huy Le</A>, <BR> ", "with revamp work by ",