martin 99/08/19 02:07:35
Modified: . STATUS src CHANGES Log: Build errors in src/support stop with an error, just like all the other recursive make calls. Submitted by: David Harris <[EMAIL PROTECTED]> Reviewed by: Martin Kraemer Revision Changes Path 1.750 +1 -5 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.749 retrieving revision 1.750 diff -u -r1.749 -r1.750 --- STATUS 1999/08/18 17:22:32 1.749 +++ STATUS 1999/08/19 09:07:29 1.750 @@ -1,5 +1,5 @@ 1.3 STATUS: - Last modified at [$Date: 1999/08/18 17:22:32 $] + Last modified at [$Date: 1999/08/19 09:07:29 $] Release: @@ -44,10 +44,6 @@ Available Patches: - - * David Harris's [patch] make does not propagate src/support errors - Message-ID: <[EMAIL PROTECTED]> - Status: * Paul Reder's patch to fix Allow/Deny (.htaccess parsing) in regex <Directory*> processing. 1.1424 +4 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1423 retrieving revision 1.1424 diff -u -r1.1423 -r1.1424 --- CHANGES 1999/08/16 18:55:45 1.1423 +++ CHANGES 1999/08/19 09:07:32 1.1424 @@ -1,5 +1,9 @@ Changes with Apache 1.3.10 + *) Build errors in src/support stop with an error, just like all the + other recursive make calls. [David Harris <[EMAIL PROTECTED]>] + + Changes with Apache 1.3.9 *) Remove bogus error message when a redirect doesn't set Location.