CHANGES revision f474c7d8026377782a5cf4d95af6a3443759c0b0
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard -*- coding: utf-8 -*-
5a4b3207b395b426c5a9066f4afea8d3fa8c6660stoddardChanges with Apache 2.5.0
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard rather than throwing an internal server error. [Daniel Gruno]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Add functions r:flush and r:sendfile as well as additional
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard request information to the request_rec structure. [Daniel Gruno]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Add a server scope for Lua states, which creates a pool of
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard states with managable minimum and maximum size. [Daniel Gruno]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) htpasswd: Use correct file mode for checking if file is writable.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard PR 45923. [Stefan Fritsch]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) core: Add post_perdir_config hook.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Steinar Gunderson <sgunderson bigfoot.com>]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard URIs to Lua scripts and functions using regular expressions.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Daniel Gruno]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard caching of lua scripts. [Daniel Gruno]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard mutexes (Mutex)
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - mod_auth_digest: shared memory file
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - mod_ldap: shared memory cache
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Jeff Trawick]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard authorization provider in lua. [Stefan Fritsch]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
fb929740692fe796b467212ec57aa34cebb562cfwrowe for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard Christophe Renou, Peter Sylvester]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard ap_pregcomp() abort if out of memory. This raises the minimum PCRE
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard requirement to version 6.0. PR 53284. [Stefan Fritsch]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) suexec: Add --enable-suexec-capabilites support on Linux, to use
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard setuid/setgid capability bits rather than a setuid root binary.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Joe Orton]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) suexec: Add support for logging to syslog as an alternative to logging
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard to a file; configure --without-suexec-logfile --with-suexec-syslog.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Joe Orton]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Matthew Steele <mdsteele google.com>]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) various modules, rotatelogs: Replace use of apr_file_write() with
fb929740692fe796b467212ec57aa34cebb562cfwrowe apr_file_write_full() to prevent incomplete writes. PR 53131.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
fb929740692fe796b467212ec57aa34cebb562cfwrowe *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard be compiled by the build compiler instead of the host compiler.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard PR 51257. [Guenter Knauf]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) core: In maintainer mode, replace apr_palloc with a version that
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard initializes the allocated memory with non-zero values, except if
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_authnz_ldap: Don't try a potentially expensive nested groups
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard search before exhausting all AuthLDAPGroupAttribute checks on the
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard current group. PR52464 [Eric Covener]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_policy: Add a new testing module to help server administrators
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard enforce a configurable level of protocol compliance on their
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard servers and application servers behind theirs. [Graham Leggett]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_firehose: Add a new debugging module able to record traffic
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard passing through the server in such a way that connections and/or
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard requests be reconstructed and replayed. [Graham Leggett]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) mod_noloris
83cb9e783386a18eecdb0749d9d17aa8e3bc012estoddard *) Simple MPM
43681d859fe7d4cd90a33d6be2232192c108de75wrowe *) mod_serf
43681d859fe7d4cd90a33d6be2232192c108de75wrowe [Apache 2.5.0-dev includes those bug fixes and changes with the
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard Apache 2.4.xx tree as documented below, except as noted.]
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddardChanges with Apache 2.4.x and later:
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddardChanges with Apache 2.2.x and later:
8e117661fd51fd19d6430fca8d7ae87c67d6de20stoddard *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
43681d859fe7d4cd90a33d6be2232192c108de75wroweChanges with Apache 2.0.x and later: