diff options
author | Yann Ylavic <ylavic@apache.org> | 2014-06-17 16:57:19 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2014-06-17 16:57:19 +0200 |
commit | 98bba830b416b0b58b889fc51e0027cbe8c046cb (patch) | |
tree | d33f1eeaa13d6d7bf1b915e34be74a4d669ee755 /CHANGES | |
parent | Add missing CHANGES entries for r1572655,1572663,1572668-1572671,1573224,1586... (diff) | |
download | apache2-98bba830b416b0b58b889fc51e0027cbe8c046cb.tar.xz apache2-98bba830b416b0b58b889fc51e0027cbe8c046cb.zip |
Remove backported changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1603192 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -47,12 +47,6 @@ Changes with Apache 2.5.0 when passed to 'connect()'. [Graham Dumpleton <grahamd apache org>] - *) mod_socache_shmcb: Correct counting of expirations for status display. - Expirations happening during retrieval were not counted. [Rainer Jung] - - *) mod_proxy_balancer: Correctly encode user provided data in management - interface. PR 56532 [Maksymilian, <max cert.cx>] - *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection to resume. PR56333 [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>] @@ -65,12 +59,6 @@ Changes with Apache 2.5.0 *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies. [Jeff Trawick] - *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304 - response. PR 55547. [Yann Ylavic] - - *) mod_cache: Don't add cached/revalidated entity headers to a 304 response. - PR 55547. [Yann Ylavic] - *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove unnecessary apr_pstrdup() and strlen(). [Graham Leggett] @@ -149,12 +137,6 @@ Changes with Apache 2.5.0 *) Add HttpContentLengthHeadZero and HttpExpectStrict directives. [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz] - *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions - 5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick] - - *) mod_auth_form: Add a debug message when the fields on a form are not - recognised. [Graham Leggett] - *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all configured SSL CA certificates to stdout the same way as DUMP_CERTS does. [Jan Kaluza] @@ -169,9 +151,6 @@ Changes with Apache 2.5.0 allow override with new CGIDRequestTimeout directive. PR43494 [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>] - *) core: Add missing Reason-Phrase in HTTP response headers. - PR 54946. [Rainer Jung] - *) core: ensure any abnormal exit is reported to stderr if it's a tty. PR 55670 [Nick Kew] @@ -194,10 +173,6 @@ Changes with Apache 2.5.0 *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move syslog support from core to new mod_syslog. [Jan Kaluza] - *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't - save the socket for reuse by the next worker as if it were an - APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener] - *) mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. PR 54848 [Bernhard Schmidt <berni birkenwald de>] @@ -252,11 +227,6 @@ Changes with Apache 2.5.0 [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez <alejandro.alvarez.ayllon cern.ch>] - *) core, mod_ssl: Enable the ability for a module to reverse the sense of - a poll event from a read to a write or vice versa. This is a step on - the way to allow mod_ssl taking full advantage of the event MPM. - [Graham Leggett] - *) mod_ldap: LDAP connections used for authentication were not respecting LDAPConnectionPoolTimeout. PR 54587 |