CHANGES revision c52e490481bd0156dcfd894b7f818572eefc7943
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase -*- coding: utf-8 -*-
f82b74df900ca57ef391a54327370f49b164ab04Tim ReddehaseChanges with Apache 2.3.0
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase[ When backported to 2.2.x, remove entry from this file ]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) mod_ssl: Add support for OCSP validation of client certificates.
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) mod_filter: Don't segfault on (unsupported) chained FilterProvider usage.
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase PR 43956 [Nick Kew, Ruediger Pluem]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) core: Handle unrecognised transfer-encodings.
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase PR 43882 [Nick Kew]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) mod_serf: New module for Reverse Proxying. [Paul Querna]
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) core: Add the option to keep aside a request body up to a certain
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase size that would otherwise be discarded, to be consumed by filters
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase such as mod_include. When enabled for a directory, POST requests
a02947466397a644f0031e315283182500424ce6Eugen Kuksa to shtml files can be passed through to embedded scripts as POST
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa requests, rather being downgraded to GET requests. [Graham Leggett]
61ced0227b69950f6888ef7681e10c97dccb78deEugen Kuksa
a02947466397a644f0031e315283182500424ce6Eugen Kuksa *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
a02947466397a644f0031e315283182500424ce6Eugen Kuksa
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase *) scoreboard: Correctly declare ap_time_process_request.
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
a02947466397a644f0031e315283182500424ce6Eugen Kuksa
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase *) mod_status: Add SeeRequestTail directive, which determines if
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase ExtendedStatus displays the 1st 63 characters of the request
a02947466397a644f0031e315283182500424ce6Eugen Kuksa or the last 63. Useful for those requests with large string
a02947466397a644f0031e315283182500424ce6Eugen Kuksa lengths and which only vary with the last several characters.
a02947466397a644f0031e315283182500424ce6Eugen Kuksa [Jim Jagielski]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa provide the unusual legacy lookup. [William Rowe]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mpm winnt: fix null pointer dereference
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa PR 42572 [Davi Arnaut]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa responses from the backend according to RFC2616. But make it
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa configurable in case something breaks on it.
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa PR 16518 [Nick Kew]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_deflate: Don't leave a strong ETag in place while transforming
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa the entity.
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase PR 39727 [Nick Kew]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa *) core: reinstate location walk to fix config for subrequests
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa PR 41960 [Jose Kahan <jose w3.org>]
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa *) mod_log_config: Add format options for %p so that the actual local
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
748156d79e65fd540cb65bd114e517d2e8fd5c0aEugen Kuksa
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa *) mod_rewrite: Add the novary flag to RewriteCond.
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa [Ruediger Pluem]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa *) mod_include: Add an "if" directive syntax to test whether an URL
c567fa0a1f6fe8f882615edd1b9fcd3d293ddb52Tim Reddehase is accessible, and if so, conditionally display content. This
f82b74df900ca57ef391a54327370f49b164ab04Tim Reddehase allows a webmaster to hide a link to a private page when the user
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa has no access to that page. [Graham Leggett]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa parameters to the environment. Improve portability to
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa EBCDIC machines by using apr_toupper(). [Martin Kraemer]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
8ac6c70e5175910433f608ead8b42d47c1ed1363Tim Reddehase to authorize an authenticated user via a "require ldap-group X" directive
8ac6c70e5175910433f608ead8b42d47c1ed1363Tim Reddehase where the user is not in group X, but is in a subgroup contained in X.
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase PR 42891 [Paul J. Reder]
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase *) mod_substitute: Added a new experimental output filter, which
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase performs inline response content pattern matching (including
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase regex) and substitution. [Jim Jagielski]
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase *) core: Change etag generation to produce identical results on
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase 32-bit and 64-bit platforms. PR 40064. [Joe Orton]
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase *) ab: Add -r option to continue after socket receive errors.
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase [Filip Hanik <devlist hanik.com>]
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase for SDKs that define LDAP_NO_LIMIT to something other than -1.
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase [David Jones <oscaremma gmail.com>]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
a1133e03bf198594728c913fdfa6f1a8f825e4d3Tim Reddehase *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
a1133e03bf198594728c913fdfa6f1a8f825e4d3Tim Reddehase hosts of database configurations from the main server. Determine the
a1133e03bf198594728c913fdfa6f1a8f825e4d3Tim Reddehase minimal set of distinct configurations and share connection pools
a1133e03bf198594728c913fdfa6f1a8f825e4d3Tim Reddehase whenever possible. Allow virtual hosts to override inherited SQL
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa statements. PR 41302. [Chris Darroch]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
b9fc71616da2eccbe52d2dbc31d63f6c2d46a864Eugen Kuksa *) core: Fix broken chunk filtering that causes all non blocking reads to be
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa converted into blocking reads. PR 41056. [Jean-Frederic Clere, Jim Jagielski]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa *) apxs: Enhance -q flag to print all known variables and their values
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa when invoked without variable name(s).
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa [William Rowe, Sander Temme]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa *) apxs: Eliminate run-time check for mod_so. PR 40653.
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa [David M. Lee <dmlee crossroads.com>]
a6d7fb7d7345dcb78c5b6963e6b3e4fd96026ad5Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) beos MPM: Create pmain pool and run modules' child_init hooks when
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa [Chris Darroch]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa cleanups registered in modules' child_init hooks are performed.
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa [Chris Darroch]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_dbd: Stash DBD connections in request_config of initial request
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa only, or else sub-requests and internal redirections may cause
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) Fix issue which could cause error messages to be written to access logs
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
b9fc71616da2eccbe52d2dbc31d63f6c2d46a864Eugen Kuksa
b9fc71616da2eccbe52d2dbc31d63f6c2d46a864Eugen Kuksa *) The LockFile directive, which specifies the location of
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa the accept() mutex lockfile, is deprecated. Instead, the
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa AcceptMutex directive now takes an optional lockfile
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa location parameter, ala SSLMutex. [Jim Jagielski]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_authn_dbd: Export any additional columns queried in the SQL select
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa into the environment with the name AUTHENTICATE_<COLUMN>. This brings
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa *) mod_dbd: Key the storage of prepared statements on the hex string
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa value of server_rec, rather than the server name, as the server name
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa may change (eg when the server name is set) at any time, causing
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
a8db9e70ee6d28f9c13b6803fe6c52fb91ff13c4Eugen Kuksa
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase the first bucket from the brigade, finds it not to be a FILE
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase bucket and barfs. The fix is to pass a bucket rather than a brigade.
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase [Niklas Edmundsson <nikke acc.umu.se>]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase *) ap_get_server_version() has been removed. Third-party modules must
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase now use ap_get_server_banner() or ap_get_server_description().
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase [Jeff Trawick]
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase
301eaa407a5ed36d76b835614d49d25113c2154aTim Reddehase *) All MPMs: Introduce a check_config phase between pre_config and
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase open_logs, to allow modules to review interdependent configuration
a02947466397a644f0031e315283182500424ce6Eugen Kuksa directive values and adjust them while messages can still be logged
a02947466397a644f0031e315283182500424ce6Eugen Kuksa to the console. Handle relevant MPM directives during this phase
a02947466397a644f0031e315283182500424ce6Eugen Kuksa and format messages for both the console and the error log, as
a02947466397a644f0031e315283182500424ce6Eugen Kuksa appropriate. [Chris Darroch]
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase *) mod_proxy: don't URLencode tilde in path component
cb4b0f8f5f313025be4be2950b3bec1de4bf0720Tim Reddehase [Stijn Hoop <stijn sandcat.nl>]
45a2227b10d8d045961377d803c9865a085d7473Tim Reddehase
*) mpm_winnt: Fix return values from wait_for_many_objects.
The return value is index to the signaled thread in the
creted_threads array. We can not use WAIT_TIMEOUT because
his value is defined as 258, thus limiting the MaxThreads
to that value. [Mladen Turk]
*) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
to circumvent the symbolic link checks imposed by FollowSymLinks and
SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
*) mod_proxy: Support environment variable interpolation in reverse
proxying directives. [Nick Kew]
*) core: Add the filename of the configuration file to the warning message
about the useless use of AllowOverride. PR 39992.
[Darryl Miles <darryl darrylmiles.org>]
*) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
The default is none as this is far greater debugging resolution than
the typical administrator is prepared to untangle. [William Rowe]
*) mod_disk_cache: If possible, check if the size of an object to cache is
within the configured boundaries before actually saving data.
[Niklas Edmundsson <nikke acc.umu.se>]
*) mod_cache: Convert all values to seconds before comparing them when
checking whether to send a Warning header for a stale response.
PR 39713. [Owen Taylor <otaylor redhat.com>]
*) mod_disk_cache: Delete temporary files if they cannot be renamed to their
final name. [Davi Arnaut <davi haxent.com.br>]
*) Worker and event MPMs: Remove improper scoreboard updates which were
performed in the event of a fork() failure. [Chris Darroch]
*) Add support for fcgi:// proxies to mod_rewrite.
[Markus Schiegl <ms schiegl.com>]
*) Remove incorrect comments from scoreboard.h regarding conditional
loading of worker_score structure with mod_status, and remove unused
definitions relating to old life_status field.
[Chris Darroch <chrisd pearsoncmg.com>]
*) Remove allocation of memory for unused array of lb_score pointers
in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
*) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
[Garrett Rooney, Jim Jagielski, Paul Querna]
*) Event MPM: Fill in the scoreboard's tid field. PR 38736.
[Chris Darroch <chrisd pearsoncmg.com>]
*) mod_charset_lite: Remove Content-Length when output filter can
invalidate it. Warn when input filter can invalidate it.
[Jeff Trawick]
*) Authz: Add the new module mod_authn_core that will provide common
authn directives such as 'AuthType', 'AuthName'. Move the directives
'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
into mod_authn_core. [Brad Nicholes]
*) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
into the new module mod_access_compat which can be loaded to provide
support for these directives.
[Brad Nicholes]
*) Authz: Move the 'Require' directive from the core module as well as
add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
logic into the authorization processing. [Brad Nicholes]
*) Authz: Add the new module mod_authz_core which acts as the
authorization provider vector and contains common authz
directives. [Brad Nicholes]
*) Authz: Renamed mod_authz_dbm authz providers from 'group' and
'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
*) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
host-based access control provided by mod_authz_host and invoked
through the 'Require' directive. [Brad Nicholes]
*) Authz: Convert all of the authz modules from hook based to
provider based. [Brad Nicholes]
*) mod_cache: Add CacheMinExpire directive to set the minimum time in
seconds to cache a document.
[Brian Akins <brian.akins turner.com>, Ruediger Pluem]
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
*) Fix typo in ProxyStatus syntax error message.
[Christophe Jaillet <christophe.jaillet wanadoo.fr>]
*) Asynchronous write completion for the Event MPM. [Brian Pane]
*) Added an End-Of-Request bucket type. The logging of a request and
the freeing of its pool are now done when the EOR bucket is destroyed.
This has the effect of delaying the logging until right after the last
of the response is sent; ap_core_output_filter() calls the access logger
indirectly when it destroys the EOR bucket. [Brian Pane]
*) Rewrite of logresolve support utility: IPv6 addresses are now supported
and the format of statistical output has changed. [Colm MacCarthaigh]
*) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
*) Added new connection states for handler and write completion
[Brian Pane]
*) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
[Justin Erenkrantz]
*) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
allowing string-valued client certificate attributes to be used for
access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
[Martin Kraemer, David Reid]
[Apache 2.1.0-dev includes those bug fixes and changes with the
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
Changes with Apache 2.0.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
Changes with Apache 1.3.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup