CHANGES revision ca61ccd0c306c2c72df153688ba1b49f3eceed80
98N/A -*- coding: utf-8 -*-
98N/AChanges with Apache 2.5.0
98N/A
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
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
919N/A *) mod_log_config: Check during config test that directories for access logs
919N/A exist. PR 29941. [Stefan Fritsch]
919N/A
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
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
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
98N/A *) Event MPM: Reduce locking by using a lock free circular queue.
98N/A
98N/A *) mod_noloris
493N/A
98N/A *) APREQ
98N/A
999N/A *) Simple MPM
98N/A
911N/A *) mod_serf
999N/A
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.]
98N/A
98N/AChanges with Apache 2.4.x and later:
98N/A
98N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
98N/A
493N/AChanges with Apache 2.2.x and later:
98N/A
98N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
493N/A
1097N/AChanges with Apache 2.0.x and later:
1097N/A
194N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
98N/A
98N/A