rse 98/05/28 03:57:57
Modified: src CHANGES
Log:
The entry for the last two changes to apxs.pl.
Revision Changes Path
1.868 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.867
retrieving revision 1.868
diff -u -r1.867 -r1.868
--- CHANGES 1998/05/28 09:41:23 1.867
+++ CHANGES 1998/05/28 10:57:56 1.868
@@ -1,5 +1,8 @@
Changes with Apache 1.3b8
+ *) A few cosmetics and trivial enhancements to APXS to make the
+ generated Makefile more user friendly. [Ralf S. Engelschall]
+
*) Proxy Fix: The proxy special failure routine ap_proxyerror()
was updated to use the normal apache error processing, thereby allowing
proxy errors to be treated by ErrorDocument's as well. For this