561N/AChanges with Apache 2.5.0
561N/A *) mod_ssl: Catch missing or mismatched client
cert/key pairs with
919N/A *) mod_lua: Allow scripts handled by the lua-script handler to return
919N/A a status code to the client (such as a 302 or a 500) [Daniel Gruno]
919N/A *) mod_proxy_ajp: Fix crash in packet dump code when logging
919N/A with LogLevel trace7 or trace8. PR 53730. [Rainer Jung]
919N/A *) mod_cache: Wrong content type and character set when
919N/A mod_cache serves stale content because of a proxy error.
919N/A PR 53539. [Rainer Jung, Ruediger Pluem]
919N/A *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
919N/A rather than throwing an internal server error. [Daniel Gruno]
919N/A *) mod_lua: Add functions r:flush and r:sendfile as well as additional
919N/A request information to the request_rec structure. [Daniel Gruno]
561N/A *) mod_lua: Add a server scope for Lua states, which creates a pool of
561N/A states with managable minimum and maximum size. [Daniel Gruno]
561N/A *) core: Add post_perdir_config hook.
970N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
970N/A URIs to Lua scripts and functions using regular expressions.
837N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
837N/A caching of lua scripts. [Daniel Gruno]
911N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
911N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
837N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
561N/A - mod_ldap: shared memory cache
561N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
*) mod_ssl: Add RFC 5878 support. [Ben Laurie]
*) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
Christophe Renou, Peter Sylvester]
*) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
ap_pregcomp() abort if out of memory. This raises the minimum PCRE
requirement to version 6.0. PR 53284. [Stefan Fritsch]
*) suexec: Add --enable-suexec-capabilites support on Linux, to use
*) suexec: Add support for logging to syslog as an alternative to logging
to a file; configure --without-suexec-logfile --with-suexec-syslog.
*) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
*) various modules, rotatelogs: Replace use of apr_file_write() with
apr_file_write_full() to prevent incomplete writes. PR 53131.
[Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
*) 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]
[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: