0N/A -*- coding: utf-8 -*-
0N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
0N/A *) mod_so: If a filename without slashes is specified for LoadFile or
0N/A LoadModule and the file cannot be found in the server root directory,
0N/A try to use the standard dlopen() search path. [Stefan Fritsch]
0N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
0N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
0N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
2362N/A *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is
0N/A unset. [Stefan Fritsch]
0N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
0N/A be compiled by the build compiler instead of the host compiler.
0N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
0N/A PR 51257. [Guenter Knauf]
0N/A *) mod_ssl: Send the error message for speaking http to an https port using
0N/A HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
0N/A using SNI. PR 50823. [Stefan Fritsch]
0N/A *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
0N/A PR 53048. [Stefan Fritsch]
0N/A *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
0N/A is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
4378N/A *) mod_proxy_fcgi: If there is an error reading the headers from the
4378N/A backend, send an error to the client. PR 52879. [Stefan Fritsch]
4378N/A *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
4378N/A *) mod_proxy: Add the forcerecovery balancer parameter that determines if
0N/A recovery for balancer workers is enforced. [Ruediger Pluem]
0N/A *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
0N/A *) core: Add filesystem paths to access denied / access failed messages
0N/A AH00035 and AH00036. [Eric Covener]
0N/A *) Fix MPM DSO load failure on AIX. [Jeff Trawick]
0N/A *) core: Add the port number to the vhost's name in the scoreboard.
0N/A *) mpm_event: Don't do a blocking write when starting a lingering close
0N/A from the listener thread. PR 52229. [Stefan Fritsch]
0N/A *) core: In maintainer mode, replace apr_palloc with a version that
0N/A initializes the allocated memory with non-zero values, except if
0N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
0N/A *) mod_log_config: Check during config test that directories for access logs
0N/A exist. PR 29941. [Stefan Fritsch]
0N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
0N/A search before exhausting all AuthLDAPGroupAttribute checks on the
0N/A current group. PR52464 [Eric Covener]
0N/A *) mod_policy: Add a new testing module to help server administrators
0N/A enforce a configurable level of protocol compliance on their
0N/A servers and application servers behind theirs. [Graham Leggett]
0N/A *) mod_firehose: Add a new debugging module able to record traffic
0N/A passing through the server in such a way that connections
and/or 0N/A requests be reconstructed and replayed. [Graham Leggett]
0N/A *) Event MPM: Reduce locking by using a lock free circular queue.
0N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
0N/A Apache
2.4.xx tree as documented below, except as noted.]