CHANGES revision 475311484e1d0f01d41e0f48bfecf1f4bca2ff07
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
ec79b29695b183f794264bbb578c51e93d1f9b1emartinChanges with Apache 2.3.0
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim[ When backported to 2.2.x, remove entry from this file ]
475311484e1d0f01d41e0f48bfecf1f4bca2ff07rpluem *) mod_proxy: Lower memory consumption for short lived connections.
475311484e1d0f01d41e0f48bfecf1f4bca2ff07rpluem PR 44026. [Ruediger Pluem]
e2bb6b0c7c3677acdf102b743a2218aa37725c81rpluem *) core: Lower memory consumption of ap_r* functions by reusing the brigade
e2bb6b0c7c3677acdf102b743a2218aa37725c81rpluem instead of recreating it during each filter pass.
e2bb6b0c7c3677acdf102b743a2218aa37725c81rpluem [Stefan Fritsch <sf sfritsch.de>]
4cb2a91bff46cc80d156f5654c922b0243f928cfmturk *) mod_proxy_ajp: Use 64K as maximum AJP packet size. This is the maximum
4cb2a91bff46cc80d156f5654c922b0243f928cfmturk length we can squeeze inside the AJP message packet.
4cb2a91bff46cc80d156f5654c922b0243f928cfmturk [Mladen Turk]
b9138a18a2e9312afaa87cb323e5b845a64ef0a2rpluem *) core: Lower memory consumption in case that flush buckets are passed thru
b9138a18a2e9312afaa87cb323e5b845a64ef0a2rpluem the chunk filter as last bucket of a brigade. PR 23567.
b9138a18a2e9312afaa87cb323e5b845a64ef0a2rpluem [Stefan Fritsch <sf sfritsch.de>]
ef79eba84348e4f8c99402de06afa2237a856049rpluem *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
ef79eba84348e4f8c99402de06afa2237a856049rpluem [Ruediger Pluem]
0d529159d06aec095a1e0612e2d629c98dc75512rpluem *) rotatelogs: Improve atomicity when using -l and cleaup code.
0d529159d06aec095a1e0612e2d629c98dc75512rpluem PR 44004 [Rainer Jung]
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton *) mod_ssl: Add support for OCSP validation of client certificates.
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
3511969853863eeb6e80018afe63831e5bf81447rpluem *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
3511969853863eeb6e80018afe63831e5bf81447rpluem PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
c6d33447e28403a90ad817dba4df75fae785be28pquerna *) mod_serf: New module for Reverse Proxying. [Paul Querna]
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin *) core: Add the option to keep aside a request body up to a certain
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin size that would otherwise be discarded, to be consumed by filters
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin such as mod_include. When enabled for a directory, POST requests
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin to shtml files can be passed through to embedded scripts as POST
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin requests, rather being downgraded to GET requests. [Graham Leggett]
4ede070ca63bd4c48045e35a7192582769770290jorton *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
795c9499a77c25695bcb9710ed67bbe51492e181rpluem *) scoreboard: Correctly declare ap_time_process_request.
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
7a079e0cd696baca90ac43e325f64582e2945c68wrowe provide the unusual legacy lookup. [William Rowe]
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq *) mpm winnt: fix null pointer dereference
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq PR 42572 [Davi Arnaut]
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq responses from the backend according to RFC2616. But make it
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq configurable in case something breaks on it.
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq PR 16518 [Nick Kew]
f09bf2676d29e43c211b663f5c9423815d83395fniq *) mod_deflate: Don't leave a strong ETag in place while transforming
f09bf2676d29e43c211b663f5c9423815d83395fniq the entity.
f09bf2676d29e43c211b663f5c9423815d83395fniq PR 39727 [Nick Kew]
11a0edf478ca9c59d80bf73491d89cf019259feeniq *) core: reinstate location walk to fix config for subrequests
11a0edf478ca9c59d80bf73491d89cf019259feeniq PR 41960 [Jose Kahan <jose w3.org>]
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick *) mod_log_config: Add format options for %p so that the actual local
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
06446302a0a3e40cd8807bb25467c8f776cf2fbatrawick <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin *) mod_include: Add an "if" directive syntax to test whether an URL
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin is accessible, and if so, conditionally display content. This
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin allows a webmaster to hide a link to a private page when the user
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin has no access to that page. [Graham Leggett]
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin parameters to the environment. Improve portability to
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin EBCDIC machines by using apr_toupper(). [Martin Kraemer]
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj to authorize an authenticated user via a "require ldap-group X" directive
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj where the user is not in group X, but is in a subgroup contained in X.
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj PR 42891 [Paul J. Reder]
e4b96ba15dc8b2b27d251d53e29b86da32cd5066pquerna *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick *) ab: Add -r option to continue after socket receive errors.
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick [Filip Hanik <devlist hanik.com>]
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick for SDKs that define LDAP_NO_LIMIT to something other than -1.
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick [David Jones <oscaremma gmail.com>]
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd hosts of database configurations from the main server. Determine the
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd minimal set of distinct configurations and share connection pools
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd whenever possible. Allow virtual hosts to override inherited SQL
13ce20bba632871d7ceb413f39dc73c718ddec7dchrisd statements. PR 41302. [Chris Darroch]
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme *) apxs: Enhance -q flag to print all known variables and their values
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme when invoked without variable name(s).
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme [William Rowe, Sander Temme]
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton *) apxs: Eliminate run-time check for mod_so. PR 40653.
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton [David M. Lee <dmlee crossroads.com>]
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd *) beos MPM: Create pmain pool and run modules' child_init hooks when
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd [Chris Darroch]
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd cleanups registered in modules' child_init hooks are performed.
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd [Chris Darroch]
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd *) mod_dbd: Stash DBD connections in request_config of initial request
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd only, or else sub-requests and internal redirections may cause
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
ab43b4a17b2ac31ccb1cf280be8c42a8a314cecbjorton *) Fix issue which could cause error messages to be written to access logs
ab43b4a17b2ac31ccb1cf280be8c42a8a314cecbjorton on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim *) The LockFile directive, which specifies the location of
f3a5934ca0fb0f0f813bd9d9d06af8937e3f401fjim the accept() mutex lockfile, is deprecated. Instead, the
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim AcceptMutex directive now takes an optional lockfile
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim location parameter, ala SSLMutex. [Jim Jagielski]
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin *) mod_authn_dbd: Export any additional columns queried in the SQL select
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin into the environment with the name AUTHENTICATE_<COLUMN>. This brings
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin *) mod_dbd: Key the storage of prepared statements on the hex string
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin value of server_rec, rather than the server name, as the server name
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin may change (eg when the server name is set) at any time, causing
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
50c06405bc48121db2913925549407fd3e79bcedmturk *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
dec02391360e503cd3437d16bed765dc653b9de5minfrin *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
dec02391360e503cd3437d16bed765dc653b9de5minfrin the first bucket from the brigade, finds it not to be a FILE
dec02391360e503cd3437d16bed765dc653b9de5minfrin bucket and barfs. The fix is to pass a bucket rather than a brigade.
dec02391360e503cd3437d16bed765dc653b9de5minfrin [Niklas Edmundsson <nikke acc.umu.se>]
1b27a3a26f18191db7ecb4d536cb121ba9520a8eniq *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
686ce4eade942e515b1725d0c9751da36b759a6ctrawick *) ap_get_server_version() has been removed. Third-party modules must
686ce4eade942e515b1725d0c9751da36b759a6ctrawick now use ap_get_server_banner() or ap_get_server_description().
686ce4eade942e515b1725d0c9751da36b759a6ctrawick [Jeff Trawick]
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd *) All MPMs: Introduce a check_config phase between pre_config and
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd open_logs, to allow modules to review interdependent configuration
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd directive values and adjust them while messages can still be logged
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd to the console. Handle relevant MPM directives during this phase
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd and format messages for both the console and the error log, as
4bd465052c4a0c8d41e573ee7a90c312d980355fchrisd appropriate. [Chris Darroch]
27b38d4191d5f638165e2a77ec6e6f567bd7784dniq *) mod_proxy: don't URLencode tilde in path component
27b38d4191d5f638165e2a77ec6e6f567bd7784dniq [Stijn Hoop <stijn sandcat.nl>]
a87e2a23083aa62229307482afbb3b802a0c2105mturk *) mpm_winnt: Fix return values from wait_for_many_objects.
a87e2a23083aa62229307482afbb3b802a0c2105mturk The return value is index to the signaled thread in the
a87e2a23083aa62229307482afbb3b802a0c2105mturk creted_threads array. We can not use WAIT_TIMEOUT because
a87e2a23083aa62229307482afbb3b802a0c2105mturk his value is defined as 258, thus limiting the MaxThreads
a87e2a23083aa62229307482afbb3b802a0c2105mturk to that value. [Mladen Turk]
8fd638698262130d00458b2c95548f6f94875847rpluem *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
534611d341a1a48b93c7a1fd5e333dbd261527d3rpluem to circumvent the symbolic link checks imposed by FollowSymLinks and
534611d341a1a48b93c7a1fd5e333dbd261527d3rpluem SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
e99dfd55d29a7b4209b814efc7270d0b74ccee74niq *) mod_proxy: Support environment variable interpolation in reverse
c3c8103039e36494987aff50451896459826a361rpluem proxying directives. [Nick Kew]
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem *) core: Add the filename of the configuration file to the warning message
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem about the useless use of AllowOverride. PR 39992.
127aef4ce9f7b6b32a95c5ed9a93b796d18755e6rpluem [Darryl Miles <darryl darrylmiles.org>]
79d4b708d021714647aab8b138ae671ed24765cewrowe *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
79d4b708d021714647aab8b138ae671ed24765cewrowe configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
79d4b708d021714647aab8b138ae671ed24765cewrowe The default is none as this is far greater debugging resolution than
79d4b708d021714647aab8b138ae671ed24765cewrowe the typical administrator is prepared to untangle. [William Rowe]
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem *) mod_disk_cache: If possible, check if the size of an object to cache is
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem within the configured boundaries before actually saving data.
88d0e50f16b21d4d0af0a48da7ad28fb5991834crpluem [Niklas Edmundsson <nikke acc.umu.se>]
15264721069299ec26493e21d56bf8ff7faf6f0drpluem *) mod_cache: Convert all values to seconds before comparing them when
15264721069299ec26493e21d56bf8ff7faf6f0drpluem checking whether to send a Warning header for a stale response.
15264721069299ec26493e21d56bf8ff7faf6f0drpluem PR 39713. [Owen Taylor <otaylor redhat.com>]
25a81ea1bca1c89cda713c4d23660e487b1488a0rpluem *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
25a81ea1bca1c89cda713c4d23660e487b1488a0rpluem final name. [Davi Arnaut <davi haxent.com.br>]
48fa058fe468025347930610ac2473094fa0f4e4chrisd *) Worker and event MPMs: Remove improper scoreboard updates which were
48fa058fe468025347930610ac2473094fa0f4e4chrisd performed in the event of a fork() failure. [Chris Darroch]
3ec4328f079d8867cc323155e59678ad9437914frooneg *) Add support for fcgi:// proxies to mod_rewrite.
3ec4328f079d8867cc323155e59678ad9437914frooneg [Markus Schiegl <ms schiegl.com>]
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd *) Remove incorrect comments from scoreboard.h regarding conditional
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd loading of worker_score structure with mod_status, and remove unused
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd definitions relating to old life_status field.
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd [Chris Darroch <chrisd pearsoncmg.com>]
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd *) Remove allocation of memory for unused array of lb_score pointers
de0d0b50c96fae59c28e09fed61b0d15cfa4147bchrisd in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
db78659055df54243bca678c35bd2ce7e31a9237rooneg *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
edf6757df85878dc8ce11fb3840ee4cde6de5b2frooneg [Garrett Rooney, Jim Jagielski, Paul Querna]
95817edd05387a5276f51fcd5db79fc21b89b55brooneg *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
95817edd05387a5276f51fcd5db79fc21b89b55brooneg [Chris Darroch <chrisd pearsoncmg.com>]
63689d77e084e36b8194fb6df5adfc0344965e01trawick *) mod_charset_lite: Remove Content-Length when output filter can
63689d77e084e36b8194fb6df5adfc0344965e01trawick invalidate it. Warn when input filter can invalidate it.
63689d77e084e36b8194fb6df5adfc0344965e01trawick [Jeff Trawick]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Add the new module mod_authn_core that will provide common
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes authn directives such as 'AuthType', 'AuthName'. Move the directives
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes into mod_authn_core. [Brad Nicholes]
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes into the new module mod_access_compat which can be loaded to provide
8b67b9d3ce40755d1b58971198a02b2749d8e13dbnicholes support for these directives.
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes [Brad Nicholes]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Move the 'Require' directive from the core module as well as
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes logic into the authorization processing. [Brad Nicholes]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Add the new module mod_authz_core which acts as the
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes authorization provider vector and contains common authz
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes directives. [Brad Nicholes]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes host-based access control provided by mod_authz_host and invoked
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes through the 'Require' directive. [Brad Nicholes]
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes *) Authz: Convert all of the authz modules from hook based to
69c36bbae91de0e99a682aaae9d6fa61fceb2771bnicholes provider based. [Brad Nicholes]
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem *) mod_cache: Add CacheMinExpire directive to set the minimum time in
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem seconds to cache a document.
1b0dce86d7fc8a5aa4c89b05255be26e508c615crpluem [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
edc5389f50ce4153e6192740f3c7a188c8cf8d67niq *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
6c05afd314b4ddd545d63b4ff5de822cc30eec79trawick *) Fix typo in ProxyStatus syntax error message.
6c05afd314b4ddd545d63b4ff5de822cc30eec79trawick [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
13cd67e9c1dacbd6b9f040bda337c725cedd98f3brianp *) Asynchronous write completion for the Event MPM. [Brian Pane]
a623efbff95aab78da9e030524b0fa69b054f6d0brianp *) Added an End-Of-Request bucket type. The logging of a request and
a623efbff95aab78da9e030524b0fa69b054f6d0brianp the freeing of its pool are now done when the EOR bucket is destroyed.
a623efbff95aab78da9e030524b0fa69b054f6d0brianp This has the effect of delaying the logging until right after the last
a623efbff95aab78da9e030524b0fa69b054f6d0brianp of the response is sent; ap_core_output_filter() calls the access logger
a623efbff95aab78da9e030524b0fa69b054f6d0brianp indirectly when it destroys the EOR bucket. [Brian Pane]
0b4b04d8621478ba59f0a6ba2950ddc02ab92b58colm *) Rewrite of logresolve support utility: IPv6 addresses are now supported
0b4b04d8621478ba59f0a6ba2950ddc02ab92b58colm and the format of statistical output has changed. [Colm MacCarthaigh]
2f1bb5376c5c4022383bb729679ca751dd75a2eabrianp *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
ad862ab5716726a2d72a292ba1dfb29566c86153brianp *) Added new connection states for handler and write completion
ad862ab5716726a2d72a292ba1dfb29566c86153brianp [Brian Pane]
17d53ea32c4968e47733f1c2c063ae07d280efd6jerenkrantz *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
17d53ea32c4968e47733f1c2c063ae07d280efd6jerenkrantz [Justin Erenkrantz]
2d5532b13110a8d85653da92e97795b09cc25cc2trawick *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
b38565306421ff53e9f7499bc728d6df5cec294dpquerna allowing string-valued client certificate attributes to be used for
b38565306421ff53e9f7499bc728d6df5cec294dpquerna access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
b38565306421ff53e9f7499bc728d6df5cec294dpquerna [Martin Kraemer, David Reid]
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim [Apache 2.1.0-dev includes those bug fixes and changes with the
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim Apache 2.2.xx tree as documented, and except as noted, below.]
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.2.x and later:
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.0.x and later:
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 1.3.x and later: