stoddard 2004/03/24 18:33:57
Modified: . CHANGES
Log:
fix ported to 2.0.50-dev
Revision Changes Path
1.1438 +4 -3 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -u -r1.1437 -r1.1438
--- CHANGES 25 Mar 2004 02:20:25 -0000 1.1437
+++ CHANGES 25 Mar 2004 02:33:57 -0000 1.1438
@@ -9,9 +9,6 @@
*) logresolve: Allow size of log line buffer to be overridden at
build time (MAXLINE). PR 27793. [Jeff Trawick]
- *) Fix crash when Apache was started with no Listen directives.
- [Michael Corcoran <mcorcoran warpsolutions.com>]
-
*) mod_dav: Fix a problem that could cause crashes when manipulating
locks on some platforms. [Jeff Trawick]
@@ -287,6 +284,10 @@
Apache 2.0.xx tree as documented, and except as noted, below.]
Changes with Apache 2.0.50
+
+ *) Fix crash when Apache was started with no Listen directives.
+ [Michael Corcoran <mcorcoran warpsolutions.com>]
+
*) core_output_filter: Fix bug that could result in sending
garbage over the network when module handlers construct
bucket brigades containing multiple file buckets all referencing
|