wrowe 2003/01/28 13:14:23
Modified: . Tag: APACHE_2_0_BRANCH CHANGES
Log:
Note the change to default apr behavior for the moment. With much
luck and a little feedback on dev@apr, perhaps this can be working
by the .45 release.
Revision Changes Path
No revision
No revision
1.988.2.27 +4 -0 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.988.2.26
retrieving revision 1.988.2.27
diff -u -r1.988.2.26 -r1.988.2.27
--- CHANGES 28 Jan 2003 03:05:37 -0000 1.988.2.26
+++ CHANGES 28 Jan 2003 21:14:22 -0000 1.988.2.27
@@ -1,5 +1,9 @@
Changes with Apache 2.0.45
+ *) Fixed piped access logs on Win32 by disabling OTHER_CHILD
+ support by default in APR. More development is required
+ to deploy OTHER_CHILD on Win32. [William Rowe]
+
*) Use saner default config values for suexec. PR 15713.
[Thom May <thom@planetarytramp.net>]
|