From: Jeff Trawick Date: Sun, 14 Dec 2003 00:54:28 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50df8e48282c7e57e7dba312a621971f496a7a7c;p=apache sync with stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102052 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ecd16a24d5..8797ce955a 100644 --- a/CHANGES +++ b/CHANGES @@ -17,9 +17,6 @@ Changes with Apache 2.1.0-dev in the initial container. PR 25414. [Geoffrey Young ] - *) Fix memory leak in handling of request bodies during reverse - proxy operations. PR 24991. [Larry Toppi ] - *) Clean up httpd -V output: Instead of displaying the MPM source directory, display the MPM name and some MPM properties. [Geoffrey Young ] @@ -75,9 +72,6 @@ Changes with Apache 2.1.0-dev *) mod_autoindex / core: Don't fail to show filenames containing special characters like '%'. PR 13598. [André Malo] - *) mod_status: Report total CPU time accurately when using a threaded - MPM. PR 23795. [Jeff Trawick] - *) mod_ssl: Fix segfault on a non-SSL request if the the 'c' log format code is used. PR 22741. [Gary E. Miller ] @@ -264,6 +258,13 @@ Changes with Apache 2.1.0-dev Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.49 + + *) mod_status: Report total CPU time accurately when using a threaded + MPM. PR 23795. [Jeff Trawick] + + *) Fix memory leak in handling of request bodies during reverse + proxy operations. PR 24991. [Larry Toppi ] + *) Win32 MPM: Implement MaxMemFree to enable setting an upper limit on the amount of storage used by the bucket brigades in each server thread. [Bill Stoddard]