martin 98/12/22 16:36:14
Modified: src CHANGES
Log:
Document my recent commits
Revision Changes Path
1.1176 +10 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1175
retrieving revision 1.1176
diff -u -r1.1175 -r1.1176
--- CHANGES 1998/12/22 14:51:42 1.1175
+++ CHANGES 1998/12/23 00:36:12 1.1176
@@ -1,5 +1,15 @@
Changes with Apache 1.3.4
+ *) Configure was initializing the variables $OSDIR, $INCDIR and $SHELL
+ rather late (too late for some invocations of TestCompile).
+ This improves the make environment available to TestCompile and
+ the *.module scripts. [Martin Kraemer]
+
+ *) The hashbang emulation code in ap_execve.c would interpret
+ #!/hashbang/scripts correctly, but failed to fall back to a
+ standard shell for scripts which did NOT start with #!
+ Now SHELL_PATH is started in these cases. [Martin Kraemer]
+
*) PORT: Added the Cyberguard V2 port [Richard Stagg <[EMAIL PROTECTED]>]
PR#3336