]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
LDAP stabilization work
authorBradley Nicholes <bnicholes@apache.org>
Mon, 24 Feb 2003 23:31:56 +0000 (23:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 24 Feb 2003 23:31:56 +0000 (23:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98787 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0f5984168e01da2fa09554749e9e9be7549124cb..f270c454cd5820ce6331f9a0fd18974f2f5d1863 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
 Changes with Apache 2.0.45
 
+  *) Fixed a problem with mod_ldap which caused it to fault when caching
+     was disabled.  Needed to make sure that the code did not
+     attempt to use the cache if it didn't exist. Also fixed some memory
+     leaks which were due to not releasing LDAP resources on error
+     conditions.  [Brad Nicholes]
+     
   *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
      mod_rewrite proxied URLs will not be escaped accidentally by
      mod_proxy's fixup. PR 16368  [AndrĂ© Malo]