CHANGES revision b10bbf539cf2285fef24df01757891b6307ee56d
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym -*- coding: utf-8 -*-
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymChanges with Apache 2.5.0
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mpm_event, mpm_worker: Remain active amidst prevalent child process
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym resource shortages. [Jeff Trawick]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mpm_event: Don't count connections in lingering close state when
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym calculating how many additional connections may be accepted.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym authorization provider in lua. [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym client_ip to match conn_rec. [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_lua: Add the parsebody function for parsing POST data. PR 53064.
88699bdd7d55fd959cedd294efadffd7589fb9fasherrym [Daniel Gruno]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_ssl: If exiting during initialization because of a fatal error,
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym log a message to the main error log pointing to the appropriate
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym virtual host error log. [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym Christophe Renou, Peter Sylvester]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_ssl: Add new directive SSLCompression to disable TLS-level
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym ap_pregcomp() abort if out of memory. This raises the minimum PCRE
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym requirement to version 6.0. PR 53284. [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) suexec: Add --enable-suexec-capabilites support on Linux, to use
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym setuid/setgid capability bits rather than a setuid root binary.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Joe Orton]
843e19887f64dde75055cf8842fc4db2171eff45johnlev *) suexec: Add support for logging to syslog as an alternative to logging
843e19887f64dde75055cf8842fc4db2171eff45johnlev to a file; configure --without-suexec-logfile --with-suexec-syslog.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Joe Orton]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Matthew Steele <mdsteele google.com>]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) various modules, rotatelogs: Replace use of apr_file_write() with
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym apr_file_write_full() to prevent incomplete writes. PR 53131.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym be compiled by the build compiler instead of the host compiler.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym PR 51257. [Guenter Knauf]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) core: Add the port number to the vhost's name in the scoreboard.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) core: In maintainer mode, replace apr_palloc with a version that
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym initializes the allocated memory with non-zero values, except if
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_authnz_ldap: Don't try a potentially expensive nested groups
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym search before exhausting all AuthLDAPGroupAttribute checks on the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym current group. PR52464 [Eric Covener]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_policy: Add a new testing module to help server administrators
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym enforce a configurable level of protocol compliance on their
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym servers and application servers behind theirs. [Graham Leggett]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) mod_firehose: Add a new debugging module able to record traffic
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym passing through the server in such a way that connections and/or
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym requests be reconstructed and replayed. [Graham Leggett]
882a7af5ebaf4ff499b73f69bef1ae833f507418Mark Johnson *) mod_noloris
88699bdd7d55fd959cedd294efadffd7589fb9fasherrym *) Simple MPM
88699bdd7d55fd959cedd294efadffd7589fb9fasherrym *) mod_serf
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym [Apache 2.5.0-dev includes those bug fixes and changes with the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym Apache 2.4.xx tree as documented below, except as noted.]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymChanges with Apache 2.4.x and later:
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymChanges with Apache 2.2.x and later:
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymChanges with Apache 2.0.x and later: