trawick 2003/11/13 10:34:18
Modified: . CHANGES
Log:
sync with stable branch
Revision Changes Path
1.1315 +5 -5 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1314
retrieving revision 1.1315
diff -u -r1.1314 -r1.1315
--- CHANGES 12 Nov 2003 01:50:16 -0000 1.1314
+++ CHANGES 13 Nov 2003 18:34:18 -0000 1.1315
@@ -133,11 +133,6 @@
*) prefork MPM: Use the right permissions for the directory created
for gprof support. [Jim Carlson <jcarlson jnous.com>]
- *) Fix the inability to log errors like exec failure in
- mod_ext_filter/mod_cgi script children. This was broken after
- such children stopped inheriting the error log handle.
- [Jeff Trawick]
-
*) Fix a compile failure with recent OpenSSL and picky compilers
(e.g., OpenSSL 0.9.7a and xlc_r on AIX). [Jeff Trawick]
@@ -239,6 +234,11 @@
Apache 2.0.xx tree as documented, and except as noted, below.]
Changes with Apache 2.0.49
+
+ *) Fix the inability to log errors like exec failure in
+ mod_ext_filter/mod_cgi script children. This was broken after
+ such children stopped inheriting the error log handle.
+ [Jeff Trawick]
*) Fix mod_info to use the real config file name, not the default
config file name. [Aryeh Katz <aryeh secured-services.com>]
|