diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-02-11 19:12:49 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-02-11 19:12:49 +0100 |
commit | 53b2c57cd10116615df68cdbade2968557aeebee (patch) | |
tree | 8976a93fd3f68f341ea8435a0b8fbcc512684f69 /CHANGES | |
parent | adding 304 support for if-Modified-Since request header, (diff) | |
download | apache2-53b2c57cd10116615df68cdbade2968557aeebee.tar.xz apache2-53b2c57cd10116615df68cdbade2968557aeebee.zip |
Backport of the shared memory caching issues in util_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,9 +102,6 @@ Changes with Apache 2.1.0-dev *) Fix uninitialized gprof directory name in prefork MPM. PR 24450. [Chris Knight <Christopher.D.Knight nasa.gov>] - *) mod_auth_ldap: Fix some segfaults in the cache logic. PR 18756. - [Matthieu Estrade <apache moresecurity.org>] - *) Log an error when requests for URIs which fail to map to a valid filesystem name are rejected with 403. [Jeff Trawick] @@ -265,6 +262,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) mod_auth_ldap: Fix some segfaults in the cache logic. PR 18756. + [Matthieu Estrade <apache moresecurity.org>, Brad Nicholes] + *) The whole codebase was relicensed and is now available under the Apache License, Version 2.0 (http://www.apache.org/licenses). [Apache Software Foundation] |