213N/AChanges with Apache 2.5.0
213N/A *) htpasswd: Use correct file mode for checking if file is writable.
213N/A PR 45923. [Stefan Fritsch]
213N/A *) core: Add post_perdir_config hook.
213N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
213N/A URIs to Lua scripts and functions using regular expressions.
213N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
213N/A caching of lua scripts. [Daniel Gruno]
213N/A scoreboard (ScoreBoardFile). mod_lbmethod_heartbeat, mod_heartmonitor:
213N/A storage file. [Jeff Trawick]
213N/A *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
213N/A *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
213N/A authorization provider in lua. [Stefan Fritsch]
213N/A *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
213N/A for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
213N/A Christophe Renou, Peter Sylvester]
213N/A *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
213N/A ap_pregcomp() abort if out of memory. This raises the minimum PCRE
213N/A requirement to version 6.0. PR 53284. [Stefan Fritsch]
213N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
213N/A *) suexec: Add support for logging to syslog as an alternative to logging
213N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
213N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
213N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
213N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
213N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
213N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
213N/A be compiled by the build compiler instead of the host compiler.
213N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
213N/A PR 51257. [Guenter Knauf]
213N/A *) core: In maintainer mode, replace apr_palloc with a version that
213N/A initializes the allocated memory with non-zero values, except if
213N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
213N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
213N/A search before exhausting all AuthLDAPGroupAttribute checks on the
213N/A current group. PR52464 [Eric Covener]
*) 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]
[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:
Changes with Apache
2.2.x and later:
Changes with Apache
2.0.x and later: