CHANGES revision 3d81c6f18deabacd15101eda69f7d16bf466d22d
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
ec79b29695b183f794264bbb578c51e93d1f9b1emartinChanges with Apache 2.3.0
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim[ When backported to 2.2.x, remove entry from this file ]
3d81c6f18deabacd15101eda69f7d16bf466d22dniq *) mod_proxy: Don't by default violate RFC2616 by setting
3d81c6f18deabacd15101eda69f7d16bf466d22dniq Max-Forwards when the client didn't send it to us.
3d81c6f18deabacd15101eda69f7d16bf466d22dniq Leave that as a configuration option.
3d81c6f18deabacd15101eda69f7d16bf466d22dniq PR 16137 [Nick Kew]
26b3536faba2adf259e19db7af8d9b63adaa5503niq *) mod_proxy_http: Remove Warning headers with wrong date
26b3536faba2adf259e19db7af8d9b63adaa5503niq PR 16138 [Nick Kew]
0b2361dac549453500c8df060975ac788a02d2ebniq *) mod_deflate: initialise inflate-out filter correctly when the
0b2361dac549453500c8df060975ac788a02d2ebniq first brigade contains no data buckets.
0b2361dac549453500c8df060975ac788a02d2ebniq PR 43512 [Nick Kew]
ecc3d196bbd7f558ea48d4a731f7f4f0f883d17dniq *) proxy: Fix persistent backend connections
ecc3d196bbd7f558ea48d4a731f7f4f0f883d17dniq PR 43472 [Ruediger Pluem]
c43cc3be552d386b6063f05478d21ed4bd61b4c7niq *) mod_proxy_http: Correctly parse all Connection headers in proxy.
c43cc3be552d386b6063f05478d21ed4bd61b4c7niq PR 43509 [Nick Kew]
24a97ba8b0a6bfd5ccdb1894e0d5241e46e080d6niq *) mod_proxy_http: add Via header correctly (if enabled) to
24a97ba8b0a6bfd5ccdb1894e0d5241e46e080d6niq response, even where other Via headers exist.
24a97ba8b0a6bfd5ccdb1894e0d5241e46e080d6niq PR 19439 [Nick Kew]
7e5af356ff51d737433c39c0ea0b04e3bf29b241niq *) mod_proxy_http: strip hop-by-hop response headers
7e5af356ff51d737433c39c0ea0b04e3bf29b241niq PR 43455 [Nick Kew]
a403dbf53e544291022bcc166ac8823d60fb1ee5niq *) HTTP protocol: Add "DefaultType none" option.
a403dbf53e544291022bcc166ac8823d60fb1ee5niq PR 13986 and PR 16139 [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]
f427f572e575740010fd835155b8aed60d458e36niq *) scoreboard: improve error message on apr_shm_create failure
f427f572e575740010fd835155b8aed60d458e36niq PR 40037 [Nick Kew]
b65a184929c97d0b0e4d3bad42648e0e9ce1b8ferpluem *) mod_rewrite: Add the novary flag to RewriteCond.
b65a184929c97d0b0e4d3bad42648e0e9ce1b8ferpluem [Ruediger Pluem]
1efd3be6ec6b22c0b40c3f864baa2a8a138f6e0dniq *) mod_proxy_http: Propagate Proxy-Authorization header correctly.
1efd3be6ec6b22c0b40c3f864baa2a8a138f6e0dniq PR 25947 [Nick Kew]
5ff68527ed4cfc34ba93eb201b79fc3363ee66e4niq *) mod_rewrite: Add option to suppress URL unescaping
5ff68527ed4cfc34ba93eb201b79fc3363ee66e4niq PR 34602 [Guenther Gsenger <guenther.gsenger gmail.com>]
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]
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna *) Event MPM: Add support for running under mod_ssl, by reverting to the
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna Worker MPM behaviors, when run under an input filter that buffers
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna its own data. [Paul Querna]
e4b96ba15dc8b2b27d251d53e29b86da32cd5066pquerna *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim *) mod_substitute: Added a new experimental output filter, which
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim performs inline response content pattern matching (including
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim regex) and substitution. [Jim Jagielski]
470d223738c1dfc4e07c7fae5d186e9dfadd9643jorton *) core: Change etag generation to produce identical results on
470d223738c1dfc4e07c7fae5d186e9dfadd9643jorton 32-bit and 64-bit platforms. PR 40064. [Joe Orton]
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]
421e0a5d1c49de76406f61e9abef271af2336c31rpluem *) core: Fix broken chunk filtering that causes all non blocking reads to be
421e0a5d1c49de76406f61e9abef271af2336c31rpluem converted into blocking reads. PR 41056. [Jean-Frederic Clere, Jim Jagielski]
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: