Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 30339 invoked from network); 27 May 2008 16:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 16:30:34 -0000 Received: (qmail 88466 invoked by uid 500); 27 May 2008 16:30:34 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 88400 invoked by uid 500); 27 May 2008 16:30:34 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 88381 invoked by uid 99); 27 May 2008 16:30:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 09:30:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 16:29:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8AE1623889C4; Tue, 27 May 2008 09:30:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r660589 - /httpd/httpd/trunk/CHANGES Date: Tue, 27 May 2008 16:29:59 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080527163000.8AE1623889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Tue May 27 09:29:57 2008 New Revision: 660589 URL: http://svn.apache.org/viewvc?rev=660589&view=rev Log: Backported as of r660587 Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=660589&r1=660588&r2=660589&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 27 09:29:57 2008 @@ -22,24 +22,6 @@ the actual group name such that the name can be used in log entries. PR 7862 [, Leif W ] - *) ab: Improve client performance by clearing connection pool instead - of destroying it. PR 40054 [Brad Roberts ] - - *) ab: Don't stop sending a request if EAGAIN is returned, which - will only happen if both the write and subsequent wait are - returning EAGAIN, and count posted bytes correctly when the initial - write of a request is not complete. PR 10038, 38861, 39679 - [Patrick McManus , - Stefan Fleiter , - Davanum Srinivas, Roy T. Fielding] - - *) ab: Overhaul stats collection and reporting to avoid integer - truncation and time divisions within the test loop, retain - native time resolution until output, remove unused data, - consistently round milliseconds, and generally avoid losing - accuracy of calculation due to type casts. PR 44878, 44931. - [Roy T. Fielding] - *) core: When testing for slash-terminated configuration paths in ap_location_walk(), don't look past the start of an empty string such as that created by a directive. @@ -140,9 +122,6 @@ first row returned by database query instead of last row. [Chris Darroch] - *) mod_cache: Handle If-Range correctly if the cached resource was stale. - PR 44579 [Ruediger Pluem] - *) mod_ldap: Correctly return all requested attribute values when some attributes have a null value. PR 44560 [Anders Kaseorg ] @@ -153,10 +132,6 @@ *) core: fix origin checking in SymlinksIfOwnerMatch PR 36783 [Robert L Mathews ] - *) mod_proxy: Do not try a direct connection if the connection via a - remote proxy failed before and the request has a request body. - [Ruediger Pluem] - *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the 'most' set for '--enable-modules' and '--enable-shared-mods'. Include mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik] @@ -171,10 +146,6 @@ mod_cache et.al. to trap the results of the redirect. [Dirk-Willem van Gulik, Ruediger Pluem] - *) mod_proxy_ajp: Do not retry request in the case that we either failed to - sent a part of the request body or if the request is not idempotent. - PR 44334 [Ruediger Pluem] - *) mod_ldap: Add support (taking advantage of the new APR capability) for ldap rebind callback while chasing referrals. This allows direct searches on LDAP servers (in particular MS Active Directory 2003+)