9460N/A *) htdbm, htpasswd: Don't crash if crypt() fails (
e.g. with FIPS enabled).
9460N/A *) mod_ssl: Add new directive SSLCompression to disable TLS-level
9479N/A compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
9460N/A *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make
9460N/A ap_pregcomp() abort if out of memory. This raises the minimum PCRE
9460N/A requirement to version 6.0. PR 53284. [Stefan Fritsch]
9460N/A *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
9460N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
9460N/A *) suexec: Add support for logging to syslog as an alternative to logging
9460N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
9460N/A *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
9460N/A one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
9460N/A *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
9460N/A forwarding to SSL backends. PR 53134.
9460N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
9460N/A *) mod_so: If a filename without slashes is specified for LoadFile or
9460N/A LoadModule and the file cannot be found in the server root directory,
9460N/A try to use the standard dlopen() search path. [Stefan Fritsch]
9460N/A *) various modules, rotatelogs: Replace use of apr_file_write() with
9460N/A apr_file_write_full() to prevent incomplete writes. PR 53131.
9460N/A [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
9460N/A *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is
9460N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
9460N/A be compiled by the build compiler instead of the host compiler.
9460N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
9460N/A *) mod_ssl: Send the error message for speaking http to an https port using
9460N/A HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
9479N/A using SNI. PR 50823. [Stefan Fritsch]
10931N/A *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
9460N/A *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
9460N/A is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
9460N/A *) mod_proxy_fcgi: If there is an error reading the headers from the
9460N/A backend, send an error to the client. PR 52879. [Stefan Fritsch]
9460N/A *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
9460N/A *) mod_proxy: Add the forcerecovery balancer parameter that determines if
9460N/A recovery for balancer workers is enforced. [Ruediger Pluem]
9460N/A *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
9460N/A *) core: Add filesystem paths to access denied / access failed messages
9460N/A AH00035 and AH00036. [Eric Covener]
9460N/A *) Fix MPM DSO load failure on AIX. [Jeff Trawick]
9460N/A *) core: Add the port number to the vhost's name in the scoreboard.
9460N/A *) mpm_event: Don't do a blocking write when starting a lingering close
9460N/A from the listener thread. PR 52229. [Stefan Fritsch]
9460N/A *) core: In maintainer mode, replace apr_palloc with a version that
9460N/A initializes the allocated memory with non-zero values, except if
9460N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
9460N/A *) mod_log_config: Check during config test that directories for access logs
9460N/A exist. PR 29941. [Stefan Fritsch]
9460N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
9460N/A search before exhausting all AuthLDAPGroupAttribute checks on the
9460N/A current group. PR52464 [Eric Covener]
9460N/A *) mod_policy: Add a new testing module to help server administrators
9460N/A enforce a configurable level of protocol compliance on their
9460N/A servers and application servers behind theirs. [Graham Leggett]
9460N/A *) mod_firehose: Add a new debugging module able to record traffic
9460N/A passing through the server in such a way that connections
and/or 9460N/A requests be reconstructed and replayed. [Graham Leggett]
9460N/A *) Event MPM: Reduce locking by using a lock free circular queue.
9460N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
9460N/A Apache
2.4.xx tree as documented below, except as noted.]