Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90563 invoked by uid 500); 13 Mar 2003 20:53:52 -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 90537 invoked by uid 500); 13 Mar 2003 20:53:52 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 13 Mar 2003 20:53:51 -0000 Message-ID: <20030313205351.74603.qmail@icarus.apache.org> From: rederpj@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rederpj 2003/03/13 12:53:51 Modified: . CHANGES Log: I did the work, got out the vote, back-ported it, removed the vote, but forgot to move the CHANGES entry... Darn. I've moved it to where it *should* have been. I hope this causes less confusion than having it out of sequence would have... Revision Changes Path 1.1124 +5 -5 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1123 retrieving revision 1.1124 diff -u -r1.1123 -r1.1124 --- CHANGES 13 Mar 2003 20:42:06 -0000 1.1123 +++ CHANGES 13 Mar 2003 20:53:49 -0000 1.1124 @@ -132,11 +132,6 @@ *) Allow 'make depend' to work with non-GCC compilers. [Justin Erenkrantz] - *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when - a redirect occurs. The code was passing a format string and - integer to apr_pstrcat. Changed to apr_psprintf. - [Paul J. Reder] - *) 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 @@ -369,6 +364,11 @@ lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should eliminate the need for explicitly coding MCacheMaxStreamingBuffer in most configurations. [Bill Stoddard] + + *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when + a redirect occurs. The code was passing a format string and + integer to apr_pstrcat. Changed to apr_psprintf. + [Paul J. Reder] *) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL as set by apr-util in util_ldap.c. This should allow mod_ldap