98N/A -*- coding: utf-8 -*-
98N/AChanges with Apache 2.5.0
98N/A *) mpm_event: Don't do a blocking write when starting a lingering close
1097N/A from the listener thread. PR 52229. [Stefan Fritsch]
98N/A *) core: In maintainer mode, replace apr_palloc with a version that
919N/A initializes the allocated memory with non-zero values, except if
919N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
919N/A *) mod_log_config: Check during config test that directories for access logs
919N/A exist. PR 29941. [Stefan Fritsch]
919N/A *) mod_authnz_ldap: Don't try a potentially expensive nested groups
919N/A search before exhausting all AuthLDAPGroupAttribute checks on the
919N/A current group. PR52464 [Eric Covener]
919N/A *) mod_policy: Add a new testing module to help server administrators
919N/A enforce a configurable level of protocol compliance on their
919N/A servers and application servers behind theirs. [Graham Leggett]
919N/A *) mod_firehose: Add a new debugging module able to record traffic
919N/A passing through the server in such a way that connections
and/or 919N/A requests be reconstructed and replayed. [Graham Leggett]
98N/A *) Event MPM: Reduce locking by using a lock free circular queue.
999N/A [Apache 2.5.0-dev includes those bug fixes and changes with the
911N/A Apache
2.4.xx tree as documented below, except as noted.]