CHANGES revision 7a437ce535a5fac890296402ba483c2f41bb6500
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankgChanges with Apache 2.5.0
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin
7a437ce535a5fac890296402ba483c2f41bb6500trawick *) WinNT MPM: Don't crash during child process initialization if the
7a437ce535a5fac890296402ba483c2f41bb6500trawick Listen protocol is unrecognized. [Jeff Trawick]
7a437ce535a5fac890296402ba483c2f41bb6500trawick
6e1e45624d6f32110383bb0bd06c254c1dba8123humbedooh *) mod_lua: add setcookie and getcookie functions to the request_rec struct.
6e1e45624d6f32110383bb0bd06c254c1dba8123humbedooh [Daniel Gruno]
6e1e45624d6f32110383bb0bd06c254c1dba8123humbedooh
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc *) mod_status, mod_echo: Fix the display of client addresses.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc They were truncated to 31 characters which is not enough for IPv6 addresses.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc PR 54848 [Bernhard Schmidt <berni birkenwald de>]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc
921d32d80d8271da08f12fc374a69cb36d1d63b3covener *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
921d32d80d8271da08f12fc374a69cb36d1d63b3covener be prefixed to the response as documented. [Eric Covener]
921d32d80d8271da08f12fc374a69cb36d1d63b3covener
3e097af23e40c45aa32602545155f0964ab5c69dcovener *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
3e097af23e40c45aa32602545155f0964ab5c69dcovener is configured without mod_filter. [Eric Covener]
3e097af23e40c45aa32602545155f0964ab5c69dcovener
faea99bb676ec50ece38da6b1879aa37546483a2covener *) mod_lua: Register LuaOutputFilter scripts as changing the content and
faea99bb676ec50ece38da6b1879aa37546483a2covener content-length by default, when run my mod_filter. Previously,
faea99bb676ec50ece38da6b1879aa37546483a2covener growing or shrinking a response that started with Content-Length set
86a5604df726638a2b8085e993b4b79c4b3a5262covener would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
faea99bb676ec50ece38da6b1879aa37546483a2covener
d65242086b0c700c44590925b2ed9281cd4fd781covener *) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
d65242086b0c700c44590925b2ed9281cd4fd781covener to remove a providers initial flags set at registration time.
d65242086b0c700c44590925b2ed9281cd4fd781covener [Eric Covener]
d65242086b0c700c44590925b2ed9281cd4fd781covener
344f755169e100ea8ce51e847a0bf30a13b46917covener *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a
344f755169e100ea8ce51e847a0bf30a13b46917covener numeric return code. [Eric Covener]
344f755169e100ea8ce51e847a0bf30a13b46917covener
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick *) Add experimental cmake-based build system for Windows. [Jeff Trawick,
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick Tom Donovan]
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick
60284a9f9158baa60cc8ab4a69066404b1dcae7acovener *) mod_ldap: Change "LDAPReferrals off" to actually set the underlying LDAP
60284a9f9158baa60cc8ab4a69066404b1dcae7acovener SDK option to OFF, and introduce "LDAPReferrals default" to take the SDK
60284a9f9158baa60cc8ab4a69066404b1dcae7acovener default, sans rebind authentication callback.
03d414bf2d6dd93a1b6a3af972a7f1a96d25080fcovener [Jan Kaluza <jkaluza AT redhat.com>]
60284a9f9158baa60cc8ab4a69066404b1dcae7acovener
b1f989ad92bf5918c4f48babb99238d5201da6fccovener *) mod_authz_groupfile, mod_authz_user: Reduce severity of AH01671 and AH01663
b1f989ad92bf5918c4f48babb99238d5201da6fccovener from ERROR to DEBUG, since these modules do not know what mod_authz_core
b1f989ad92bf5918c4f48babb99238d5201da6fccovener is doing with their AUTHZ_DENIED return value. [Eric Covener]
b1f989ad92bf5918c4f48babb99238d5201da6fccovener
50cfe8bbbaf4279375802531268e2bf0155215fetrawick *) mod_authnz_fcgi: New module to enable FastCGI authorizer
50cfe8bbbaf4279375802531268e2bf0155215fetrawick applications to authenticate and/or authorize clients.
50cfe8bbbaf4279375802531268e2bf0155215fetrawick [Jeff Trawick]
50cfe8bbbaf4279375802531268e2bf0155215fetrawick
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd allow migration of passwords from digest to basic authentication.
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd [Chris Darroch]
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd
ffaa9771884a8664f0e6267efbe9d26b40000461trawick *) core: Add util_fcgi.h and associated definitions and support
ffaa9771884a8664f0e6267efbe9d26b40000461trawick routines for FastCGI, based largely on mod_proxy_fcgi.
ffaa9771884a8664f0e6267efbe9d26b40000461trawick [Jeff Trawick]
ffaa9771884a8664f0e6267efbe9d26b40000461trawick
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick [Jeff Trawick]
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) mod_unique_id: Use output of the PRNG rather than IP address and
4d12805e6c18253040223ea637acd6b3b3c18f60jorton pid, avoiding sleep() call and possible DNS issues at startup,
4d12805e6c18253040223ea637acd6b3b3c18f60jorton plus improving randomness for IPv6-only hosts.
4d12805e6c18253040223ea637acd6b3b3c18f60jorton [Jan Kaluza <jkaluza redhat.com>]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton
f2287adf33e3664c55b421fd65c45f0e05fe6977covener *) core: Log a message at TRACE1 when the client aborts a connection.
f2287adf33e3664c55b421fd65c45f0e05fe6977covener [Eric Covener]
f2287adf33e3664c55b421fd65c45f0e05fe6977covener
e5d909f2b06bd880fb3675cd49363df981caa631trawick *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener filter "none" to be specified in AuthLDAPURL. [Eric Covener]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener
cb666b29f81df1d11d65002250153353568021fccovener *) mod_file_cache: mod_file_cache should be able to serve files that
cb666b29f81df1d11d65002250153353568021fccovener haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
cb666b29f81df1d11d65002250153353568021fccovener
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener *) core: merge AllowEncodedSlashes from the base configuration into
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener virtual hosts. [Eric Covener]
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener
45dffe6c346dd73571ccaead10295fc7d53b59a6covener *) mod_headers: Add 'setifempty' command to Header and RequestHeader.
45dffe6c346dd73571ccaead10295fc7d53b59a6covener [Eric Covener]
45dffe6c346dd73571ccaead10295fc7d53b59a6covener
75a230a728338d84dcfe81edd375352f34de22d0covener *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
75a230a728338d84dcfe81edd375352f34de22d0covener [Eric Covener]
75a230a728338d84dcfe81edd375352f34de22d0covener
3694b0116c5729804ed6a5ce119bd8efda116c7fcovener *) mod_ldap: Retry transient LDAP connection errors when they occur
3694b0116c5729804ed6a5ce119bd8efda116c7fcovener during the authorization stage.
3694b0116c5729804ed6a5ce119bd8efda116c7fcovener [Eric Covener]
3694b0116c5729804ed6a5ce119bd8efda116c7fcovener
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener [Eric Covener]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener
63a5ea80bddcc84a462e40f402b4f330e0e05411covener *) mod_deflate: permit compilation of mod_deflate against a zlib that has
63a5ea80bddcc84a462e40f402b4f330e0e05411covener been configured with -D Z_PREFIX, which redefines the token "deflate".
63a5ea80bddcc84a462e40f402b4f330e0e05411covener [Eric Covener]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin
65a4e663b82f8bce28ac22ab2edfd7502de36998sf *) mod_auth_digest: Use the secret when generating nonces in all cases and
65a4e663b82f8bce28ac22ab2edfd7502de36998sf not only when AuthName is used in .htaccess files (this change may cause
65a4e663b82f8bce28ac22ab2edfd7502de36998sf problems if used with round robin load balancers). Don't regenerate the
65a4e663b82f8bce28ac22ab2edfd7502de36998sf secret on graceful restarts. PR 54637 [Stefan Fritsch]
c7de1955eb0eaeabf7042902476397692672d549sf
509622419be000045d461ef38fb97df778fdf81djailletc *) ab: Add a new -l parameter in order not to check the length of the responses.
509622419be000045d461ef38fb97df778fdf81djailletc This can be usefull with dynamic pages.
509622419be000045d461ef38fb97df778fdf81djailletc PR9945, PR27888, PR42040 [<ccikrs1 cranbrook edu>]
509622419be000045d461ef38fb97df778fdf81djailletc
0b9de55d178312ec929dbe417dd61199b269991djailletc *) mod_logio: new format-specifier %C (combined) which is the sum of received
0b9de55d178312ec929dbe417dd61199b269991djailletc and sent byte counts.
0b9de55d178312ec929dbe417dd61199b269991djailletc PR54015 [Christophe Jaillet]
0b9de55d178312ec929dbe417dd61199b269991djailletc
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin *) core: Remove apr_brigade_flatten(), buffering and duplicated code
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin from the HTTP_IN filter, parse chunks in a single pass with zero copy.
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin Reduce memory usage by 48 bytes per request. [Graham Leggett]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) core: Stop the HTTP_IN filter from attempting to write error buckets
a511a29faf2ff7ead3b67680154a624effb31aafminfrin to the output filters, which is bogus in the proxy case. Create a
a511a29faf2ff7ead3b67680154a624effb31aafminfrin clean mapping from APR codes to HTTP status codes, and use it where
a511a29faf2ff7ead3b67680154a624effb31aafminfrin needed. [Graham Leggett]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin *) mod_proxy: Ensure network errors detected by the proxy are returned as
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin <alejandro.alvarez.ayllon cern.ch>]
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf *) core, mod_ssl: Enable the ability for a module to reverse the sense of
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf a poll event from a read to a write or vice versa. This is a step on
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf the way to allow mod_ssl taking full advantage of the event MPM.
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf [Graham Leggett]
2c487ac43b583db869e743772a7a10b278aa2bcfminfrin
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener *) mod_ldap: LDAP connections used for authentication were not respecting
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener LDAPConnectionPoolTimeout. PR 54587
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes *) core: ap_rgetline_core now pulls from r->proto_input_filters.
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: process parsed comments immediately.
26c5829347f6a355c00f1ba0301d575056b69536niq Fixes bug where parsed comments may be lost. [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq HTML/XHTML [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
413ee814748f37be168ff12407fa6dba0ceeabe6trawick *) core: Add option to add valgrind support. Use it to reduce false positive
c12917da693bae4028a1d5a5e8224bceed8c739dsf warnings in mod_ssl. [Stefan Fritsch]
c12917da693bae4028a1d5a5e8224bceed8c739dsf
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf Cache the result of the most recent password hash verification for every
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf keep-alive connection. This saves some expensive calculations.
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf [Stefan Fritsch]
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf *) http: Remove support for Request-Range header sent by Navigator 2-3 and
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf MSIE 3. [Stefan Fritsch]
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf conformance or to only log the found problems. [Stefan Fritsch]
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf
9811aed12bbc71783d2e544ccb5fecd193843eadsf *) core: Correctly parse an IPv6 literal host specification in an absolute
9811aed12bbc71783d2e544ccb5fecd193843eadsf URL in the request line. [Stefan Fritsch]
9811aed12bbc71783d2e544ccb5fecd193843eadsf
1366443dc565c33e7b449ae428bbfc4c86f33935drh *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
1366443dc565c33e7b449ae428bbfc4c86f33935drh
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung *) EventOpt MPM
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung
bd3f5647b96d378d9c75c954e3f13582af32c643sf *) core: Add LogLevelOverride directive that allows to override the
bd3f5647b96d378d9c75c954e3f13582af32c643sf loglevel for clients from certain IPs. This also works for things
bd3f5647b96d378d9c75c954e3f13582af32c643sf like the SSL handshake where <If> LogLevel ... </If> is evaluated
bd3f5647b96d378d9c75c954e3f13582af32c643sf too late. [Stefan Fritsch]
bd3f5647b96d378d9c75c954e3f13582af32c643sf
2a7beea91d46beb41f043a84eaad060047ee04aafabien *) core: Add new directive Warning to issue warnings from a configuration
2a7beea91d46beb41f043a84eaad060047ee04aafabien file. Both Warning and Error now generate a timestamped log message.
2a7beea91d46beb41f043a84eaad060047ee04aafabien [Fabien Coelho]
2a7beea91d46beb41f043a84eaad060047ee04aafabien
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf variables. [Stefan Fritsch]
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf *) core: New directive RegisterHttpMethod for registering non-standard
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf HTTP methods. [Stefan Fritsch]
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf *) core: New directive HttpProtocol which allows to disable HTTP/0.9
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf support. [Stefan Fritsch]
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf
132ee6ac1c26d6e8953836316ba50734eefab47bsf *) mod_allowhandlers: New module to forbid specific handlers for specific
132ee6ac1c26d6e8953836316ba50734eefab47bsf directories. [Stefan Fritsch]
132ee6ac1c26d6e8953836316ba50734eefab47bsf
85eacfc96a04547ef25aabbc06440039715084c2jorton *) mod_systemd: New module, for integration with systemd on Linux.
85eacfc96a04547ef25aabbc06440039715084c2jorton [Jan Kaluza <jkaluza redhat.com>]
85eacfc96a04547ef25aabbc06440039715084c2jorton
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick *) WinNT MPM: Store pid and generation for each thread in scoreboard
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick to allow tracking of threads from exiting children via mod_status
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick or other such mechanisms. [Jeff Trawick]
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick
70caa242e6b90e0d6f0fabb56b8c5c2fb51717b3jorton *) mod_ssl: Catch missing or mismatched client cert/key pairs with
985a4368b93c3e9171a57897ad9454c8dbf4cdf6jorton SSLProxyMachineCertificateFile/Path directives. PR 52212.
70caa242e6b90e0d6f0fabb56b8c5c2fb51717b3jorton [Keith Burdis <keith burdis.org>, Joe Orton]
70caa242e6b90e0d6f0fabb56b8c5c2fb51717b3jorton
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
79c5787b92ac5f0e1cc82393816c77a006399316trawick - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
79c5787b92ac5f0e1cc82393816c77a006399316trawick - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
79c5787b92ac5f0e1cc82393816c77a006399316trawick mutexes (Mutex)
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick - mod_cache: thundering herd lock directory
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_ldap: shared memory cache
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
79c5787b92ac5f0e1cc82393816c77a006399316trawick [Jeff Trawick]
79c5787b92ac5f0e1cc82393816c77a006399316trawick
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton *) suexec: Add --enable-suexec-capabilites support on Linux, to use
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton setuid/setgid capability bits rather than a setuid root binary.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton [Joe Orton]
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton
536e48c08d674acac5d44929318f2ad928edc361jorton *) suexec: Add support for logging to syslog as an alternative to logging
536e48c08d674acac5d44929318f2ad928edc361jorton to a file; configure --without-suexec-logfile --with-suexec-syslog.
e81785da447b469da66f218b3f0244aab507958djorton [Joe Orton]
e81785da447b469da66f218b3f0244aab507958djorton
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton [Matthew Steele <mdsteele google.com>]
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton
53e9b27aba029b18be814df40bcf6f0428771d1efuankg *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
53e9b27aba029b18be814df40bcf6f0428771d1efuankg be compiled by the build compiler instead of the host compiler.
53e9b27aba029b18be814df40bcf6f0428771d1efuankg Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
53e9b27aba029b18be814df40bcf6f0428771d1efuankg PR 51257. [Guenter Knauf]
53e9b27aba029b18be814df40bcf6f0428771d1efuankg
6bb524f1895f30265a1431afc460977d391cb36bsf *) core: In maintainer mode, replace apr_palloc with a version that
6bb524f1895f30265a1431afc460977d391cb36bsf initializes the allocated memory with non-zero values, except if
ca61ccd0c306c2c72df153688ba1b49f3eceed80sf AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
6bb524f1895f30265a1431afc460977d391cb36bsf
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin *) mod_policy: Add a new testing module to help server administrators
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin enforce a configurable level of protocol compliance on their
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin servers and application servers behind theirs. [Graham Leggett]
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin *) mod_firehose: Add a new debugging module able to record traffic
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin passing through the server in such a way that connections and/or
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin requests be reconstructed and replayed. [Graham Leggett]
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) mod_noloris
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) APREQ
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) Simple MPM
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) mod_serf
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick [Apache 2.5.0-dev includes those bug fixes and changes with the
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick Apache 2.4.xx tree as documented below, except as noted.]
0827cb14e550f6f65018431c22c2c913631c8f25kbrand
6249dfa569d3b4f1f539665b979a80c6e335d93etrawickChanges with Apache 2.4.x and later:
ae600ca541efc686b34f8b1f21bd3d0741d37674covener
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.2.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.0.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding