From: Joe Orton Date: Mon, 18 Aug 2008 09:05:08 +0000 (+0000) Subject: Document shmcb rewrite. X-Git-Tag: 2.2.10~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369df83e7021bd18412f2797e157996c84b477a5;p=thirdparty%2Fapache%2Fhttpd.git Document shmcb rewrite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686704 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f1ca5016a66..ae473ce7b69 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes with Apache 2.2.10 mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of the FTP URL. Discovered by Marc Bevand of Rapid7. [Ruediger Pluem] + *) mod_ssl: Rewrite shmcb to avoid memory alignment issues. PR 42101. + [Geoff Thorpe] + *) mod_dav_fs: Retrieve minimal system information about directory entries when walking a DAV fs, resolving a performance degradation on Windows. PR 45464. [Joe Orton, Jeff Trawick]