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