CHANGES revision 788585e931fd03d0834301879cbf7c8fcb664a8e
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen -*- coding: utf-8 -*-
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo SirainenChanges with Apache 2.5.0
7725332a206824650d486f21cc3c62bad98e3be4Timo Sirainen *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock
7725332a206824650d486f21cc3c62bad98e3be4Timo Sirainen implementation. [Ruediger Pluem, Joe Orton]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_proxy: Check hostname from request URI against ProxyBlock list,
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen not forward proxy, if ProxyRemote* is configured. [Joe Orton]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen if ProxyRemote* is configured. PR 43697. [Joe Orton]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file. [Jeff Trawick]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mpm_event: Don't count connections in lingering close state when
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen calculating how many additional connections may be accepted.
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen [Stefan Fritsch]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen authorization provider in lua. [Stefan Fritsch]
7725332a206824650d486f21cc3c62bad98e3be4Timo Sirainen *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
7725332a206824650d486f21cc3c62bad98e3be4Timo Sirainen client_ip to match conn_rec. [Stefan Fritsch]
4fe4f6e1350c486f8e3e7ab6f9da9ff427162802Timo Sirainen *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
4fe4f6e1350c486f8e3e7ab6f9da9ff427162802Timo Sirainen causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
a914bff43644dd9b3977244203839ca74161e40cTimo Sirainen *) mod_ssl: If exiting during initialization because of a fatal error,
a914bff43644dd9b3977244203839ca74161e40cTimo Sirainen log a message to the main error log pointing to the appropriate
a10ed8c47534b4c6b6bf2711ccfe577e720a47b4Timo Sirainen virtual host error log. [Stefan Fritsch]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen Christophe Renou, Peter Sylvester]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_ssl: Add new directive SSLCompression to disable TLS-level
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen ap_pregcomp() abort if out of memory. This raises the minimum PCRE
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen requirement to version 6.0. PR 53284. [Stefan Fritsch]
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) suexec: Add --enable-suexec-capabilites support on Linux, to use
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen setuid/setgid capability bits rather than a setuid root binary.
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) suexec: Add support for logging to syslog as an alternative to logging
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen to a file; configure --without-suexec-logfile --with-suexec-syslog.
3517cb9bcf01610a9dfc9862a28414cc78b20dfbTimo Sirainen *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
[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: