From: Jim Jagielski Date: Wed, 24 Aug 2005 12:53:33 +0000 (+0000) Subject: Document PR 34512 closed for this branch. X-Git-Tag: 2.0.55~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0acd0093256d0b38a1d2ccd77295548711f15663;p=thirdparty%2Fapache%2Fhttpd.git Document PR 34512 closed for this branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1b9a1150202..331b423682e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.0.55 + *) Fix bad globbing comparison which could result in getting + a directory listing when a file was requested. PR 34512. + [sean ] + *) Fix core dump if mod_auth_ldap's mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didn't succeed) for non-authoritative cases.