CHANGES revision b158fcda2fabac5e85b75e51cadc918d3eb4a218
0N/A -*- coding: utf-8 -*-
2362N/AChanges with Apache 2.5.0
0N/A
0N/A *) SECURITY: CVE-2012-0883 (cve.mitre.org)
0N/A envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the
0N/A current working directory to be searched for DSOs. [Stefan Fritsch]
0N/A
0N/A *) "DirectoryIndex disabled" now undoes DirectoryIndex settings in
0N/A the current configuration section, not just previous config sections.
0N/A PR52845 [Eric Covener]
0N/A
0N/A *) Fix MPM DSO load failure on AIX. [Jeff Trawick]
0N/A
0N/A *) core: Add the port number to the vhost's name in the scoreboard.
2362N/A [Stefan Fritsch]
0N/A
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
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
0N/A *) mod_log_config: Check during config test that directories for access logs
0N/A exist. PR 29941. [Stefan Fritsch]
0N/A
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
0N/A *) mod_policy: Add a new testing module to help server administrators
4378N/A enforce a configurable level of protocol compliance on their
4378N/A servers and application servers behind theirs. [Graham Leggett]
4378N/A
4378N/A *) mod_firehose: Add a new debugging module able to record traffic
4378N/A passing through the server in such a way that connections and/or
4378N/A requests be reconstructed and replayed. [Graham Leggett]
4378N/A
4378N/A *) Event MPM: Reduce locking by using a lock free circular queue.
4378N/A
0N/A *) mod_noloris
0N/A
0N/A *) APREQ
0N/A
0N/A *) Simple MPM
0N/A
0N/A *) mod_serf
0N/A
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.]
0N/A
0N/AChanges with Apache 2.4.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
0N/A
0N/AChanges with Apache 2.2.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
0N/A
0N/AChanges with Apache 2.0.x and later:
0N/A
0N/A *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
0N/A
0N/A