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