CHANGES revision 72aaeaa5a37222163750c2a5439d63767fdb2e2d
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes -*- coding: utf-8 -*-
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesChanges with Apache 2.5.0
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
28141ccf4644e2f75835d9ad1b21fa9a66856712bnicholes *) core: ap_rgetline_core now pulls from r->proto_input_filters.
28141ccf4644e2f75835d9ad1b21fa9a66856712bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_proxy_html: process parsed comments immediately.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Fixes bug where parsed comments may be lost. [Nick Kew]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
8b96b30e820f9bf092944b15cf1d696a6c0d7f1abnicholes *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
420bfee669b4ac21320f24c5d92e9857866b710ebnicholes HTML/XHTML [Nick Kew]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: Fix valgrind warning about uninitialized memory in argument to
c9ce2b84cc0bf2caa39be615eb06f7a9b68378d5bnicholes semctl. PR 53690. [Mikhail T. <mi+apache aldan algebra com>]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: Add option to add valgrind suport. Use it to reduce false positive
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes warnings in mod_ssl. [Stefan Fritsch]
b2c35a9228d0e6124aec1ed434cee3cb1ef107c3bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Daniel Gruno]
b0827492bc89f04870db952fa9b940e76c975489bnicholes
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]
b0827492bc89f04870db952fa9b940e76c975489bnicholes
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) http: Remove support for Request-Range header sent by Navigator 2-3 and
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes MSIE 3. [Stefan Fritsch]
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes conformance or to only log the found problems. [Stefan Fritsch]
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes *) core: Correctly parse an IPv6 literal host specification in an absolute
b0827492bc89f04870db952fa9b940e76c975489bnicholes URL in the request line. [Stefan Fritsch]
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes *) mod_ssl: add support for subjectAltName-based host name checking
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes in proxy mode. PR 54030. [Kaspar Brand]
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes [Jackie Zhang <jackie qq zhang gmail com>]
9343665552d0106c3296addc95552f44c496c6eebnicholes
58608d1d2acd188b5f04e256618a341416e086cdbnicholes *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
58608d1d2acd188b5f04e256618a341416e086cdbnicholes
58608d1d2acd188b5f04e256618a341416e086cdbnicholes *) EventOpt MPM
58608d1d2acd188b5f04e256618a341416e086cdbnicholes
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
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
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes variables. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: New directive RegisterHttpMethod for registering non-standard
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes HTTP methods. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) core: New directive HttpProtocol which allows to disable HTTP/0.9
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes support. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_allowhandlers: New module to forbid specific handlers for specific
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes directories. [Stefan Fritsch]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) configure: Fix processing of --disable-FEATURE for various features.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Jeff Trawick]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_systemd: New module, for integration with systemd on Linux.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes [Jan Kaluza <jkaluza redhat.com>]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes *) mod_cache_socache: New cache implementation backed by mod_socache
that replaces mod_mem_cache removed from httpd v2.2. [Graham
Leggett]
*) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
to be used without patches to httpd core. [Jeff Trawick]
*) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
filters in Lua [Daniel Gruno]
*) WinNT MPM: Store pid and generation for each thread in scoreboard
to allow tracking of threads from exiting children via mod_status
or other such mechanisms. [Jeff Trawick]
*) mod_ssl: Catch missing or mismatched client cert/key pairs with
SSLProxyMachineCertificateFile/Path directives. PR 52212.
[Keith Burdis <keith burdis.org>, Joe Orton]
*) mod_lua: Allow scripts handled by the lua-script handler to return
a status code to the client (such as a 302 or a 500) [Daniel Gruno]
*) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
rather than throwing an internal server error. [Daniel Gruno]
*) mod_lua: Add functions r:flush and r:sendfile as well as additional
request information to the request_rec structure. [Daniel Gruno]
*) mod_lua: Add a server scope for Lua states, which creates a pool of
states with managable minimum and maximum size. [Daniel Gruno]
*) core: Add post_perdir_config hook.
[Steinar Gunderson <sgunderson bigfoot.com>]
*) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
URIs to Lua scripts and functions using regular expressions.
[Daniel Gruno]
*) mod_lua: Add new directive LuaCodeCache for controlling in-memory
caching of lua scripts. [Daniel Gruno]
*) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
- APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
- core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
mutexes (Mutex)
- mod_cache: thundering herd lock directory
- mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
- mod_ldap: shared memory cache
- mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
[Jeff Trawick]
*) mod_ssl: Add RFC 5878 support. [Ben Laurie]
*) suexec: Add --enable-suexec-capabilites support on Linux, to use
setuid/setgid capability bits rather than a setuid root binary.
[Joe Orton]
*) suexec: Add support for logging to syslog as an alternative to logging
to a file; configure --without-suexec-logfile --with-suexec-syslog.
[Joe Orton]
*) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
[Matthew Steele <mdsteele google.com>]
*) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
be compiled by the build compiler instead of the host compiler.
Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
PR 51257. [Guenter Knauf]
*) core: In maintainer mode, replace apr_palloc with a version that
initializes the allocated memory with non-zero values, except if
AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
*) mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs. [Graham Leggett]
*) mod_firehose: Add a new debugging module able to record traffic
passing through the server in such a way that connections and/or
requests be reconstructed and replayed. [Graham Leggett]
*) mod_noloris
*) APREQ
*) Simple MPM
*) mod_serf
[Apache 2.5.0-dev includes those bug fixes and changes with the
Apache 2.4.xx tree as documented below, except as noted.]
Changes with Apache 2.4.x and later:
*) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
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