CHANGES revision 72aaeaa5a37222163750c2a5439d63767fdb2e2d
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes -*- coding: utf-8 -*-
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesChanges with Apache 2.5.0
28141ccf4644e2f75835d9ad1b21fa9a66856712bnicholes *) core: ap_rgetline_core now pulls from r->proto_input_filters.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_proxy_html: process parsed comments immediately.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Fixes bug where parsed comments may be lost. [Nick Kew]
8b96b30e820f9bf092944b15cf1d696a6c0d7f1abnicholes *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: Fix valgrind warning about uninitialized memory in argument to
c9ce2b84cc0bf2caa39be615eb06f7a9b68378d5bnicholes semctl. PR 53690. [Mikhail T. <mi+apache aldan algebra com>]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: Add option to add valgrind suport. Use it to reduce false positive
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes warnings in mod_ssl. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Daniel Gruno]
b0827492bc89f04870db952fa9b940e76c975489bnicholes *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
b0827492bc89f04870db952fa9b940e76c975489bnicholes Cache the result of the most recent password hash verification for every
b0827492bc89f04870db952fa9b940e76c975489bnicholes keep-alive connection. This saves some expensive calculations.
b0827492bc89f04870db952fa9b940e76c975489bnicholes [Stefan Fritsch]
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) http: Remove support for Request-Range header sent by Navigator 2-3 and
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes MSIE 3. [Stefan Fritsch]
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes conformance or to only log the found problems. [Stefan Fritsch]
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) core: Correctly parse an IPv6 literal host specification in an absolute
b0827492bc89f04870db952fa9b940e76c975489bnicholes URL in the request line. [Stefan Fritsch]
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes *) mod_ssl: add support for subjectAltName-based host name checking
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes in proxy mode. PR 54030. [Kaspar Brand]
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes [Jackie Zhang <jackie qq zhang gmail com>]
58608d1d2acd188b5f04e256618a341416e086cdbnicholes *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
58608d1d2acd188b5f04e256618a341416e086cdbnicholes *) EventOpt MPM
58608d1d2acd188b5f04e256618a341416e086cdbnicholes *) core: Add LogLevelOverride directive that allows to override the
28870faaa28b18fbd520eae339925a0334521d5fbnicholes loglevel for clients from certain IPs. This also works for things
28870faaa28b18fbd520eae339925a0334521d5fbnicholes like the SSL handshake where <If> LogLevel ... </If> is evaluated
28870faaa28b18fbd520eae339925a0334521d5fbnicholes too late. [Stefan Fritsch]
28870faaa28b18fbd520eae339925a0334521d5fbnicholes *) core: Add new directive Warning to issue warnings from a configuration
28870faaa28b18fbd520eae339925a0334521d5fbnicholes file. Both Warning and Error now generate a timestamped log message.
58608d1d2acd188b5f04e256618a341416e086cdbnicholes [Fabien Coelho]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes variables. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: New directive RegisterHttpMethod for registering non-standard
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes HTTP methods. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: New directive HttpProtocol which allows to disable HTTP/0.9
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes support. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_allowhandlers: New module to forbid specific handlers for specific
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes directories. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) configure: Fix processing of --disable-FEATURE for various features.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Jeff Trawick]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_systemd: New module, for integration with systemd on Linux.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Jan Kaluza <jkaluza redhat.com>]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_cache_socache: New cache implementation backed by mod_socache
*) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
*) mod_ssl: Catch missing or mismatched client cert/key pairs with
SSLProxyMachineCertificateFile/Path directives. PR 52212.
[Keith Burdis <keith burdis.org>, Joe Orton]
[Steinar Gunderson <sgunderson bigfoot.com>]
*) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
setuid/setgid capability bits rather than a setuid root binary.
[Matthew Steele <mdsteele google.com>]
passing through the server in such a way that connections and/or
Apache 2.4.xx tree as documented below, except as noted.]
Changes with Apache 2.4.x and later:
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later: