Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86772 invoked by uid 500); 24 Jan 2003 09:28:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 86759 invoked by uid 500); 24 Jan 2003 09:28:18 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 24 Jan 2003 09:28:16 -0000 Message-ID: <20030124092816.21067.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N trawick 2003/01/24 01:28:16 Modified: . CHANGES Log: reflect that a couple of fixes introduced in 2.1-dev were merged back to 2.0.45-dev Revision Changes Path 1.1036 +11 -11 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1035 retrieving revision 1.1036 diff -u -r1.1035 -r1.1036 --- CHANGES 23 Jan 2003 11:54:43 -0000 1.1035 +++ CHANGES 24 Jan 2003 09:28:16 -0000 1.1036 @@ -2,10 +2,6 @@ [Remove entries to the current 2.0 section below, when backported] - *) apxs: Include any special APR ld flags when linking the DSO. - This resolves problems on AIX when building a DSO with apxs+gcc. - [Jeff Trawick] - *) mod_file_cache: fixed a segfault when multiple MMapFile directives were used. PR 16313. [Cliff Woolley] @@ -37,13 +33,6 @@ integer to apr_pstrcat. Changed to apr_psprintf. [Paul J. Reder] - *) Added character set support to mod_auth_LDAP to allow it to - convert extended characters used in the user ID to UTF-8 - before authenticating against the LDAP directory. The new - directive AuthLDAPCharsetConfig is used to specify the config - file that contains the character set conversion table. - [Brad Nicholes] - *) Fix a bug where we leak fd's until the end of a keepalive connection, which may result in: (24)Too many open files: file permissions deny server access @@ -69,6 +58,17 @@ Changes with Apache 2.0.45 + *) apxs: Include any special APR ld flags when linking the DSO. + This resolves problems on AIX when building a DSO with apxs+gcc. + [Jeff Trawick] + + *) Added character set support to mod_auth_LDAP to allow it to + convert extended characters used in the user ID to UTF-8 + before authenticating against the LDAP directory. The new + directive AuthLDAPCharsetConfig is used to specify the config + file that contains the character set conversion table. + [Brad Nicholes] + *) Don't remove the Content-Length from responses in mod_proxy PR: 8677 [Brian Pane]