]> granicus.if.org Git - apache/blob - CHANGES
Downgrade log message about adjusted IP address to trace1
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) core: Fix merging of AllowOverrideList and ContentDigest.
5      [Stefan Fritsch]
6
7   *) core: Disallow directives in AllowOverrideList which are only allowed
8      in VirtualHost or server context. These are usually not prepared to be
9      called in .htaccess files. [Stefan Fritsch]
10
11   *) core: In AllowOverrideList, do not allow 'None' together with other
12      directives. PR 52823. [Stefan Fritsch]
13
14   *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
15      [Petter Berntsen <petterb gmail.com>]
16
17   *) core: Add filesystem paths to access denied / access failed messages
18      AH00035 and AH00036. [Eric Covener]
19
20   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
21
22   *) core: Add the port number to the vhost's name in the scoreboard.
23      [Stefan Fritsch]
24
25   *) mpm_event: Don't do a blocking write when starting a lingering close
26      from the listener thread. PR 52229. [Stefan Fritsch]
27
28   *) core: In maintainer mode, replace apr_palloc with a version that
29      initializes the allocated memory with non-zero values, except if
30      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
31
32   *) mod_log_config: Check during config test that directories for access logs
33      exist. PR 29941. [Stefan Fritsch]
34
35   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
36      search before exhausting all AuthLDAPGroupAttribute checks on the
37      current group. PR52464 [Eric Covener]
38
39   *) mod_policy: Add a new testing module to help server administrators
40      enforce a configurable level of protocol compliance on their
41      servers and application servers behind theirs. [Graham Leggett]
42
43   *) mod_firehose: Add a new debugging module able to record traffic
44      passing through the server in such a way that connections and/or
45      requests be reconstructed and replayed. [Graham Leggett]
46
47   *) Event MPM: Reduce locking by using a lock free circular queue.
48
49   *) mod_noloris
50
51   *) APREQ
52
53   *) Simple MPM
54
55   *) mod_serf
56
57   [Apache 2.5.0-dev includes those bug fixes and changes with the
58    Apache 2.4.xx tree as documented below, except as noted.]
59
60 Changes with Apache 2.4.x and later:
61
62   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
63
64 Changes with Apache 2.2.x and later:
65
66   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
67
68 Changes with Apache 2.0.x and later:
69
70   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
71