From: Joe Orton Date: Mon, 23 Aug 2004 20:53:22 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: STRIKER_2_1_0_RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4543188a51cee1d825966283b79f74727bb9e4c;p=apache Synch with 2.0 branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104775 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f225eccac2..5c8e62d5d7 100644 --- a/CHANGES +++ b/CHANGES @@ -14,19 +14,9 @@ Changes with Apache 2.1.0-dev *) Fix some compiler warnings in proxy [Geoffrey Young ] - *) suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. - [Zvi Har'El ] - - *) apachectl: Fix a problem finding envvars if sbindir != bindir. - PR 30723. [Friedrich Haubensak ] - *) mod_ssl: Add SSL_CLIENT_V_REMAIN variable, representing the number of days until the client cert expires. [Joe Orton] - *) mod_userdir: Ensure that the userdir identity is used for - suexec userdir access in a virtual host which has suexec configured. - PR 18156. [Joshua Slive] - *) SECURITY: CAN-2004-0751 (cve.mitre.org) mod_ssl: Fix a segfault in the SSL input filter which could be triggered if using "speculative" mode, for instance by a @@ -49,9 +39,6 @@ Changes with Apache 2.1.0-dev *) Added proxy_ajp.c module for proxy support to ajp:// backends. [Jean Frederic Clere] - *) SECURITY: CAN-2004-0748 (cve.mitre.org) - mod_ssl: Fix a potential infinite loop. PR 29964. [Joe Orton] - *) mod_disk_cache: Implement binary format for on-disk header files. [Brian Akins , Justin Erenkrantz] @@ -70,8 +57,6 @@ Changes with Apache 2.1.0-dev *) Add load balancer support to the scoreboard in preparation for load balancing support in mod_proxy. [Mladen Turk] - *) mod_ssl: Build on RHEL 3. PR 18989. [Justin Erenkrantz] - *) mod_nw_ssl: Added the directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure connection to be upgraded to secure connections [Brad Nicholes] @@ -121,10 +106,6 @@ Changes with Apache 2.1.0-dev *) now recognizes the module identifier in addition to the file name. PR 29003. [Edward Rudd , André Malo] - *) mod_ssl: Add "SSLUserName" directive to set r->user based on a - chosen SSL environment variable. PR 20957. - [Martin v. Loewis ] - *) mod_ssl: Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flag which uses the server's cipher order rather than the client's. PR 28665. @@ -437,6 +418,28 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) mod_ssl: Add "SSLUserName" directive to set r->user based on a + chosen SSL environment variable. PR 20957. + [Martin v. Loewis ] + + *) suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. + [Zvi Har'El ] + + *) apachectl: Fix a problem finding envvars if sbindir != bindir. + PR 30723. [Friedrich Haubensak ] + + *) mod_ssl: Build on RHEL 3. PR 18989. [Justin Erenkrantz] + + *) SECURITY: CAN-2004-0748 (cve.mitre.org) + mod_ssl: Fix a potential infinite loop. PR 29964. [Joe Orton] + + *) mod_ssl: Avoid startup failure after unclean shutdown if using shmcb. + PR 18989. [Joe Orton] + + *) mod_userdir: Ensure that the userdir identity is used for + suexec userdir access in a virtual host which has suexec configured. + PR 18156. [Joshua Slive] + *) mod_rewrite no longer confuses the RewriteMap caches if different maps defined in different virtual hosts use the same map name. PR 26462. [André Malo] @@ -520,6 +523,11 @@ Changes with Apache 2.0.50 Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] + *) mod_cgi: Handle output on stderr during script execution on Unix + platforms; preventing deadlock when stderr output fills pipe buffer. + Also fixes case where stderr from nph- scripts could be lost. + PR 22030, 18348. [Joe Orton, Jeff Trawick] + *) mod_alias now emits a warning if it detects overlapping *Alias* directives. [André Malo]