CHANGES revision 46a47c67296c52323632d5ae9d7c86bf87027a5f
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames -*- coding: utf-8 -*-
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregamesChanges with Apache 2.3.0
6f4c27ba6e152792f3729069e8d8313ebc87cc60jwoolley[ When backported to 2.2.x, remove entry from this file ]
6f4c27ba6e152792f3729069e8d8313ebc87cc60jwoolley *) ab: Use a 64 bit unsigned int instead of a signed long to count the
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick *) mod_proxy_ajp: Do not retry request in the case that we either failed to
6865813dee5d3c1ebf12dd810368171792a0190atrawick sent a part of the request body or if the request is not idempotent.
6865813dee5d3c1ebf12dd810368171792a0190atrawick PR 44334 [Ruediger Pluem]
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley *) mod_proxy_http: Fix processing of chunked responses if
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley Connection: Transfer-Encoding is set in the response of the proxied
97719ad970d779ac48af9364ab0ea9fdcc27470ajwoolley system. PR 44311 [Ruediger Pluem]
5ad238c42b1e159ee8f164515e0c4ee6c727c2fdtrawick *) ProxyPassReverse is now balancer aware. [Jim Jagielski]
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb *) rotatelogs: Don't leak memory when reopening the logfile.
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb PR 40183 [Ruediger Pluem, Takashi Sato <serai lans-tv.com>]
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb *) mod_ldap: Add support (taking advantage of the new APR capability)
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb for ldap rebind callback while chasing referrals. This allows direct
ba00c3b7c20f00ce631b89ae3b1cd3bae8d1b165rbb searches on LDAP servers (in particular MS Active Directory 2003+)
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb using referrals without the use of the global catalog.
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb PRs 26538, 40268, and 42557 [Paul J. Reder]
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb *) ab: Do not try to read non existing response bodies of HEAD requests.
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb PR 34275 [Takashi Sato <serai lans-tv.com>]
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb *) Support chroot on Unix-family platforms
6e954603b02f2b7d4ad80af17d9b3cc6f0bacf69rbb PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley *) Don't add bogus duplicate Content-Language entries
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley PR 11035 [Davi Arnaut]
fa449f5bc87c5d87c4c60e778c9c882e7254de7ejwoolley *) mod_proxy_ftp: Fix base for directory listings.
1c0b7c3bdace07946457fa7ba04b7f97b6599792rbb PR 27834 [Nick Kew]
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley values for errors encountered while forwarding the request body
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley PR 44165 [Eric Covener]
227d23a7db41dd89f52391c9356dbb1adcd675e0jwoolley *) mod_logio: Provide optional function to allow modules to adjust the
1c0b7c3bdace07946457fa7ba04b7f97b6599792rbb bytes_in count [Eric Covener]
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz *) mod_ssl: Added server name indication support (RFC 4366).
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz PR 34607. [Kaspar Brand <asfbugz velox.ch>]
17bc0e8f2e3816e25bc8fd3fadf39357340aebd0jerenkrantz *) ApacheMonitor.exe: Introduce --kill argument for use by the
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb installer. This will permit the installation tool to remove
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb all running instances before attempting to remove the .exe.
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb [William Rowe]
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb *) mod_proxy: Lower memory consumption for short lived connections.
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb PR 44026. [Ruediger Pluem]
e6cc28a5eb3371ba0c38e941855e71ff0054f50erbb *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick [Ruediger Pluem]
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick *) rotatelogs: Improve atomicity when using -l and cleaup code.
cf233fb4b439415a2bf7bab7e622afd994e0bebftrawick PR 44004 [Rainer Jung]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames *) mod_ssl: Add support for OCSP validation of client certificates.
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames *) mod_serf: New module for Reverse Proxying. [Paul Querna]
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames *) core: Add the option to keep aside a request body up to a certain
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames size that would otherwise be discarded, to be consumed by filters
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames such as mod_include. When enabled for a directory, POST requests
8d49090fd56a8ce06c7f7135f19e5ff8e24b5ff3gregames to shtml files can be passed through to embedded scripts as POST
f99bffd6087564cf9c05cc29d1c6b38d94e0ed30gregames requests, rather being downgraded to GET requests. [Graham Leggett]
270609308f247c5e934b400b5f1691c2cca16c61jerenkrantz *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
8458877c9ba0af86acd590eea531476adde3d02dmartin *) scoreboard: Correctly declare ap_time_process_request.
8458877c9ba0af86acd590eea531476adde3d02dmartin *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
8458877c9ba0af86acd590eea531476adde3d02dmartin from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
644be6f54749d2d9950d2c4d2ac448f7af016d26martin provide the unusual legacy lookup. [William Rowe]
644be6f54749d2d9950d2c4d2ac448f7af016d26martin *) mpm winnt: fix null pointer dereference
644be6f54749d2d9950d2c4d2ac448f7af016d26martin PR 42572 [Davi Arnaut]
b30b04f639d479b96cc08c43ffa34c92ba275676ianh *) core: reinstate location walk to fix config for subrequests
b30b04f639d479b96cc08c43ffa34c92ba275676ianh PR 41960 [Jose Kahan <jose w3.org>]
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley *) mod_log_config: Add format options for %p so that the actual local
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
c4fbc4018fd2b6716673a38ee27eeb36cba41c5djwoolley <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
f4e4643c309e5b5da60e13f9a25984d54b307caawrowe *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
f4e4643c309e5b5da60e13f9a25984d54b307caawrowe parameters to the environment. Improve portability to
f4e4643c309e5b5da60e13f9a25984d54b307caawrowe EBCDIC machines by using apr_toupper(). [Martin Kraemer]
2548497d480c4f3e9b3fe14711bd510aa2157434gregames *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
2548497d480c4f3e9b3fe14711bd510aa2157434gregames to authorize an authenticated user via a "require ldap-group X" directive
ccb5c3af2d491a7cd1c246cd23f0fb083da417fagregames where the user is not in group X, but is in a subgroup contained in X.
0e58e92812f2f679d6bf2ff66cbcfa6c1d1e14bbjerenkrantz PR 42891 [Paul J. Reder]
da6e93dca0222159650783802e23172e3160605egregames *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
c927e13f298c42251296d33cc1fa3eb8232b843daaron *) ab: Add -r option to continue after socket receive errors.
c927e13f298c42251296d33cc1fa3eb8232b843daaron [Filip Hanik <devlist hanik.com>]
c927e13f298c42251296d33cc1fa3eb8232b843daaron *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
c927e13f298c42251296d33cc1fa3eb8232b843daaron for SDKs that define LDAP_NO_LIMIT to something other than -1.
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron [David Jones <oscaremma gmail.com>]
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron *) apxs: Enhance -q flag to print all known variables and their values
9126ed10455a2a98a3a51c68ed1b356e1873e8e6aaron when invoked without variable name(s).
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick [William Rowe, Sander Temme]
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick *) apxs: Eliminate run-time check for mod_so. PR 40653.
fa3ca21e09bac0dbc2045e9f53963ba46cfed5b1trawick [David M. Lee <dmlee crossroads.com>]
18acb2c0df442ead1d075a1a2207cbb197725b14coar *) beos MPM: Create pmain pool and run modules' child_init hooks when
18acb2c0df442ead1d075a1a2207cbb197725b14coar entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
18acb2c0df442ead1d075a1a2207cbb197725b14coar [Chris Darroch]
617f972690d850a52cd4e9ef2f32d356e0fae715aaron *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
617f972690d850a52cd4e9ef2f32d356e0fae715aaron cleanups registered in modules' child_init hooks are performed.
617f972690d850a52cd4e9ef2f32d356e0fae715aaron [Chris Darroch]
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley *) mod_dbd: Stash DBD connections in request_config of initial request
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley only, or else sub-requests and internal redirections may cause
9278d5393ef084f4fc6d7ec8641af5959442c157jwoolley entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
022cff78006f698453640e0a0e97cc5f8c9de59drbb *) Fix issue which could cause error messages to be written to access logs
526a776292f420ffeea0d081c61971ed381fad20stoddard *) The LockFile directive, which specifies the location of
526a776292f420ffeea0d081c61971ed381fad20stoddard the accept() mutex lockfile, is deprecated. Instead, the
526a776292f420ffeea0d081c61971ed381fad20stoddard AcceptMutex directive now takes an optional lockfile
526a776292f420ffeea0d081c61971ed381fad20stoddard location parameter, ala SSLMutex. [Jim Jagielski]
526a776292f420ffeea0d081c61971ed381fad20stoddard *) mod_authn_dbd: Export any additional columns queried in the SQL select
526a776292f420ffeea0d081c61971ed381fad20stoddard into the environment with the name AUTHENTICATE_<COLUMN>. This brings
526a776292f420ffeea0d081c61971ed381fad20stoddard mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
526a776292f420ffeea0d081c61971ed381fad20stoddard *) mod_dbd: Key the storage of prepared statements on the hex string
526a776292f420ffeea0d081c61971ed381fad20stoddard value of server_rec, rather than the server name, as the server name
452d2fd15cebd2da9331d5d765558a60b488c1a9rbb may change (eg when the server name is set) at any time, causing
62ddc9851530478919d169ba9c34b80f60cf7718trawick weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
62ddc9851530478919d169ba9c34b80f60cf7718trawick *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
62ddc9851530478919d169ba9c34b80f60cf7718trawick *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
904d7bf799c6216beb34519463596b4fce630308wrowe the first bucket from the brigade, finds it not to be a FILE
904d7bf799c6216beb34519463596b4fce630308wrowe bucket and barfs. The fix is to pass a bucket rather than a brigade.
904d7bf799c6216beb34519463596b4fce630308wrowe [Niklas Edmundsson <nikke acc.umu.se>]
904d7bf799c6216beb34519463596b4fce630308wrowe *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
904d7bf799c6216beb34519463596b4fce630308wrowe *) ap_get_server_version() has been removed. Third-party modules must
904d7bf799c6216beb34519463596b4fce630308wrowe now use ap_get_server_banner() or ap_get_server_description().
904d7bf799c6216beb34519463596b4fce630308wrowe [Jeff Trawick]
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron *) All MPMs: Introduce a check_config phase between pre_config and
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron open_logs, to allow modules to review interdependent configuration
17a4c6968b2fa692ff4dde12fe305230ee6b0421aaron directive values and adjust them while messages can still be logged
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz to the console. Handle relevant MPM directives during this phase
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz and format messages for both the console and the error log, as
83b031099aa3dc8a5fd2f708e397818cbd16c9aajerenkrantz appropriate. [Chris Darroch]
01e77cadbd9ad4962993380245bcc033dde523e4rbb *) mod_proxy: don't URLencode tilde in path component
01e77cadbd9ad4962993380245bcc033dde523e4rbb [Stijn Hoop <stijn sandcat.nl>]
8ea9794272347cfdd92861f46295406649f01afatrawick *) mpm_winnt: Fix return values from wait_for_many_objects.
8ea9794272347cfdd92861f46295406649f01afatrawick The return value is index to the signaled thread in the
8ea9794272347cfdd92861f46295406649f01afatrawick creted_threads array. We can not use WAIT_TIMEOUT because
b900452c9c36031434d318880f023c0fb9143325rbb his value is defined as 258, thus limiting the MaxThreads
b900452c9c36031434d318880f023c0fb9143325rbb to that value. [Mladen Turk]
b900452c9c36031434d318880f023c0fb9143325rbb *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
b900452c9c36031434d318880f023c0fb9143325rbb to circumvent the symbolic link checks imposed by FollowSymLinks and
b900452c9c36031434d318880f023c0fb9143325rbb SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
b900452c9c36031434d318880f023c0fb9143325rbb *) mod_proxy: Support environment variable interpolation in reverse
b900452c9c36031434d318880f023c0fb9143325rbb proxying directives. [Nick Kew]
8b666e1fb772b6fe45de3604b224f3e1f2cfd620rbb *) core: Add the filename of the configuration file to the warning message
c453a141db60a5b19649eac508f4851a8729c556rbb about the useless use of AllowOverride. PR 39992.
c453a141db60a5b19649eac508f4851a8729c556rbb [Darryl Miles <darryl darrylmiles.org>]
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
8b91dcac0e1ef7796c72d16b0962267313cac486jerenkrantz The default is none as this is far greater debugging resolution than
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe the typical administrator is prepared to untangle. [William Rowe]
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) mod_disk_cache: If possible, check if the size of an object to cache is
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe within the configured boundaries before actually saving data.
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe [Niklas Edmundsson <nikke acc.umu.se>]
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) mod_cache: Convert all values to seconds before comparing them when
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe checking whether to send a Warning header for a stale response.
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb PR 39713. [Owen Taylor <otaylor redhat.com>]
6ce942b017db75b559a42bdc2d7b8ea9e869a956wrowe *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb final name. [Davi Arnaut <davi haxent.com.br>]
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz *) Worker and event MPMs: Remove improper scoreboard updates which were
574f6ff9ee80ef4f772649c5c8319b764a8abe42jerenkrantz performed in the event of a fork() failure. [Chris Darroch]
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick *) Add support for fcgi:// proxies to mod_rewrite.
6d7d70dbda8e461d87f2d41e323755496ae3ebc7trawick [Markus Schiegl <ms schiegl.com>]
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz *) Remove incorrect comments from scoreboard.h regarding conditional
22a25f3393393b781e214f4abef17950bcb8bbe3jerenkrantz loading of worker_score structure with mod_status, and remove unused
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe definitions relating to old life_status field.
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe [Chris Darroch <chrisd pearsoncmg.com>]
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe *) Remove allocation of memory for unused array of lb_score pointers
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
a310497ca9c5112d759871e1b7d9f6a40fb78bcfwrowe *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
8bda0627eb2aca9e678c1303a0423d33069388dfwrowe [Garrett Rooney, Jim Jagielski, Paul Querna]
f00bc25ff5027f3a40e9cd0ade782641bd0bf1d0wrowe *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb [Chris Darroch <chrisd pearsoncmg.com>]
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb *) mod_charset_lite: Remove Content-Length when output filter can
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb invalidate it. Warn when input filter can invalidate it.
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb [Jeff Trawick]
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb *) Authz: Add the new module mod_authn_core that will provide common
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb authn directives such as 'AuthType', 'AuthName'. Move the directives
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
e36ef0d081aa59867688bcbb3da65952ec16fae3rbb into mod_authn_core. [Brad Nicholes]
52df98b165194a0ad68885f49f81fdaf56ece568wrowe *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
52df98b165194a0ad68885f49f81fdaf56ece568wrowe into the new module mod_access_compat which can be loaded to provide
52df98b165194a0ad68885f49f81fdaf56ece568wrowe support for these directives.
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb [Brad Nicholes]
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb *) Authz: Move the 'Require' directive from the core module as well as
2c294c31addd5c957bafe6e78c4a30d423ad6e80rbb add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
7e44dd5082cd865068285e8f915bb5f045e0bb80lars and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
7e44dd5082cd865068285e8f915bb5f045e0bb80lars logic into the authorization processing. [Brad Nicholes]
7e44dd5082cd865068285e8f915bb5f045e0bb80lars *) Authz: Add the new module mod_authz_core which acts as the
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe authorization provider vector and contains common authz
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe directives. [Brad Nicholes]
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
44a4ee1140769173da7bc2b42d1a686e3260ad84wrowe 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz host-based access control provided by mod_authz_host and invoked
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz through the 'Require' directive. [Brad Nicholes]
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz *) Authz: Convert all of the authz modules from hook based to
978faa9e29e0f0c42e66c07240e562325a4717b0jerenkrantz provider based. [Brad Nicholes]
976501adbc040220270f7d1d77c4b8373033be69wrowe *) mod_cache: Add CacheMinExpire directive to set the minimum time in
976501adbc040220270f7d1d77c4b8373033be69wrowe seconds to cache a document.
976501adbc040220270f7d1d77c4b8373033be69wrowe [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
976501adbc040220270f7d1d77c4b8373033be69wrowe *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
10a00688adcf1df367b1243810beedaabe6b1abeminfrin *) Fix typo in ProxyStatus syntax error message.
10a00688adcf1df367b1243810beedaabe6b1abeminfrin [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
8a3a703eae0e35f674b189181609545c6fc77a09rbb *) Asynchronous write completion for the Event MPM. [Brian Pane]
8a3a703eae0e35f674b189181609545c6fc77a09rbb *) Added an End-Of-Request bucket type. The logging of a request and
9af1ccb223d0669b3c3a43eed070d815afde9084mjc the freeing of its pool are now done when the EOR bucket is destroyed.
9af1ccb223d0669b3c3a43eed070d815afde9084mjc This has the effect of delaying the logging until right after the last
9af1ccb223d0669b3c3a43eed070d815afde9084mjc of the response is sent; ap_core_output_filter() calls the access logger
9d41fafe32b324c197f25224207fc6ce34f085bfrbb indirectly when it destroys the EOR bucket. [Brian Pane]
9d41fafe32b324c197f25224207fc6ce34f085bfrbb *) Rewrite of logresolve support utility: IPv6 addresses are now supported
9d41fafe32b324c197f25224207fc6ce34f085bfrbb and the format of statistical output has changed. [Colm MacCarthaigh]
889d9c84f8b1ad850f977a6d8e548696994f8f86jerenkrantz *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
889d9c84f8b1ad850f977a6d8e548696994f8f86jerenkrantz *) Added new connection states for handler and write completion
8c83461e53ca7d204e1d634f0c78199d60320d7bjerenkrantz [Brian Pane]
8c83461e53ca7d204e1d634f0c78199d60320d7bjerenkrantz *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
8e5842bc05146bb5c171e53b00b24063d17c666cjerenkrantz [Justin Erenkrantz]
8e5842bc05146bb5c171e53b00b24063d17c666cjerenkrantz *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
cdb15137887e284797e9510029098dc725b4dacfjerenkrantz allowing string-valued client certificate attributes to be used for
cdb15137887e284797e9510029098dc725b4dacfjerenkrantz access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz [Martin Kraemer, David Reid]
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz [Apache 2.1.0-dev includes those bug fixes and changes with the
798c7c11dc2fe3b08e591e9c76fc1a84857f2cd4jerenkrantz Apache 2.2.xx tree as documented, and except as noted, below.]
abaaa634d7cee882b7c4bf078ded749ebf11997erbbChanges with Apache 2.2.x and later:
abaaa634d7cee882b7c4bf078ded749ebf11997erbb *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
0aa8e8fd5a242948518655f2296b3c76386754e5jerenkrantzChanges with Apache 2.0.x and later:
de3abad1fe263e577bb11e99b358836bd901397crbb *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
de3abad1fe263e577bb11e99b358836bd901397crbbChanges with Apache 1.3.x and later: