CHANGES revision c7502880be24058c7fc03771fda61f95bc238339
60a4b2c422dcbb08a554fb193105c08da592718bpoirier -*- coding: utf-8 -*-
60a4b2c422dcbb08a554fb193105c08da592718bpoirierChanges with Apache 2.5.0
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) core: Add the port number to the vhost's name in the scoreboard.
60a4b2c422dcbb08a554fb193105c08da592718bpoirier [Stefan Fritsch]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mpm_event: Don't do a blocking write when starting a lingering close
60a4b2c422dcbb08a554fb193105c08da592718bpoirier from the listener thread. PR 52229. [Stefan Fritsch]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) core: In maintainer mode, replace apr_palloc with a version that
60a4b2c422dcbb08a554fb193105c08da592718bpoirier initializes the allocated memory with non-zero values, except if
60a4b2c422dcbb08a554fb193105c08da592718bpoirier AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_log_config: Check during config test that directories for access logs
60a4b2c422dcbb08a554fb193105c08da592718bpoirier exist. PR 29941. [Stefan Fritsch]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_authnz_ldap: Don't try a potentially expensive nested groups
60a4b2c422dcbb08a554fb193105c08da592718bpoirier search before exhausting all AuthLDAPGroupAttribute checks on the
60a4b2c422dcbb08a554fb193105c08da592718bpoirier current group. PR52464 [Eric Covener]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_policy: Add a new testing module to help server administrators
60a4b2c422dcbb08a554fb193105c08da592718bpoirier enforce a configurable level of protocol compliance on their
60a4b2c422dcbb08a554fb193105c08da592718bpoirier servers and application servers behind theirs. [Graham Leggett]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_firehose: Add a new debugging module able to record traffic
60a4b2c422dcbb08a554fb193105c08da592718bpoirier passing through the server in such a way that connections and/or
60a4b2c422dcbb08a554fb193105c08da592718bpoirier requests be reconstructed and replayed. [Graham Leggett]
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) Event MPM: Reduce locking by using a lock free circular queue.
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_noloris
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) Simple MPM
60a4b2c422dcbb08a554fb193105c08da592718bpoirier *) mod_serf
60a4b2c422dcbb08a554fb193105c08da592718bpoirier [Apache 2.5.0-dev includes those bug fixes and changes with the
60a4b2c422dcbb08a554fb193105c08da592718bpoirier Apache 2.4.xx tree as documented below, except as noted.]
60a4b2c422dcbb08a554fb193105c08da592718bpoirierChanges with Apache 2.4.x and later:
5cd08ee4a8f5a665e656f70048a1268a02bc0e73sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
60a4b2c422dcbb08a554fb193105c08da592718bpoirierChanges with Apache 2.2.x and later:
5cd08ee4a8f5a665e656f70048a1268a02bc0e73sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
5cd08ee4a8f5a665e656f70048a1268a02bc0e73sfChanges with Apache 2.0.x and later: