1N/A -*- coding: utf-8 -*-
1N/AChanges with Apache 2.5.0
1N/A *) mod_proxy: Fix ProxyPassReverse for balancer configurations.
1N/A PR 45434. [Joe Orton]
1N/A *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock
1N/A implementation. [Ruediger Pluem, Joe Orton]
1N/A *) mod_proxy: Check hostname from request URI against ProxyBlock list,
1N/A not forward proxy, if ProxyRemote* is configured. [Joe Orton]
1N/A *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI
1N/A if ProxyRemote* is configured. PR 43697. [Joe Orton]
1N/A *) mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
1N/A DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file. [Jeff Trawick]
1N/A *) mpm_event: Don't count connections in lingering close state when
1N/A calculating how many additional connections may be accepted.
1N/A *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
1N/A *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
1N/A authorization provider in lua. [Stefan Fritsch]
1N/A *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
1N/A client_ip to match conn_rec. [Stefan Fritsch]
1N/A *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
1N/A causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
1N/A *) mod_lua: Add the parsebody function for parsing POST data. PR 53064.
1N/A *) mod_ssl: If exiting during initialization because of a fatal error,
1N/A log a message to the main error log pointing to the appropriate
1N/A virtual host error log. [Stefan Fritsch]
1N/A *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
1N/A for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
1N/A Christophe Renou, Peter Sylvester]
1N/A *) mod_ssl: Add new directive SSLCompression to disable TLS-level
1N/A compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
1N/A *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
1N/A ap_pregcomp() abort if out of memory. This raises the minimum PCRE
1N/A requirement to version 6.0. PR 53284. [Stefan Fritsch]
1N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
1N/A *) suexec: Add support for logging to syslog as an alternative to logging
1N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
1N/A *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
1N/A one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
1N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
1N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
1N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
1N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
1N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
1N/A be compiled by the build compiler instead of the host compiler.
1N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
1N/A PR 51257. [Guenter Knauf]
1N/A *) core: Add the port number to the vhost's name in the scoreboard.
1N/A *) core: In maintainer mode, replace apr_palloc with a version that
1N/A initializes the allocated memory with non-zero values, except if
1N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
1N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
1N/A search before exhausting all AuthLDAPGroupAttribute checks on the
1N/A current group. PR52464 [Eric Covener]
1N/A *) mod_policy: Add a new testing module to help server administrators
1N/A enforce a configurable level of protocol compliance on their
1N/A servers and application servers behind theirs. [Graham Leggett]
1N/A *) mod_firehose: Add a new debugging module able to record traffic
1N/A passing through the server in such a way that connections
and/or 1N/A requests be reconstructed and replayed. [Graham Leggett]
1N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
1N/A Apache
2.4.xx tree as documented below, except as noted.]