CHANGES revision 8861e3760584fe7f451b3519163502a63c406eb3
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankgChanges with Apache 2.5.0
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic *) mod_lua: Add r:wspeek for checking if there is any data waiting on the line
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic [Daniel Gruno]
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic *) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
4da61833a1cbbca94094f9653fd970582b97a72etrawick IDs 02445, 02446, and 02448 to TRACE1 from DEBUG. PR 56145.
4da61833a1cbbca94094f9653fd970582b97a72etrawick [Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
4da61833a1cbbca94094f9653fd970582b97a72etrawick *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
4da61833a1cbbca94094f9653fd970582b97a72etrawick number is received from the application. PR 56110. [Jeff Trawick]
4789804be088bcd86ae637a29cdb7fda25169521jailletc *) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
4789804be088bcd86ae637a29cdb7fda25169521jailletc PR 55972. [Mike Rumph]
e50c3026198fd496f183cda4c32a202925476778covener *) mod_proxy: Do not try to parse the regular expressions passed by
e50c3026198fd496f183cda4c32a202925476778covener ProxyPassMatch as URL as they do not follow their syntax.
e50c3026198fd496f183cda4c32a202925476778covener PR 56074. [Ruediger Pluem]
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin *) mod_remoteip: Correct the trusted proxy match test. PR 54651.
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic [Yoshinori Ehara <yoshinori ehara gmail com>, Eugene L <eugenel amazon com>]
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic *) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic %{REMOTE_ADDR}. PR 56094. [Edward Lu <Chaosed0 gmail com>]
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic *) mod_dir: Default to 2.2-like behavior and skip execution when method is
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic *) mod_rewrite: Rename the handler that does per-directory internal
69301145375a889e7e37caf7cc7321ac0f91801erpluem redirects to "rewrite-redirect-handler" from "redirect-handler" so
69301145375a889e7e37caf7cc7321ac0f91801erpluem it is less ambiguous and less likely to be reused. [Eric Covener]
506bfe33206b2fece40ef25f695af39dd4130facjkaluza *) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping
506bfe33206b2fece40ef25f695af39dd4130facjkaluza execution when a handler is already set. PR53929. [Eric Covener]
506bfe33206b2fece40ef25f695af39dd4130facjkaluza *) mod_rewrite: Protect against looping with the [N] flag by enforcing a
d58a848a016d401b965111e50ef829e1641f7834minfrin default limit of 10000 iterations, and allowing each rule to change its
d58a848a016d401b965111e50ef829e1641f7834minfrin limit. [Eric Covener]
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf [Jeff Trawick]
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic *) core: Support named groups and backreferences within the LocationMatch,
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic DirectoryMatch, FilesMatch and ProxyMatch directives. [Graham Leggett]
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic *) mod_ssl: Remove the hardcoded algorithm-type dependency for the
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic SSLCertificateFile and SSLCertificateKeyFile directives, to enable
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic future algorithm agility, and deprecate the SSLCertificateChainFile
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic directive (obsoleted by SSLCertificateFile). [Kaspar Brand]
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic 5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic *) mod_auth_form: Add a debug message when the fields on a form are not
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener recognised. [Graham Leggett]
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener [Jan Kaluza]
44ff304057225e944e220e981d434a046d14cf06covener *) mod_headers: Allow the "value" parameter of Header and RequestHeader to
44ff304057225e944e220e981d434a046d14cf06covener contain an ap_expr expression if prefixed with "expr=". [Eric Covener]
5d1ba75b8794925e67591c209085a49279791de9covener *) Add suspend_connection and resume_connection hooks to notify modules
5d1ba75b8794925e67591c209085a49279791de9covener when the thread/connection relationship changes. (Currently implemented
5d1ba75b8794925e67591c209085a49279791de9covener only for the Event MPM; should be implemented for all async MPMs.)
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand [Jeff Trawick]
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand to support write completion. [Graham Leggett]
caad2986f81ab263f7af41467dd622dc9add17f3ylavic *) prefork: Fix long delays when doing a graceful restart.
caad2986f81ab263f7af41467dd622dc9add17f3ylavic PR 54852 [Jim Jagielski, Arkadiusz Miskiewicz <arekm maven pl>]
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletc *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton to allow providers to check the ErrorLog argument. [Jan Kaluza]
2165214331e4afafca4048f66f303d0253d7b001covener *) core: Detect incomplete body in HTTP input filter and return
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem APR_INCOMPLETE. PR 55475 [Yann Ylavic <ylavic dev gmail com>]
1e2d421a36999d292042a5539971070d54aa6c63ylavic *) mod_cgid: Use the servers Timeout for each read from a CGI script,
1e2d421a36999d292042a5539971070d54aa6c63ylavic allow override with new CGIDRequestTimeout directive. PR43494
1e2d421a36999d292042a5539971070d54aa6c63ylavic [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh *) core: Add missing Reason-Phrase in HTTP response headers.
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh PR 54946. [Rainer Jung]
0b67eb8568cd58bb77082703951679b42cf098actrawick *) core: ensure any abnormal exit is reported to stderr if it's a tty.
0b67eb8568cd58bb77082703951679b42cf098actrawick PR 55670 [Nick Kew]
5ef3c61605a3a021ff71f488983cb0065f8e1a79covener *) mod_auth_form: Make sure the optional functions are loaded even when
fb1985a97912b25ec6564c73e610a31e5fc6e25fcovener the AuthFormProvider isn't specified. [Graham Leggett]
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic *) mod_lua: Let the Inter-VM get/set functions work with a global
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic shared memory pool instead of a per-process pool. [Daniel Gruno]
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic *) ldap: Support ldaps when using the Microsoft LDAP SDK.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic PR 54626. [Jean-Frederic Clere]
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc *) mod_proxy: Add ap_connection_reusable() for checking if a connection
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc is reusable as of this point in processing. [Jeff Trawick]
e466c40e1801982602ee0200c9e8b61cc148742djailletc *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
457468b82e59d01eba00dd9d0817309c8f5e414ejim to avoid performance problems when subgroups aren't in use. [Eric Covener]
457468b82e59d01eba00dd9d0817309c8f5e414ejim *) mod_syslog: New module implementing syslog ap_error_log provider.
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton Previously, this code was part of core, now it's in separate module.
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton [Jan Kaluza]
15660979a30d251681463de2e0584853890082accovener *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
15660979a30d251681463de2e0584853890082accovener syslog support from core to new mod_syslog. [Jan Kaluza]
49dacedb6c387b786b7911082ff35121a45f414bcovener *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
cfd9415521847b2f9394fad04fb701cfb955f503rjung TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
cfd9415521847b2f9394fad04fb701cfb955f503rjung *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe save the socket for reuse by the next worker as if it were an
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe *) mod_status, mod_echo: Fix the display of client addresses.
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe They were truncated to 31 characters which is not enough for IPv6 addresses.
8491e0600f69b0405e156ea8a419653c065c645bcovener PR 54848 [Bernhard Schmidt <berni birkenwald de>]
63b9f1f5880391261705f696d7d65507bbe9ace3covener *) mod_authnz_fcgi: New module to enable FastCGI authorizer
63b9f1f5880391261705f696d7d65507bbe9ace3covener applications to authenticate and/or authorize clients.
49dacedb6c387b786b7911082ff35121a45f414bcovener [Jeff Trawick]
49dacedb6c387b786b7911082ff35121a45f414bcovener *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
49dacedb6c387b786b7911082ff35121a45f414bcovener [Jeff Trawick]
3c990331fc6702119e4f5b8ba9eae3021aea5265jim *) mod_unique_id: Use output of the PRNG rather than IP address and
3c990331fc6702119e4f5b8ba9eae3021aea5265jim pid, avoiding sleep() call and possible DNS issues at startup,
3c990331fc6702119e4f5b8ba9eae3021aea5265jim plus improving randomness for IPv6-only hosts.
fc42512879dd0504532f52fe5d0d0383dda96a1eniq [Jan Kaluza <jkaluza redhat.com>]
fc42512879dd0504532f52fe5d0d0383dda96a1eniq *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq filter "none" to be specified in AuthLDAPURL. [Eric Covener]
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc *) mod_file_cache: mod_file_cache should be able to serve files that
983528026996668ea295be95aedb9c7a346af470ylavic haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc *) core: merge AllowEncodedSlashes from the base configuration into
06b8f183140c8e02e0974e938a05078b511d1603covener virtual hosts. [Eric Covener]
06b8f183140c8e02e0974e938a05078b511d1603covener *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem [Eric Covener]
259878293a997ff49f5ddfc53d3739cbdc25444ecovener *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
259878293a997ff49f5ddfc53d3739cbdc25444ecovener [Eric Covener]
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem *) mod_deflate: permit compilation of mod_deflate against a zlib that has
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin been configured with -D Z_PREFIX, which redefines the token "deflate".
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin [Eric Covener]
65967d05f839dbf27cf91d91fa79585eeae19660minfrin *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
65967d05f839dbf27cf91d91fa79585eeae19660minfrin previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
65967d05f839dbf27cf91d91fa79585eeae19660minfrin *) mod_auth_digest: Use the secret when generating nonces in all cases and
8152945ae46857b170cb227e79bb799f4fc7710dminfrin not only when AuthName is used in .htaccess files (this change may cause
8152945ae46857b170cb227e79bb799f4fc7710dminfrin problems if used with round robin load balancers). Don't regenerate the
8152945ae46857b170cb227e79bb799f4fc7710dminfrin secret on graceful restarts. PR 54637 [Stefan Fritsch]
75f5c2db254c0167a0e396254460de09b775d203trawick *) core: Remove apr_brigade_flatten(), buffering and duplicated code
75f5c2db254c0167a0e396254460de09b775d203trawick from the HTTP_IN filter, parse chunks in a single pass with zero copy.
75f5c2db254c0167a0e396254460de09b775d203trawick Reduce memory usage by 48 bytes per request. [Graham Leggett]
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph *) core: Stop the HTTP_IN filter from attempting to write error buckets
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph to the output filters, which is bogus in the proxy case. Create a
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick clean mapping from APR codes to HTTP status codes, and use it where
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick needed. [Graham Leggett]
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick *) mod_proxy: Ensure network errors detected by the proxy are returned as
54d750a84a175d8e338880514d440773eb986b50covener 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
54d750a84a175d8e338880514d440773eb986b50covener compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
54d750a84a175d8e338880514d440773eb986b50covener *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
54d750a84a175d8e338880514d440773eb986b50covener [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
54d750a84a175d8e338880514d440773eb986b50covener *) core, mod_ssl: Enable the ability for a module to reverse the sense of
7a3aa12f0eda24793ee26d6a179bd53132e9dae8covener a poll event from a read to a write or vice versa. This is a step on
54d750a84a175d8e338880514d440773eb986b50covener the way to allow mod_ssl taking full advantage of the event MPM.
54d750a84a175d8e338880514d440773eb986b50covener [Graham Leggett]
4e30ef014533a7e93c92d88306291f5e49c9692ftrawick *) mod_ldap: LDAP connections used for authentication were not respecting
83b50288fa7d306324bba68832011ea08f5c7832covener LDAPConnectionPoolTimeout. PR 54587
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick *) core: ap_rgetline_core now pulls from r->proto_input_filters.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener *) mod_proxy_html: process parsed comments immediately.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener Fixes bug where parsed comments may be lost. [Nick Kew]
2e15620d724fb8e3a5be183b917359a2fd6e9468covener *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener *) core: Add option to add valgrind support. Use it to reduce false positive
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener warnings in mod_ssl. [Stefan Fritsch]
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd Cache the result of the most recent password hash verification for every
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd keep-alive connection. This saves some expensive calculations.
179565be4043d7e5f9161aa75271fa0a001866d9covener [Stefan Fritsch]
179565be4043d7e5f9161aa75271fa0a001866d9covener *) http: Remove support for Request-Range header sent by Navigator 2-3 and
111436a32ba1254291e4883292fb116d15fe8f64covener MSIE 3. [Stefan Fritsch]
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener conformance or to only log the found problems. [Stefan Fritsch]
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick *) core: Correctly parse an IPv6 literal host specification in an absolute
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick URL in the request line. [Stefan Fritsch]
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz *) EventOpt MPM
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz *) core: Add LogLevelOverride directive that allows to override the
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza loglevel for clients from certain IPs. This also works for things
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza like the SSL handshake where <If> LogLevel ... </If> is evaluated
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza too late. [Stefan Fritsch]
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin *) core: Add new directive Warning to issue warnings from a configuration
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin file. Both Warning and Error now generate a timestamped log message.
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin [Fabien Coelho]
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza variables. [Stefan Fritsch]
ba050a6f942b9fa0e81ed73437588005c569655ccovener *) core: New directive RegisterHttpMethod for registering non-standard
ba050a6f942b9fa0e81ed73437588005c569655ccovener HTTP methods. [Stefan Fritsch]
135ddda3a989215d2bedbcf1529bfb269c3eda23niq *) core: New directive HttpProtocol which allows to disable HTTP/0.9
135ddda3a989215d2bedbcf1529bfb269c3eda23niq support. [Stefan Fritsch]
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh *) mod_allowhandlers: New module to forbid specific handlers for specific
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh directories. [Stefan Fritsch]
efe780dcf13b2b95effabf897d694d8f23feac74trawick *) mod_systemd: New module, for integration with systemd on Linux.
793214f67dede32edfd9ee96c664ead04d175cbbjfclere [Jan Kaluza <jkaluza redhat.com>]
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener *) WinNT MPM: Store pid and generation for each thread in scoreboard
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener to allow tracking of threads from exiting children via mod_status
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener or other such mechanisms. [Jeff Trawick]
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
56589be3d7a3e9343370df240010c6928cc78b39jkaluza mutexes (Mutex)
56589be3d7a3e9343370df240010c6928cc78b39jkaluza - mod_cache: thundering herd lock directory
56589be3d7a3e9343370df240010c6928cc78b39jkaluza - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc - mod_ldap: shared memory cache
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc [Jeff Trawick]
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick *) suexec: Add --enable-suexec-capabilites support on Linux, to use
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick setuid/setgid capability bits rather than a setuid root binary.
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick [Joe Orton]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) suexec: Add support for logging to syslog as an alternative to logging
4d12805e6c18253040223ea637acd6b3b3c18f60jorton to a file; configure --without-suexec-logfile --with-suexec-syslog.
85eacfc96a04547ef25aabbc06440039715084c2jorton [Joe Orton]
e5d909f2b06bd880fb3675cd49363df981caa631trawick *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener [Matthew Steele <mdsteele google.com>]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
cb666b29f81df1d11d65002250153353568021fccovener be compiled by the build compiler instead of the host compiler.
cb666b29f81df1d11d65002250153353568021fccovener Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
cb666b29f81df1d11d65002250153353568021fccovener PR 51257. [Guenter Knauf]
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener *) core: In maintainer mode, replace apr_palloc with a version that
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener initializes the allocated memory with non-zero values, except if
75a230a728338d84dcfe81edd375352f34de22d0covener AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
75a230a728338d84dcfe81edd375352f34de22d0covener *) mod_policy: Add a new testing module to help server administrators
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener enforce a configurable level of protocol compliance on their
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener servers and application servers behind theirs. [Graham Leggett]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener *) mod_firehose: Add a new debugging module able to record traffic
63a5ea80bddcc84a462e40f402b4f330e0e05411covener passing through the server in such a way that connections and/or
63a5ea80bddcc84a462e40f402b4f330e0e05411covener requests be reconstructed and replayed. [Graham Leggett]
65a4e663b82f8bce28ac22ab2edfd7502de36998sf *) mod_noloris
c7de1955eb0eaeabf7042902476397692672d549sf *) Simple MPM
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin *) mod_serf
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin [Apache 2.5.0-dev includes those bug fixes and changes with the
a511a29faf2ff7ead3b67680154a624effb31aafminfrin Apache 2.4.xx tree as documented below, except as noted.]
a511a29faf2ff7ead3b67680154a624effb31aafminfrinChanges with Apache 2.4.x and later:
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrinChanges with Apache 2.2.x and later:
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrinChanges with Apache 2.0.x and later: