CHANGES revision 433dcb1fbaae82d36634f5120bff71a04296904d
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquernaChanges with Apache 2.3.0
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim[ When backported to 2.2.x, remove entry from this file ]
d4ee4552489641d35d1195bbbd6021351c4b79aarjung *) mod_dir, mod_negotiation: pass the output filter information
d4ee4552489641d35d1195bbbd6021351c4b79aarjung to newly created sub requests; as these are later on used
d4ee4552489641d35d1195bbbd6021351c4b79aarjung as true requests with an internal redirect. This allows for
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung mod_cache et.al. to trap the results of the redirect.
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung [Dirk-Willem van Gulik, Ruediger Pluem]
b59cb5b48320654d41cd63ebcd3e8ae6576b637arjung *) ab: Use a 64 bit unsigned int instead of a signed long to count the
b59cb5b48320654d41cd63ebcd3e8ae6576b637arjung bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem *) mod_proxy_ajp: Do not retry request in the case that we either failed to
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem sent a part of the request body or if the request is not idempotent.
382d14411b582d97075a836190d74c778977505fcovener PR 44334 [Ruediger Pluem]
79970893509d47ad83efdb1715113c3b2025aad2covener *) mod_proxy_http: Fix processing of chunked responses if
382d14411b582d97075a836190d74c778977505fcovener Connection: Transfer-Encoding is set in the response of the proxied
bfd8539f3983853abd2fd19de3aed408309791cdrederpj system. PR 44311 [Ruediger Pluem]
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem *) ProxyPassReverse is now balancer aware. [Jim Jagielski]
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick *) rotatelogs: Don't leak memory when reopening the logfile.
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick PR 40183 [Ruediger Pluem, Takashi Sato <serai lans-tv.com>]
d0aad1cd29a348a32edf8783600ac8a09ba4329ctrawick *) mod_ldap: Add support (taking advantage of the new APR capability)
d0aad1cd29a348a32edf8783600ac8a09ba4329ctrawick for ldap rebind callback while chasing referrals. This allows direct
d0aad1cd29a348a32edf8783600ac8a09ba4329ctrawick searches on LDAP servers (in particular MS Active Directory 2003+)
0e9dae659943679108357054e9aa7657cdc52dc4minfrin using referrals without the use of the global catalog.
0e9dae659943679108357054e9aa7657cdc52dc4minfrin PRs 26538, 40268, and 42557 [Paul J. Reder]
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq *) ab: Do not try to read non existing response bodies of HEAD requests.
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq PR 34275 [Takashi Sato <serai lans-tv.com>]
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq *) Support chroot on Unix-family platforms
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8bminfrin *) Don't add bogus duplicate Content-Language entries
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8bminfrin PR 11035 [Davi Arnaut]
72616b8c71552364179298938efc55e0611aaec3minfrin *) mod_proxy_ftp: Fix base for directory listings.
72616b8c71552364179298938efc55e0611aaec3minfrin PR 27834 [Nick Kew]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna values for errors encountered while forwarding the request body
46bc411d64953033b7f8af8a0493095a5cf21c0djim PR 44165 [Eric Covener]
a5cce34e21a5b472f3806b4526043887bcb7e9eajim *) mod_logio: Provide optional function to allow modules to adjust the
a5cce34e21a5b472f3806b4526043887bcb7e9eajim bytes_in count [Eric Covener]
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) mod_ssl: Added server name indication support (RFC 4366).
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq PR 34607. [Kaspar Brand <asfbugz velox.ch>]
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) ApacheMonitor.exe: Introduce --kill argument for use by the
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq installer. This will permit the installation tool to remove
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq all running instances before attempting to remove the .exe.
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq [William Rowe]
0c26d213d85bc40fc05963c63bf670b42b352d25niq *) mod_proxy: Lower memory consumption for short lived connections.
0c26d213d85bc40fc05963c63bf670b42b352d25niq PR 44026. [Ruediger Pluem]
0c26d213d85bc40fc05963c63bf670b42b352d25niq *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq [Ruediger Pluem]
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq *) rotatelogs: Improve atomicity when using -l and cleaup code.
9f07b6dc343a4e3eba5f4c47050a77441723ce89nd PR 44004 [Rainer Jung]
f7cec4a86292b160401472286a17497ae0d4df18covener *) mod_ssl: Add support for OCSP validation of client certificates.
f7cec4a86292b160401472286a17497ae0d4df18covener PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
f7cec4a86292b160401472286a17497ae0d4df18covener *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
1464434c2c104e0ba224644c42552330f5158537covener PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
1464434c2c104e0ba224644c42552330f5158537covener *) mod_serf: New module for Reverse Proxying. [Paul Querna]
1464434c2c104e0ba224644c42552330f5158537covener *) core: Add the option to keep aside a request body up to a certain
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem size that would otherwise be discarded, to be consumed by filters
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem such as mod_include. When enabled for a directory, POST requests
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem to shtml files can be passed through to embedded scripts as POST
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd requests, rather being downgraded to GET requests. [Graham Leggett]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton *) scoreboard: Correctly declare ap_time_process_request.
235b900b78cf6849f8344e377a91ded37d9cc9depquerna *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
235b900b78cf6849f8344e377a91ded37d9cc9depquerna from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
235b900b78cf6849f8344e377a91ded37d9cc9depquerna provide the unusual legacy lookup. [William Rowe]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton *) mpm winnt: fix null pointer dereference
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton PR 42572 [Davi Arnaut]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) core: reinstate location walk to fix config for subrequests
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin PR 41960 [Jose Kahan <jose w3.org>]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) mod_log_config: Add format options for %p so that the actual local
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna parameters to the environment. Improve portability to
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna EBCDIC machines by using apr_toupper(). [Martin Kraemer]
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna to authorize an authenticated user via a "require ldap-group X" directive
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna where the user is not in group X, but is in a subgroup contained in X.
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim PR 42891 [Paul J. Reder]
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) ab: Add -r option to continue after socket receive errors.
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna [Filip Hanik <devlist hanik.com>]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna for SDKs that define LDAP_NO_LIMIT to something other than -1.
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna [David Jones <oscaremma gmail.com>]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) apxs: Enhance -q flag to print all known variables and their values
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna when invoked without variable name(s).
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna [William Rowe, Sander Temme]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) apxs: Eliminate run-time check for mod_so. PR 40653.
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener [David M. Lee <dmlee crossroads.com>]
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener *) beos MPM: Create pmain pool and run modules' child_init hooks when
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener [Chris Darroch]
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna cleanups registered in modules' child_init hooks are performed.
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna [Chris Darroch]
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna *) mod_dbd: Stash DBD connections in request_config of initial request
847db8b2f0188cd9c840acbe4fea77a32748b2edpquerna only, or else sub-requests and internal redirections may cause
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener *) Fix issue which could cause error messages to be written to access logs
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener *) The LockFile directive, which specifies the location of
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener the accept() mutex lockfile, is deprecated. Instead, the
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin AcceptMutex directive now takes an optional lockfile
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin location parameter, ala SSLMutex. [Jim Jagielski]
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin *) mod_authn_dbd: Export any additional columns queried in the SQL select
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin into the environment with the name AUTHENTICATE_<COLUMN>. This brings
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin *) mod_dbd: Key the storage of prepared statements on the hex string
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin value of server_rec, rather than the server name, as the server name
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin may change (eg when the server name is set) at any time, causing
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq the first bucket from the brigade, finds it not to be a FILE
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq bucket and barfs. The fix is to pass a bucket rather than a brigade.
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd [Niklas Edmundsson <nikke acc.umu.se>]
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd *) ap_get_server_version() has been removed. Third-party modules must
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd now use ap_get_server_banner() or ap_get_server_description().
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd [Jeff Trawick]
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd *) All MPMs: Introduce a check_config phase between pre_config and
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd open_logs, to allow modules to review interdependent configuration
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd directive values and adjust them while messages can still be logged
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd to the console. Handle relevant MPM directives during this phase
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd and format messages for both the console and the error log, as
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd appropriate. [Chris Darroch]
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd *) mod_proxy: don't URLencode tilde in path component
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd [Stijn Hoop <stijn sandcat.nl>]
38b062650152074931a68e933461762c5e233cfcniq *) mpm_winnt: Fix return values from wait_for_many_objects.
38b062650152074931a68e933461762c5e233cfcniq The return value is index to the signaled thread in the
38b062650152074931a68e933461762c5e233cfcniq creted_threads array. We can not use WAIT_TIMEOUT because
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem his value is defined as 258, thus limiting the MaxThreads
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem to that value. [Mladen Turk]
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener to circumvent the symbolic link checks imposed by FollowSymLinks and
91ef999a69527d2a64983681c92aaef9270697b4rpluem SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
91ef999a69527d2a64983681c92aaef9270697b4rpluem *) mod_proxy: Support environment variable interpolation in reverse
cf95511601acd18c75339ef5d90a298e070617ccminfrin proxying directives. [Nick Kew]
cf95511601acd18c75339ef5d90a298e070617ccminfrin *) core: Add the filename of the configuration file to the warning message
cf95511601acd18c75339ef5d90a298e070617ccminfrin about the useless use of AllowOverride. PR 39992.
e82c197ca8872669af89367746826fe6b9955bb3niq [Darryl Miles <darryl darrylmiles.org>]
e82c197ca8872669af89367746826fe6b9955bb3niq *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq The default is none as this is far greater debugging resolution than
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq the typical administrator is prepared to untangle. [William Rowe]
742ec45ed2ac00ab03080e898332352220cc1f13niq *) mod_disk_cache: If possible, check if the size of an object to cache is
742ec45ed2ac00ab03080e898332352220cc1f13niq within the configured boundaries before actually saving data.
a5e068c4aa3d0084a41e178c7c0c1b1ae2f28125jim [Niklas Edmundsson <nikke acc.umu.se>]
f82568a780e35e8786958c49a1259434e2088b9cniq *) mod_cache: Convert all values to seconds before comparing them when
f82568a780e35e8786958c49a1259434e2088b9cniq checking whether to send a Warning header for a stale response.
f82568a780e35e8786958c49a1259434e2088b9cniq PR 39713. [Owen Taylor <otaylor redhat.com>]
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin final name. [Davi Arnaut <davi haxent.com.br>]
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin *) Worker and event MPMs: Remove improper scoreboard updates which were
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin performed in the event of a fork() failure. [Chris Darroch]
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin *) Add support for fcgi:// proxies to mod_rewrite.
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin [Markus Schiegl <ms schiegl.com>]
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin *) Remove incorrect comments from scoreboard.h regarding conditional
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin loading of worker_score structure with mod_status, and remove unused
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin definitions relating to old life_status field.
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin [Chris Darroch <chrisd pearsoncmg.com>]
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq *) Remove allocation of memory for unused array of lb_score pointers
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
13d29a334cfa69f2995b70a48aeacacc1ac7125frpluem *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
13d29a334cfa69f2995b70a48aeacacc1ac7125frpluem [Garrett Rooney, Jim Jagielski, Paul Querna]
6951fc02abfd7642e45333902c14855836717fadrpluem *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
6951fc02abfd7642e45333902c14855836717fadrpluem [Chris Darroch <chrisd pearsoncmg.com>]
6951fc02abfd7642e45333902c14855836717fadrpluem *) mod_charset_lite: Remove Content-Length when output filter can
aced0f6381ba4b9ec6ca8b9f9253f5aeb1a0b1actdonovan invalidate it. Warn when input filter can invalidate it.
aced0f6381ba4b9ec6ca8b9f9253f5aeb1a0b1actdonovan [Jeff Trawick]
db455cbc662c98dbbf53175393c50086ff63370cchrisd *) Authz: Add the new module mod_authn_core that will provide common
db455cbc662c98dbbf53175393c50086ff63370cchrisd authn directives such as 'AuthType', 'AuthName'. Move the directives
db455cbc662c98dbbf53175393c50086ff63370cchrisd 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
db455cbc662c98dbbf53175393c50086ff63370cchrisd into mod_authn_core. [Brad Nicholes]
2e242dca7111f99d54dd144b7b8418d88d560032chrisd *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
7cb45b833e465d46f6b61de983cc68112587d04bchrisd into the new module mod_access_compat which can be loaded to provide
2e242dca7111f99d54dd144b7b8418d88d560032chrisd support for these directives.
eaf6fff54e1bcc02893d1d8a64ba43eb6d89184brpluem [Brad Nicholes]
b5d91f803b61ef5b13666e423173eb72d96f8938niq *) Authz: Move the 'Require' directive from the core module as well as
b5d91f803b61ef5b13666e423173eb72d96f8938niq add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
b5d91f803b61ef5b13666e423173eb72d96f8938niq and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd logic into the authorization processing. [Brad Nicholes]
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd *) Authz: Add the new module mod_authz_core which acts as the
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd authorization provider vector and contains common authz
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd directives. [Brad Nicholes]
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin host-based access control provided by mod_authz_host and invoked
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin through the 'Require' directive. [Brad Nicholes]
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin *) Authz: Convert all of the authz modules from hook based to
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin provider based. [Brad Nicholes]
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin *) mod_cache: Add CacheMinExpire directive to set the minimum time in
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin seconds to cache a document.
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
66a8e1cc29cc4612cd938bc8fcabc0ef569e5769rpluem *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluem *) Fix typo in ProxyStatus syntax error message.
213e520edc00641400771fc8f90b37a967a2d9ebdirkx *) Asynchronous write completion for the Event MPM. [Brian Pane]
213e520edc00641400771fc8f90b37a967a2d9ebdirkx *) Added an End-Of-Request bucket type. The logging of a request and
213e520edc00641400771fc8f90b37a967a2d9ebdirkx the freeing of its pool are now done when the EOR bucket is destroyed.
213e520edc00641400771fc8f90b37a967a2d9ebdirkx This has the effect of delaying the logging until right after the last
a449830d5caa5b9900fe64cc383658b3641f9810dirkx of the response is sent; ap_core_output_filter() calls the access logger
a449830d5caa5b9900fe64cc383658b3641f9810dirkx indirectly when it destroys the EOR bucket. [Brian Pane]
a449830d5caa5b9900fe64cc383658b3641f9810dirkx *) Rewrite of logresolve support utility: IPv6 addresses are now supported
a449830d5caa5b9900fe64cc383658b3641f9810dirkx and the format of statistical output has changed. [Colm MacCarthaigh]
a449830d5caa5b9900fe64cc383658b3641f9810dirkx *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
06d3a46db9574ad55b65fed36b856fee72bd71a7rpluem *) Added new connection states for handler and write completion
06d3a46db9574ad55b65fed36b856fee72bd71a7rpluem [Brian Pane]
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin [Justin Erenkrantz]
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin allowing string-valued client certificate attributes to be used for
0481ff0599c9e3c0c7ad5c1930939dcdac908582chrisd access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
0481ff0599c9e3c0c7ad5c1930939dcdac908582chrisd [Martin Kraemer, David Reid]
835d676191444a46d695171e8760d55a66c60fecminfrin [Apache 2.1.0-dev includes those bug fixes and changes with the
835d676191444a46d695171e8760d55a66c60fecminfrin Apache 2.2.xx tree as documented, and except as noted, below.]
835d676191444a46d695171e8760d55a66c60fecminfrinChanges with Apache 2.2.x and later:
723f9f463f1922eaef3d24d00cb289e10daa73ffminfrin *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
723f9f463f1922eaef3d24d00cb289e10daa73ffminfrinChanges with Apache 2.0.x and later:
c2213b3a46a2666e2e7606ceec509cc4978f187fminfrin *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
c2213b3a46a2666e2e7606ceec509cc4978f187fminfrinChanges with Apache 1.3.x and later: