CHANGES revision 3f414998b6d7e96a9f699621352fc61516b1a316
d3ed5b56cb6b58f87ffd125bed48f7668f13de1edirkx -*- coding: utf-8 -*-
893328ef6ff86d0ca27774778d84410353789fb0fieldingChanges with Apache 2.5.0
0202d2114cc6d7042995100519cce45c808c153bnd
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_authn_socache: Support optional initialization arguments for
0202d2114cc6d7042995100519cce45c808c153bnd socache providers. [Chris Darroch]
0202d2114cc6d7042995100519cce45c808c153bnd
0202d2114cc6d7042995100519cce45c808c153bnd *) mod_session: Reset the max-age on session save. PR 47476. [Alexey
893328ef6ff86d0ca27774778d84410353789fb0fielding Varlamov <alexey.v.varlamov gmail com>]
0202d2114cc6d7042995100519cce45c808c153bnd
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_session: After parsing the value of the header specified by the
0202d2114cc6d7042995100519cce45c808c153bnd SessionHeader directive, remove the value from the response. PR 55279.
0202d2114cc6d7042995100519cce45c808c153bnd [Graham Leggett]
0202d2114cc6d7042995100519cce45c808c153bnd
0202d2114cc6d7042995100519cce45c808c153bnd *) mod_auth_form: Make sure the optional functions are loaded even when
0202d2114cc6d7042995100519cce45c808c153bnd the AuthFormProvider isn't specified. [Graham Leggett]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) core: Don't truncate output when sending is interrupted by a signal,
893328ef6ff86d0ca27774778d84410353789fb0fielding such as from an exiting CGI process. PR 55643. [Jeff Trawick]
893328ef6ff86d0ca27774778d84410353789fb0fielding
0d50a692ff2ac7bdb42e417737ed86ebf0a41671ben *) core: Add missing Reason-Phrase in HTTP response headers.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz PR 54946. [Rainer Jung]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_rewrite: Make rewrite websocket aware to allow proxying.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz PR 55598. [Chris Harris <chris.harris kitware com>]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz allowing custom parameters to be configured via SSLCertificateFile,
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz Unless custom parameters are configured, the standardized parameters
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz are applied based on the certificate's RSA/DSA key size. [Kaspar Brand]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_ssl, configure: Require OpenSSL 0.9.8a or later. [Kaspar Brand]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_lua: Let the Inter-VM get/set functions work with a global
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz shared memory pool instead of a per-process pool. [Daniel Gruno]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) WinNT MPM: Exit the child if the parent process crashes or is terminated.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz [Oracle Corporation]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) ldap: Support ldaps when using the Microsoft LDAP SDK.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz PR 54626. [Jean-Frederic Clere]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_proxy: Add ap_connection_reusable() for checking if a connection
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz is reusable as of this point in processing. [Jeff Trawick]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_ssl: drop support for export-grade ciphers with ephemeral RSA
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz keys, and unconditionally disable aNULL, eNULL and EXP ciphers
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz (not overridable via SSLCipherSuite). [Kaspar Brand]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
893328ef6ff86d0ca27774778d84410353789fb0fielding to avoid performance problems when subgroups aren't in use. [Eric Covener]
893328ef6ff86d0ca27774778d84410353789fb0fielding
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_syslog: New module implementing syslog ap_error_log provider.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz Previously, this code was part of core, now it's in separate module.
893328ef6ff86d0ca27774778d84410353789fb0fielding [Jan Kaluza]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz syslog support from core to new mod_syslog. [Jan Kaluza]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_proxy_fcgi: Handle reading protocol data that is split between
893328ef6ff86d0ca27774778d84410353789fb0fielding packets. [Jeff Trawick]
42f9227f80ce22e944d427e3d7490fa1dd07f9f2rbb
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_proxy_fcgi: Remove 64K limit on encoded length of all envvars.
42f9227f80ce22e944d427e3d7490fa1dd07f9f2rbb An individual envvar with an encoded length of more than 16K will be
893328ef6ff86d0ca27774778d84410353789fb0fielding omitted. [Jeff Trawick]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
893328ef6ff86d0ca27774778d84410353789fb0fielding
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz 30 seconds timeout. [Jan Kaluza]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
893328ef6ff86d0ca27774778d84410353789fb0fielding save the socket for reuse by the next worker as if it were an
893328ef6ff86d0ca27774778d84410353789fb0fielding APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
42f9227f80ce22e944d427e3d7490fa1dd07f9f2rbb
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
42f9227f80ce22e944d427e3d7490fa1dd07f9f2rbb [Graham Leggett]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_lua: Add rudimentary support for WebSocket interaction. This is
893328ef6ff86d0ca27774778d84410353789fb0fielding currently request-bound and only supports the WS protocol. [Daniel Gruno]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
893328ef6ff86d0ca27774778d84410353789fb0fielding [Daniel Gruno]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) WinNT MPM: Don't crash during child process initialization if the
623882f55701a4c5a6bded180f60d86a524ac341sascha Listen protocol is unrecognized. [Jeff Trawick]
623882f55701a4c5a6bded180f60d86a524ac341sascha
c066cdcb75ca262e424345b347b86e7ce2285869jerenkrantz *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
c066cdcb75ca262e424345b347b86e7ce2285869jerenkrantz
c066cdcb75ca262e424345b347b86e7ce2285869jerenkrantz *) mod_status, mod_echo: Fix the display of client addresses.
c15906bab97b9b71b6dc08c1aa2f5c0b72b5ca4edreid They were truncated to 31 characters which is not enough for IPv6 addresses.
c15906bab97b9b71b6dc08c1aa2f5c0b72b5ca4edreid PR 54848 [Bernhard Schmidt <berni birkenwald de>]
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
893328ef6ff86d0ca27774778d84410353789fb0fielding be prefixed to the response as documented. [Eric Covener]
893328ef6ff86d0ca27774778d84410353789fb0fielding
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz is configured without mod_filter. [Eric Covener]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_lua: Register LuaOutputFilter scripts as changing the content and
893328ef6ff86d0ca27774778d84410353789fb0fielding content-length by default, when run my mod_filter. Previously,
893328ef6ff86d0ca27774778d84410353789fb0fielding growing or shrinking a response that started with Content-Length set
893328ef6ff86d0ca27774778d84410353789fb0fielding would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
893328ef6ff86d0ca27774778d84410353789fb0fielding
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz numeric return code. [Eric Covener]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) Add experimental cmake-based build system for Windows. [Jeff Trawick,
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz Tom Donovan]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_authnz_fcgi: New module to enable FastCGI authorizer
893328ef6ff86d0ca27774778d84410353789fb0fielding applications to authenticate and/or authorize clients.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz [Jeff Trawick]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) core: Add util_fcgi.h and associated definitions and support
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz routines for FastCGI, based largely on mod_proxy_fcgi.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz [Jeff Trawick]
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
893328ef6ff86d0ca27774778d84410353789fb0fielding [Jeff Trawick]
1e5333ef1a0edb888d75c0cdd90b33fa7e89fc31wsanchez
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz *) mod_unique_id: Use output of the PRNG rather than IP address and
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz pid, avoiding sleep() call and possible DNS issues at startup,
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz plus improving randomness for IPv6-only hosts.
1e5333ef1a0edb888d75c0cdd90b33fa7e89fc31wsanchez [Jan Kaluza <jkaluza redhat.com>]
1d13cbde60ace1b56ca57b9f0f74168bb1288174trawick
1d13cbde60ace1b56ca57b9f0f74168bb1288174trawick *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
80b1e2ff2e3515fdab14675684b2640ceb6ce1c7trawick filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
1d13cbde60ace1b56ca57b9f0f74168bb1288174trawick filter "none" to be specified in AuthLDAPURL. [Eric Covener]
9045837071eae7a4b55204a21f31ccee17749af3jerenkrantz
ab44eb80e084a02a66a58336d6fcfbbe48310439trawick *) mod_file_cache: mod_file_cache should be able to serve files that
ab44eb80e084a02a66a58336d6fcfbbe48310439trawick haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
9045837071eae7a4b55204a21f31ccee17749af3jerenkrantz
ab44eb80e084a02a66a58336d6fcfbbe48310439trawick *) core: merge AllowEncodedSlashes from the base configuration into
ab44eb80e084a02a66a58336d6fcfbbe48310439trawick virtual hosts. [Eric Covener]
9045837071eae7a4b55204a21f31ccee17749af3jerenkrantz
9045837071eae7a4b55204a21f31ccee17749af3jerenkrantz *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
893328ef6ff86d0ca27774778d84410353789fb0fielding [Eric Covener]
544c23d79a3a7596a3612224ed3ac9fa8372929djerenkrantz
893328ef6ff86d0ca27774778d84410353789fb0fielding *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
893328ef6ff86d0ca27774778d84410353789fb0fielding [Eric Covener]
893328ef6ff86d0ca27774778d84410353789fb0fielding
544c23d79a3a7596a3612224ed3ac9fa8372929djerenkrantz *) mod_deflate: permit compilation of mod_deflate against a zlib that has
893328ef6ff86d0ca27774778d84410353789fb0fielding been configured with -D Z_PREFIX, which redefines the token "deflate".
893328ef6ff86d0ca27774778d84410353789fb0fielding [Eric Covener]
893328ef6ff86d0ca27774778d84410353789fb0fielding
544c23d79a3a7596a3612224ed3ac9fa8372929djerenkrantz *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
0464cb46220c1025cbfe1365a6bd352e67d2e766jorton
0464cb46220c1025cbfe1365a6bd352e67d2e766jorton *) mod_auth_digest: Use the secret when generating nonces in all cases and
0464cb46220c1025cbfe1365a6bd352e67d2e766jorton not only when AuthName is used in .htaccess files (this change may cause
4028d805f3ab215e39bae405d35e001a538bc50eminfrin problems if used with round robin load balancers). Don't regenerate the
4028d805f3ab215e39bae405d35e001a538bc50eminfrin secret on graceful restarts. PR 54637 [Stefan Fritsch]
4028d805f3ab215e39bae405d35e001a538bc50eminfrin
4028d805f3ab215e39bae405d35e001a538bc50eminfrin *) core: Remove apr_brigade_flatten(), buffering and duplicated code
4028d805f3ab215e39bae405d35e001a538bc50eminfrin from the HTTP_IN filter, parse chunks in a single pass with zero copy.
4028d805f3ab215e39bae405d35e001a538bc50eminfrin Reduce memory usage by 48 bytes per request. [Graham Leggett]
4028d805f3ab215e39bae405d35e001a538bc50eminfrin
4028d805f3ab215e39bae405d35e001a538bc50eminfrin *) core: Stop the HTTP_IN filter from attempting to write error buckets
4028d805f3ab215e39bae405d35e001a538bc50eminfrin to the output filters, which is bogus in the proxy case. Create a
4028d805f3ab215e39bae405d35e001a538bc50eminfrin clean mapping from APR codes to HTTP status codes, and use it where
4028d805f3ab215e39bae405d35e001a538bc50eminfrin needed. [Graham Leggett]
4028d805f3ab215e39bae405d35e001a538bc50eminfrin
4028d805f3ab215e39bae405d35e001a538bc50eminfrin *) mod_proxy: Ensure network errors detected by the proxy are returned as
4028d805f3ab215e39bae405d35e001a538bc50eminfrin 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
4028d805f3ab215e39bae405d35e001a538bc50eminfrin compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
4028d805f3ab215e39bae405d35e001a538bc50eminfrin
4028d805f3ab215e39bae405d35e001a538bc50eminfrin *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
f0528865c2e6c22ecc51eeecc496251489029bddjorton [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
f0528865c2e6c22ecc51eeecc496251489029bddjorton <alejandro.alvarez.ayllon cern.ch>]
f0528865c2e6c22ecc51eeecc496251489029bddjorton
f0528865c2e6c22ecc51eeecc496251489029bddjorton *) core, mod_ssl: Enable the ability for a module to reverse the sense of
f0528865c2e6c22ecc51eeecc496251489029bddjorton a poll event from a read to a write or vice versa. This is a step on
f0528865c2e6c22ecc51eeecc496251489029bddjorton the way to allow mod_ssl taking full advantage of the event MPM.
f0528865c2e6c22ecc51eeecc496251489029bddjorton [Graham Leggett]
f0528865c2e6c22ecc51eeecc496251489029bddjorton
f0528865c2e6c22ecc51eeecc496251489029bddjorton *) mod_ldap: LDAP connections used for authentication were not respecting
f0528865c2e6c22ecc51eeecc496251489029bddjorton LDAPConnectionPoolTimeout. PR 54587
f0528865c2e6c22ecc51eeecc496251489029bddjorton
893328ef6ff86d0ca27774778d84410353789fb0fielding *) core: ap_rgetline_core now pulls from r->proto_input_filters.
*) mod_proxy_html: process parsed comments immediately.
Fixes bug where parsed comments may be lost. [Nick Kew]
*) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
*) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
HTML/XHTML [Nick Kew]
*) core: Add option to add valgrind support. Use it to reduce false positive
warnings in mod_ssl. [Stefan Fritsch]
*) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
Cache the result of the most recent password hash verification for every
keep-alive connection. This saves some expensive calculations.
[Stefan Fritsch]
*) http: Remove support for Request-Range header sent by Navigator 2-3 and
MSIE 3. [Stefan Fritsch]
*) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
conformance or to only log the found problems. [Stefan Fritsch]
*) core: Correctly parse an IPv6 literal host specification in an absolute
URL in the request line. [Stefan Fritsch]
*) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
*) EventOpt MPM
*) core: Add LogLevelOverride directive that allows to override the
loglevel for clients from certain IPs. This also works for things
like the SSL handshake where <If> LogLevel ... </If> is evaluated
too late. [Stefan Fritsch]
*) core: Add new directive Warning to issue warnings from a configuration
file. Both Warning and Error now generate a timestamped log message.
[Fabien Coelho]
*) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
variables. [Stefan Fritsch]
*) core: New directive RegisterHttpMethod for registering non-standard
HTTP methods. [Stefan Fritsch]
*) core: New directive HttpProtocol which allows to disable HTTP/0.9
support. [Stefan Fritsch]
*) mod_allowhandlers: New module to forbid specific handlers for specific
directories. [Stefan Fritsch]
*) mod_systemd: New module, for integration with systemd on Linux.
[Jan Kaluza <jkaluza redhat.com>]
*) WinNT MPM: Store pid and generation for each thread in scoreboard
to allow tracking of threads from exiting children via mod_status
or other such mechanisms. [Jeff Trawick]
*) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
- APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
- core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
mutexes (Mutex)
- mod_cache: thundering herd lock directory
- mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
- mod_ldap: shared memory cache
- mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
[Jeff Trawick]
*) suexec: Add --enable-suexec-capabilites support on Linux, to use
setuid/setgid capability bits rather than a setuid root binary.
[Joe Orton]
*) suexec: Add support for logging to syslog as an alternative to logging
to a file; configure --without-suexec-logfile --with-suexec-syslog.
[Joe Orton]
*) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
[Matthew Steele <mdsteele google.com>]
*) 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]
*) core: In maintainer mode, replace apr_palloc with a version that
initializes the allocated memory with non-zero values, except if
AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
*) mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs. [Graham Leggett]
*) mod_firehose: Add a new debugging module able to record traffic
passing through the server in such a way that connections and/or
requests be reconstructed and replayed. [Graham Leggett]
*) mod_noloris
*) APREQ
*) Simple MPM
*) mod_serf
[Apache 2.5.0-dev includes those bug fixes and changes with the
Apache 2.4.xx tree as documented below, except as noted.]
Changes with Apache 2.4.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
Changes with Apache 2.2.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
Changes with Apache 2.0.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup