diff options
author | Ruediger Pluem <rpluem@apache.org> | 2005-11-11 22:31:32 +0000 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2005-11-11 22:31:32 +0000 |
commit | 6ff0f1a79bb74948ed14b784e29780d6a2bc2aa4 (patch) | |
tree | 4fb74ccfb8b732b1abf215110804378e34596e1a /CHANGES | |
parent | b72e6104100a0a5a7d29013682b1da2c3915cfcf (diff) | |
download | httpd-6ff0f1a79bb74948ed14b784e29780d6a2bc2aa4.tar.gz |
* Sync with 2.2.x for backport r332657
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,6 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] - *) mod_dav: Fix a null pointer dereference in an error code path during the - handling of MKCOL. - [Ruediger Pluem, Ghassan Misherghi <ghassanm ucdavis.edu>] - *) Asynchronous write completion for the Event MPM. [Brian Pane] *) Added an End-Of-Request bucket type. The logging of a request and @@ -37,6 +33,10 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.10 + *) mod_dav: Fix a null pointer dereference in an error code path during the + handling of MKCOL. + [Ruediger Pluem, Ghassan Misherghi <ghassanm ucdavis.edu>] + *) Fix DESTDIR=... installation when using bundled copy of APR. [Torsten Foertsch <torsten.foertsch gmx.net>] |