CHANGES revision 1b33eabd32268ba46d14e9234367c094dbe44a15
6646N/A -*- coding: utf-8 -*-
6646N/AChanges with Apache 2.5.0
6646N/A
6646N/A *) ab: Fix read failure when targeting SSL server. [Jeff Trawick]
6646N/A
6646N/A *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
6646N/A rather than throwing an internal server error. [Daniel Gruno]
6646N/A
6646N/A *) mod_lua: Add functions r:flush and r:sendfile as well as additional
6646N/A request information to the request_rec structure. [Daniel Gruno]
6646N/A
6646N/A *) mod_lua: Add a server scope for Lua states, which creates a pool of
6646N/A states with managable minimum and maximum size. [Daniel Gruno]
6646N/A
6646N/A *) htpasswd: Use correct file mode for checking if file is writable.
6646N/A PR 45923. [Stefan Fritsch]
6646N/A
6646N/A *) core: Add post_perdir_config hook.
6646N/A [Steinar Gunderson <sgunderson bigfoot.com>]
6646N/A
6646N/A *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
6646N/A URIs to Lua scripts and functions using regular expressions.
6646N/A [Daniel Gruno]
6646N/A
6646N/A *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
6646N/A caching of lua scripts. [Daniel Gruno]
6646N/A
6646N/A *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
6646N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
6646N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
6646N/A mutexes (Mutex)
6646N/A - mod_auth_digest: shared memory file
6646N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
6646N/A - mod_ldap: shared memory cache
6646N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
6646N/A [Jeff Trawick]
6646N/A
6646N/A *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
6646N/A
6646N/A *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
6646N/A authorization provider in lua. [Stefan Fritsch]
6646N/A
6646N/A *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
6646N/A for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
6646N/A Christophe Renou, Peter Sylvester]
6646N/A
6646N/A *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
6646N/A ap_pregcomp() abort if out of memory. This raises the minimum PCRE
6646N/A requirement to version 6.0. PR 53284. [Stefan Fritsch]
6646N/A
6646N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
6646N/A setuid/setgid capability bits rather than a setuid root binary.
6646N/A [Joe Orton]
6646N/A
6646N/A *) suexec: Add support for logging to syslog as an alternative to logging
6646N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
6646N/A [Joe Orton]
6646N/A
6646N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
6646N/A [Matthew Steele <mdsteele google.com>]
6646N/A
6646N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
6646N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
6646N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
6646N/A
6646N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
6646N/A be compiled by the build compiler instead of the host compiler.
6646N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
6646N/A PR 51257. [Guenter Knauf]
6646N/A
6646N/A *) core: In maintainer mode, replace apr_palloc with a version that
6646N/A initializes the allocated memory with non-zero values, except if
6646N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
6646N/A
6646N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
6646N/A search before exhausting all AuthLDAPGroupAttribute checks on the
6646N/A current group. PR52464 [Eric Covener]
6646N/A
6646N/A *) 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