CHANGES revision c6d33447e28403a90ad817dba4df75fae785be28
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews -*- coding: utf-8 -*-
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark AndrewsChanges with Apache 2.3.0
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews[ When backported to 2.2.x, remove entry from this file ]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_serf: New module for Reverse Proxying. [Paul Querna]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_autoindex: Generate valid XHTML output by adding the xhtml
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews namespace. PR 43649 [Jose Kahan <jose w3.org>]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) core: Add the option to keep aside a request body up to a certain
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews size that would otherwise be discarded, to be consumed by filters
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews such as mod_include. When enabled for a directory, POST requests
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews to shtml files can be passed through to embedded scripts as POST
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews requests, rather being downgraded to GET requests. [Graham Leggett]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) scoreboard: Correctly declare ap_time_process_request.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ldap: Give callers a reference to data copied into the request
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews pool instead of references directly into the cache
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 43786 [Eric Covener]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ldap: Stop passing a reference to pconf around for
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews (limited) use during request processing, avoiding possible
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews memory corruption and crashes. [Eric Covener]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_status: Add SeeRequestTail directive, which determines if
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews ExtendedStatus displays the 1st 63 characters of the request
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews or the last 63. Useful for those requests with large string
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews lengths and which only vary with the last several characters.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews [Jim Jagielski]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews URI-canonicalisation in a reverse proxy.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 41798 [Nick Kew]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews provide the unusual legacy lookup. [William Rowe]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_proxy_http: Don't escape/unescape forward-proxied URLs
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 42592 [Nick Kew]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mpm winnt: fix null pointer dereference
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 42572 [Davi Arnaut]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx)
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews responses from the backend according to RFC2616. But make it
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews configurable in case something breaks on it.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 16518 [Nick Kew]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_deflate: Don't leave a strong ETag in place while transforming
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 39727 [Nick Kew]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) core: reinstate location walk to fix config for subrequests
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 41960 [Jose Kahan <jose w3.org>]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_log_config: Add format options for %p so that the actual local
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_rewrite: Add the novary flag to RewriteCond.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews [Ruediger Pluem]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_include: Add an "if" directive syntax to test whether an URL
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews is accessible, and if so, conditionally display content. This
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews allows a webmaster to hide a link to a private page when the user
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews has no access to that page. [Graham Leggett]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews parameters to the environment. Improve portability to
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews EBCDIC machines by using apr_toupper(). [Martin Kraemer]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews to authorize an authenticated user via a "require ldap-group X" directive
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews where the user is not in group X, but is in a subgroup contained in X.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews PR 42891 [Paul J. Reder]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) Event MPM: Add support for running under mod_ssl, by reverting to the
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews Worker MPM behaviors, when run under an input filter that buffers
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews its own data. [Paul Querna]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_substitute: Added a new experimental output filter, which
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews performs inline response content pattern matching (including
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki regex) and substitution. [Jim Jagielski]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) core: Change etag generation to produce identical results on
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews 32-bit and 64-bit platforms. PR 40064. [Joe Orton]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) ab: Add -r option to continue after socket receive errors.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews [Filip Hanik <devlist hanik.com>]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews for SDKs that define LDAP_NO_LIMIT to something other than -1.
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews [David Jones <oscaremma gmail.com>]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews hosts of database configurations from the main server. Determine the
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews minimal set of distinct configurations and share connection pools
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews whenever possible. Allow virtual hosts to override inherited SQL
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews statements. PR 41302. [Chris Darroch]
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews *) core: Fix broken chunk filtering that causes all non blocking reads to be
91f66e374b1c5b8cecc18dfb7ae869900b22e904Mark Andrews converted into blocking reads. PR 41056. [Jean-Frederic Clere, Jim Jagielski]
[David M. Lee <dmlee crossroads.com>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Stijn Hoop <stijn sandcat.nl>]
[Darryl Miles <darryl darrylmiles.org>]
[Niklas Edmundsson <nikke acc.umu.se>]
PR 39713. [Owen Taylor <otaylor redhat.com>]
final name. [Davi Arnaut <davi haxent.com.br>]
[Markus Schiegl <ms schiegl.com>]
*) Remove incorrect comments from scoreboard.h regarding conditional
[Chris Darroch <chrisd pearsoncmg.com>]
in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
[Chris Darroch <chrisd pearsoncmg.com>]
and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later:
Changes with Apache 1.3.x and later: