rse 98/06/10 04:28:48
Modified: src CHANGES
Log:
Ops, forgot an entry for the little display fix last time.
Now that there is even a PR we should remember the fix.
Revision Changes Path
1.908 +5 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -r1.907 -r1.908
--- CHANGES 1998/06/10 11:23:10 1.907
+++ CHANGES 1998/06/10 11:28:47 1.908
@@ -1,5 +1,10 @@
Changes with Apache 1.3.1
+ *) Minor display fix for "install" target of top-level Makefile:
+ the displayed installation command was incorrect although the
+ executed command was correct. Now they are in sync.
+ [Ralf S. Engelschall] PR#2402
+
*) Correct initialization of variable `allowed_globals' in http_main.c
[Justin Bradford <[EMAIL PROTECTED]>] PR#2400