
sf at apache
Jun 8, 2012, 10:58 AM
Post #1 of 1
(60 views)
Permalink
|
|
svn commit: r1348170 - /httpd/httpd/trunk/CHANGES
|
|
Author: sf Date: Fri Jun 8 17:58:10 2012 New Revision: 1348170 URL: http://svn.apache.org/viewvc?rev=1348170&view=rev Log: Remove some backported or reverted items Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1348170&r1=1348169&r2=1348170&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jun 8 17:58:10 2012 @@ -49,18 +49,11 @@ Changes with Apache 2.5.0 apr_file_write_full() to prevent incomplete writes. PR 53131. [Nicolas Viennot <apache viennot biz>, Stefan Fritsch] - *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is - unset. [Stefan Fritsch] - *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be compiled by the build compiler instead of the host compiler. Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected. PR 51257. [Guenter Knauf] - *) mod_ssl: Send the error message for speaking http to an https port using - HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when - using SNI. PR 50823. [Stefan Fritsch] - *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>. PR 53048. [Stefan Fritsch] @@ -74,15 +67,6 @@ Changes with Apache 2.5.0 *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly. PR 53023. [Axel Reinhold <apache freakout.de>, André Malo] - *) mod_proxy: Add the forcerecovery balancer parameter that determines if - recovery for balancer workers is enforced. [Ruediger Pluem] - - *) mod_proxy: Correctly set up reverse proxy worker. PR 52935. - [Petter Berntsen <petterb gmail.com>] - - *) core: Add filesystem paths to access denied / access failed messages - AH00035 and AH00036. [Eric Covener] - *) Fix MPM DSO load failure on AIX. [Jeff Trawick] *) core: Add the port number to the vhost's name in the scoreboard. @@ -95,9 +79,6 @@ Changes with Apache 2.5.0 initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch] - *) mod_log_config: Check during config test that directories for access logs - exist. PR 29941. [Stefan Fritsch] - *) mod_authnz_ldap: Don't try a potentially expensive nested groups search before exhausting all AuthLDAPGroupAttribute checks on the current group. PR52464 [Eric Covener] @@ -110,8 +91,6 @@ Changes with Apache 2.5.0 passing through the server in such a way that connections and/or requests be reconstructed and replayed. [Graham Leggett] - *) Event MPM: Reduce locking by using a lock free circular queue. - *) mod_noloris *) APREQ
|