]> granicus.if.org Git - apache/blob - CHANGES
New chart on the flow of rewrites
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
5      PR 53048. [Stefan Fritsch]
6
7   *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
8      is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
9      PR 48272. [Stefan Fritsch]
10
11   *) mod_proxy_fcgi: If there is an error reading the headers from the
12      backend, send an error to the client. [Stefan Fritsch]
13
14   *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
15      PR 53023. [Axel Reinhold <apache freakout.de>, AndrĂ© Malo]
16
17   *) mod_proxy: Add the forcerecovery balancer parameter that determines if
18      recovery for balancer workers is enforced. [Ruediger Pluem]
19
20   *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
21      [Petter Berntsen <petterb gmail.com>]
22
23   *) core: Add filesystem paths to access denied / access failed messages
24      AH00035 and AH00036. [Eric Covener]
25
26   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
27
28   *) core: Add the port number to the vhost's name in the scoreboard.
29      [Stefan Fritsch]
30
31   *) mpm_event: Don't do a blocking write when starting a lingering close
32      from the listener thread. PR 52229. [Stefan Fritsch]
33
34   *) core: In maintainer mode, replace apr_palloc with a version that
35      initializes the allocated memory with non-zero values, except if
36      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
37
38   *) mod_log_config: Check during config test that directories for access logs
39      exist. PR 29941. [Stefan Fritsch]
40
41   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
42      search before exhausting all AuthLDAPGroupAttribute checks on the
43      current group. PR52464 [Eric Covener]
44
45   *) mod_policy: Add a new testing module to help server administrators
46      enforce a configurable level of protocol compliance on their
47      servers and application servers behind theirs. [Graham Leggett]
48
49   *) mod_firehose: Add a new debugging module able to record traffic
50      passing through the server in such a way that connections and/or
51      requests be reconstructed and replayed. [Graham Leggett]
52
53   *) Event MPM: Reduce locking by using a lock free circular queue.
54
55   *) mod_noloris
56
57   *) APREQ
58
59   *) Simple MPM
60
61   *) mod_serf
62
63   [Apache 2.5.0-dev includes those bug fixes and changes with the
64    Apache 2.4.xx tree as documented below, except as noted.]
65
66 Changes with Apache 2.4.x and later:
67
68   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
69
70 Changes with Apache 2.2.x and later:
71
72   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
73
74 Changes with Apache 2.0.x and later:
75
76   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
77