CHANGES revision 75a230a728338d84dcfe81edd375352f34de22d0
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.5.0
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
86bb763be5d87c295c8844d30078da2ddb964f73rpluem [Eric Covener]
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin *) mod_ldap: Retry transient LDAP connection errors when they occur
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin during the authorization stage.
86bb763be5d87c295c8844d30078da2ddb964f73rpluem [Eric Covener]
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin [Eric Covener]
94713632faf403489b3f8b4e0ed65e1011ac4991takashi *) mod_deflate: permit compilation of mod_deflate against a zlib that has
f74d35a61a835e15412b99b8aebe4958fe4e94a5takashi been configured with -D Z_PREFIX, which redefines the token "deflate".
20216b769716c4346cce373f2028d7dbebf03886poirier [Eric Covener]
20216b769716c4346cce373f2028d7dbebf03886poirier *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
7317a32e0c621c9a28f6f10e83e6c5dc63e3f3bdsf previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
7317a32e0c621c9a28f6f10e83e6c5dc63e3f3bdsf *) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
ecc6e723b804fb4b8f858910eff3f88242ec56fasf correctly. [Jens Låås <jelaas gmail.com>]
ecc6e723b804fb4b8f858910eff3f88242ec56fasf *) mod_auth_digest: Use the secret when generating nonces in all cases and
ecc6e723b804fb4b8f858910eff3f88242ec56fasf not only when AuthName is used in .htaccess files (this change may cause
ecc6e723b804fb4b8f858910eff3f88242ec56fasf problems if used with round robin load balancers). Don't regenerate the
ecc6e723b804fb4b8f858910eff3f88242ec56fasf secret on graceful restarts. PR 54637 [Stefan Fritsch]
727d68c6009030f56a350b4603384ce4fb844341minfrin *) mod_cache_socache: Use the name of the socache implementation when performing
727d68c6009030f56a350b4603384ce4fb844341minfrin a lookup rather than using the raw arguments. [Martin Ksellmann
ed6dfb7d7057dc4f42348f12d7bff9fe98fc73cfminfrin <martin@ksellmann.de>]
ed6dfb7d7057dc4f42348f12d7bff9fe98fc73cfminfrin *) rotatelogs: add -n number-of-files option to roate through a number
4dee28b6fc8fff5efde4e7821aeb6defed3fb84dsf of fixed-name logfiles. [Eric Covener]
4dee28b6fc8fff5efde4e7821aeb6defed3fb84dsf *) mod_lua: If a LuaMapHandler doesn't return any value, log a warning
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf and treat it as apache2.OK. [Eric Covener]
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf *) ab: Add a new -l parameter in order not to check the length of the responses.
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf This can be usefull with dynamic pages.
58015652ffe00f004c6404a0631474f23dadc7dasf PR9945, PR27888, PR42040 [<ccikrs1 cranbrook edu>]
58015652ffe00f004c6404a0631474f23dadc7dasf *) mod_ssl: Fix possible truncation of OCSP responses when reading from the
2af38cc44e48753913565b38a7a9f325f898a293minfrin server. [Joe Orton]
745417156908df54538ca284b382ce8d27b30066minfrin *) mod_session_dbd: Make sure that dirty flag is respected when saving
2af38cc44e48753913565b38a7a9f325f898a293minfrin sessions, and ensure the session ID is changed each time the session
fc2f0972572614b50523bc5ddb3f866ca4acd2f0sf changes. [Takashi Sato <takashi tks.st>, Graham Leggett]
fc2f0972572614b50523bc5ddb3f866ca4acd2f0sf *) mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
251430bcaff1fa6a77953bfe56475eb6cc7abc78sf the source href (sent as part of the request body as XML) pointing to a
251430bcaff1fa6a77953bfe56475eb6cc7abc78sf URI that is not configured for DAV will trigger a segfault. [Ben Reser
7b467aa53854c95318a1c709709c1619a4f47118minfrin *) mod_logio: new format-specifier %C (combined) which is the sum of received
7b467aa53854c95318a1c709709c1619a4f47118minfrin and sent byte counts.
7b467aa53854c95318a1c709709c1619a4f47118minfrin PR54015 [Christophe Jaillet]
7ba7402d405dc9e3c1083e34049ed933472ca910poirier *) core: Remove apr_brigade_flatten(), buffering and duplicated code
7ba7402d405dc9e3c1083e34049ed933472ca910poirier from the HTTP_IN filter, parse chunks in a single pass with zero copy.
7ba7402d405dc9e3c1083e34049ed933472ca910poirier Reduce memory usage by 48 bytes per request. [Graham Leggett]
4286d2e267e788d856092bf2ccf461e7ca99570frpluem *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
4286d2e267e788d856092bf2ccf461e7ca99570frpluem Gracefully step aside if the body size is zero. [Graham Leggett]
4286d2e267e788d856092bf2ccf461e7ca99570frpluem *) 'AuthGroupFile' and 'AuthUserFile' do not accept anymore the optional
43563ad04e4bae7b42f7a34a87b7c60dc69c0c3fpoirier 'standard' keyword . It was unused and not documented.
5357892a1e367372dc2d4a315156e3e44dc5d56dpoirier PR54463 [Tianyin Xu <tixu cs.ucsd.edu> and Christophe Jaillet]
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier *) mod_proxy_http: Make the proxy-interim-response environment variable
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier effective by formally overriding origin server behaviour. [Graham
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier Leggett, Co-Advisor <coad measurement-factory.com>]
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin *) core: Stop the HTTP_IN filter from attempting to write error buckets
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin to the output filters, which is bogus in the proxy case. Create a
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin clean mapping from APR codes to HTTP status codes, and use it where
847b3922f7dcde6830f4aad49d29c84b4569c260minfrin needed. [Graham Leggett]
63eaa8ed62d63de0a44346b8af48e08e562db01eminfrin *) mod_proxy: Ensure we don't attempt to amend a table we are iterating
847b3922f7dcde6830f4aad49d29c84b4569c260minfrin through, ensuring that all headers listed by Connection are removed.
1af2b28846e2647963db788b081676884fb7df8crpluem [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
1af2b28846e2647963db788b081676884fb7df8crpluem *) core: apachectl -S prints wildcard name-based virtual hosts twice.
845258fbf5102b8b09fe9b7f4cb4ea4c089344c3poirier PR54948 [Eric Covener]
845258fbf5102b8b09fe9b7f4cb4ea4c089344c3poirier *) mod_proxy: Reject invalid values for Max-Forwards. [Graham Leggett,
5d36cddfe00d5c6ad18845fcc04e6f7662050fafminfrin Co-Advisor <coad measurement-factory.com>]
5d36cddfe00d5c6ad18845fcc04e6f7662050fafminfrin *) mod_cache: If a 304 response indicates an entity not currently cached, then
20aa41f86a5b451529d26d9b901eea69989e5c0aminfrin the cache MUST disregard the response and repeat the request without the
20aa41f86a5b451529d26d9b901eea69989e5c0aminfrin conditional. [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
8c92aeeb75b1b393f61a3e01c495484737a0ff8cminfrin *) mod_proxy: Fix seg-faults when using the global pool on threaded
8c92aeeb75b1b393f61a3e01c495484737a0ff8cminfrin MPMs [Thomas Eckert <thomas.r.w.eckert gmail.com>, Jim Jagielski]
1018201f5223624476334c6e23aead02db7c4040minfrin *) mod_proxy: Ensure network errors detected by the proxy are returned as
1018201f5223624476334c6e23aead02db7c4040minfrin 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier *) mod_cache: Ensure that we don't attempt to replace a cached response
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin with an older response as per RFC2616 13.12. [Graham Leggett, Co-Advisor
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin *) core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin with weak validation combined with If-Range and Range headers. Break
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin out explicit conditional header checks to be useable elsewhere in the
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin server. Ensure weak validation RFC compliance in the byteranges filter.
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin Ensure RFC validation compliance when serving cached entities. PR 16142
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin [Graham Leggett, Co-Advisor <coad measurement-factory.com>]
ec8b1faa56744b338f6d6421144b56c2bb3faae6poirier *) core: Add the ability to do explicit matching on weak and strong ETags
ec8b1faa56744b338f6d6421144b56c2bb3faae6poirier as per RFC2616 Section 13.3.3. [Graham Leggett, Co-Advisor
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq *) mod_cache: Ensure that updated responses to HEAD requests don't get
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq mistakenly paired with a previously cached body. Ensure that any existing
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq body is removed when a HEAD request is cached. [Graham Leggett,
3c67b7956d44501360506a9f13a5011be73b30ecminfrin Co-Advisor <coad measurement-factory.com>]
3c67b7956d44501360506a9f13a5011be73b30ecminfrin *) mod_cache: Honour Cache-Control: no-store in a request. [Graham Leggett]
97d20d37d21b8d427a920e211858172f0a82427epoirier *) mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
97d20d37d21b8d427a920e211858172f0a82427epoirier semantics of the proxy-revalidate directive. [Graham Leggett]
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq *) mod_cache: Make sure that contradictory entity headers present in a 304
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq Not Modified response are caught and cause the entity to be removed.
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq [Graham Leggett]
53c999a82fcca729dabc8a512b3fb996d61fd814niq *) mod_cache: Make sure Vary processing handles multivalued Vary headers and
53c999a82fcca729dabc8a512b3fb996d61fd814niq multivalued headers referred to via Vary. [Graham Leggett]
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem *) mod_cache: When serving from cache, only the last header of a multivalued
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem header was taken into account. Fixed. [Graham Leggett]
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem *) mod_cache: Ignore response headers specified by no-cache=header and
dd9ae259e1578c4388739c880ede97c55cec543frpluem private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
dd9ae259e1578c4388739c880ede97c55cec543frpluem that these headers are still processed when multiple Cache-Control
dd9ae259e1578c4388739c880ede97c55cec543frpluem headers are present in the response. PR 54706 [Graham Leggett,
0938450cadc9a083d112a86bc7dd7ae34f791364trawick *) mod_cache: Invalidate cached entities in response to RFC2616 Section
8bed7ee6d97933b958e97e222f37154d83e384e5jorton 13.10 Invalidation After Updates or Deletions. PR 15868 [Graham
8bed7ee6d97933b958e97e222f37154d83e384e5jorton *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
8bed7ee6d97933b958e97e222f37154d83e384e5jorton [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
7a25b029b69f169bd22718165dff3b271114f92eniq PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem property on a resource for which there is no dead property in the same
7a25b029b69f169bd22718165dff3b271114f92eniq namespace httpd segfaults. PR 52559 [Diego Santa Cruz
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton [Timothy Wood <tjw omnigroup.com>]
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
137e484e5f984ceff1102e1212dda8ac0413231aniq result in a 412 Precondition Failed. PR 54610 [Timothy Wood
0df8f79d2324b131c36955d7e474a735a762f9eeniq *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
30e3e760b737f13ce800fa02c5930ade7659ba66niq we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
30e3e760b737f13ce800fa02c5930ade7659ba66niq *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
80370e62044bea458bcd0545c59cb864ed117b04niq full advantage of the event MPM. Enable the ability for a module
e991c6fc032c59eb6cb751d9d382e933a53a2866niq to reverse the sense of a poll event from a read to a write or vice
e991c6fc032c59eb6cb751d9d382e933a53a2866niq versa. [Graham Leggett]
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) mod_dav: Improve error handling in dav_method_put(), add new
33d9be77cc6f5fc8734e9c1f526b82d359955152rpluem dav_join_error() function. PR 54145. [Ben Reser <ben reser.org>]
172e83c0f024fe6396dd1f3ca3492fd83c304db5jim *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq *) mod_ldap: LDAP connections used for authentication were not respecting
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq LDAPConnectionPoolTimeout. PR 54587
186e9d990f453d16826ab87a87df7b87e6e05921rpluem *) core: ap_rgetline_core now pulls from r->proto_input_filters.
186e9d990f453d16826ab87a87df7b87e6e05921rpluem *) mod_proxy_html: process parsed comments immediately.
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi Fixes bug where parsed comments may be lost. [Nick Kew]
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung *) core: Add option to add valgrind support. Use it to reduce false positive
292cb7b720095e7bb434d79ae53b02d332aeb99acovener warnings in mod_ssl. [Stefan Fritsch]
292cb7b720095e7bb434d79ae53b02d332aeb99acovener *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
292cb7b720095e7bb434d79ae53b02d332aeb99acovener [Daniel Gruno]
137e484e5f984ceff1102e1212dda8ac0413231aniq *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
137e484e5f984ceff1102e1212dda8ac0413231aniq Cache the result of the most recent password hash verification for every
137e484e5f984ceff1102e1212dda8ac0413231aniq keep-alive connection. This saves some expensive calculations.
137e484e5f984ceff1102e1212dda8ac0413231aniq [Stefan Fritsch]
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem *) http: Remove support for Request-Range header sent by Navigator 2-3 and
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem MSIE 3. [Stefan Fritsch]
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
51d55be8bbc6652c13bc80d920f4331f7152dceerjung conformance or to only log the found problems. [Stefan Fritsch]
51d55be8bbc6652c13bc80d920f4331f7152dceerjung *) core: Correctly parse an IPv6 literal host specification in an absolute
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick URL in the request line. [Stefan Fritsch]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick *) mod_ssl: add support for subjectAltName-based host name checking
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick in proxy mode. PR 54030. [Kaspar Brand]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
8f2700898323915da289644dc1f3ee11a5e5b4earpluem [Jackie Zhang <jackie qq zhang gmail com>]
8f2700898323915da289644dc1f3ee11a5e5b4earpluem *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener *) EventOpt MPM
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener *) core: Add LogLevelOverride directive that allows to override the
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener loglevel for clients from certain IPs. This also works for things
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick like the SSL handshake where <If> LogLevel ... </If> is evaluated
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick too late. [Stefan Fritsch]
d1745d6933c22c807cf2388332426defd1b19f03covener *) core: Add new directive Warning to issue warnings from a configuration
d1745d6933c22c807cf2388332426defd1b19f03covener file. Both Warning and Error now generate a timestamped log message.
d1745d6933c22c807cf2388332426defd1b19f03covener [Fabien Coelho]
b20f76a400e77d3631f3507ff22d68ae6bd25323trawick *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
222834d5a33b915037094af014905f3683cae78btrawick variables. [Stefan Fritsch]
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem *) core: New directive RegisterHttpMethod for registering non-standard
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem HTTP methods. [Stefan Fritsch]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) core: New directive HttpProtocol which allows to disable HTTP/0.9
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd support. [Stefan Fritsch]
1c03114a0f0315ed19a05f654021da9f66005897rjung *) mod_allowhandlers: New module to forbid specific handlers for specific
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem directories. [Stefan Fritsch]
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem *) configure: Fix processing of --disable-FEATURE for various features.
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem [Jeff Trawick]
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemme *) mod_systemd: New module, for integration with systemd on Linux.
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme [Jan Kaluza <jkaluza redhat.com>]
873c287c391b0bbc4719b68bb84946515811e1batrawick *) mod_cache_socache: New cache implementation backed by mod_socache
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick that replaces mod_mem_cache removed from httpd v2.2. [Graham
832853bb93c1831daf24e4727c5ca0e1b1786e83lars *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
832853bb93c1831daf24e4727c5ca0e1b1786e83lars to be used without patches to httpd core. [Jeff Trawick]
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding filters in Lua [Daniel Gruno]
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding *) WinNT MPM: Store pid and generation for each thread in scoreboard
1782dcd420de504978945e6b812523eeae6d56a2lars to allow tracking of threads from exiting children via mod_status
1782dcd420de504978945e6b812523eeae6d56a2lars or other such mechanisms. [Jeff Trawick]
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_ssl: Catch missing or mismatched client cert/key pairs with
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem SSLProxyMachineCertificateFile/Path directives. PR 52212.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Keith Burdis <keith burdis.org>, Joe Orton]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_lua: Allow scripts handled by the lua-script handler to return
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem a status code to the client (such as a 302 or a 500) [Daniel Gruno]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
cf8d02ea0c91653917b044529f3133c5a1bb9200fielding rather than throwing an internal server error. [Daniel Gruno]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_lua: Add functions r:flush and r:sendfile as well as additional
17ac330ebaa71b24cb77580411a231ee45996e03pquerna request information to the request_rec structure. [Daniel Gruno]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_lua: Add a server scope for Lua states, which creates a pool of
9f38f3ec3e8087985d108a24ae796962fef83644takashi states with managable minimum and maximum size. [Daniel Gruno]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) core: Add post_perdir_config hook.
d4ee4552489641d35d1195bbbd6021351c4b79aarjung [Steinar Gunderson <sgunderson bigfoot.com>]
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem URIs to Lua scripts and functions using regular expressions.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Daniel Gruno]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem caching of lua scripts. [Daniel Gruno]
382d14411b582d97075a836190d74c778977505fcovener *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem mutexes (Mutex)
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick - mod_cache: thundering herd lock directory
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem - mod_ldap: shared memory cache
0e9dae659943679108357054e9aa7657cdc52dc4minfrin - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Jeff Trawick]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) suexec: Add --enable-suexec-capabilites support on Linux, to use
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem setuid/setgid capability bits rather than a setuid root binary.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Joe Orton]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) suexec: Add support for logging to syslog as an alternative to logging
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem to a file; configure --without-suexec-logfile --with-suexec-syslog.
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8bminfrin [Joe Orton]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna [Matthew Steele <mdsteele google.com>]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem be compiled by the build compiler instead of the host compiler.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem PR 51257. [Guenter Knauf]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) core: In maintainer mode, replace apr_palloc with a version that
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem initializes the allocated memory with non-zero values, except if
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_policy: Add a new testing module to help server administrators
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq enforce a configurable level of protocol compliance on their
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem servers and application servers behind theirs. [Graham Leggett]
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq *) mod_firehose: Add a new debugging module able to record traffic
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem passing through the server in such a way that connections and/or
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem requests be reconstructed and replayed. [Graham Leggett]
0c26d213d85bc40fc05963c63bf670b42b352d25niq *) mod_noloris
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Simple MPM
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_serf
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Apache 2.5.0-dev includes those bug fixes and changes with the
f7cec4a86292b160401472286a17497ae0d4df18covener Apache 2.4.xx tree as documented below, except as noted.]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluemChanges with Apache 2.4.x and later:
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluemChanges with Apache 2.2.x and later:
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niqChanges with Apache 2.0.x and later: