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