From: Rainer Jung Date: Tue, 15 Jun 2010 18:10:19 +0000 (+0000) Subject: Fix typos in CHANGES. X-Git-Tag: 2.3.7~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f655628aaedfc7fd16e4673958683ae9ca9887e9;p=apache Fix typos in CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954991 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6a9141b3e5..af89aa1c8d 100644 --- a/CHANGES +++ b/CHANGES @@ -860,7 +860,7 @@ Changes with Apache 2.3.0 PR 43250 [Basant Kumar Kukreja ] *) Be tolerant in what you accept - accept slightly broken - status lines from a backend provide they include a valid status code. + status lines from a backend provided they include a valid status code. PR 44995 [Rainer Jung ] *) New module mod_sed: filter Request/Response bodies through sed @@ -1048,7 +1048,7 @@ Changes with Apache 2.3.0 parameters to the environment. Improve portability to EBCDIC machines by using apr_toupper(). [Martin Kraemer] - *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability + *) mod_ldap, mod_authnz_ldap: Add support for nested groups (i.e. the ability to authorize an authenticated user via a "require ldap-group X" directive where the user is not in group X, but is in a subgroup contained in X. PR 42891 [Paul J. Reder]