]> granicus.if.org Git - apache/blob - CHANGES
* Use the the same hostname for SNI as for the HTTP request when forwarding
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
5      forwarding to SSL backends. PR 53134.
6      [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]
7
8   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
9      [Matthew Steele <mdsteele google.com>]
10
11   *) mod_so: If a filename without slashes is specified for LoadFile or
12      LoadModule and the file cannot be found in the server root directory,
13      try to use the standard dlopen() search path. [Stefan Fritsch]
14
15   *) various modules, rotatelogs: Replace use of apr_file_write() with
16      apr_file_write_full() to prevent incomplete writes. PR 53131.
17      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
18
19   *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is
20      unset. [Stefan Fritsch]
21
22   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
23      be compiled by the build compiler instead of the host compiler.
24      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
25      PR 51257. [Guenter Knauf]
26
27   *) mod_ssl: Send the error message for speaking http to an https port using
28      HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
29      using SNI. PR 50823. [Stefan Fritsch]
30
31   *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
32      PR 53048. [Stefan Fritsch]
33
34   *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
35      is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
36      PR 48272. [Stefan Fritsch]
37
38   *) mod_proxy_fcgi: If there is an error reading the headers from the
39      backend, send an error to the client. PR 52879. [Stefan Fritsch]
40
41   *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
42      PR 53023. [Axel Reinhold <apache freakout.de>, AndrĂ© Malo]
43
44   *) mod_proxy: Add the forcerecovery balancer parameter that determines if
45      recovery for balancer workers is enforced. [Ruediger Pluem]
46
47   *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
48      [Petter Berntsen <petterb gmail.com>]
49
50   *) core: Add filesystem paths to access denied / access failed messages
51      AH00035 and AH00036. [Eric Covener]
52
53   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
54
55   *) core: Add the port number to the vhost's name in the scoreboard.
56      [Stefan Fritsch]
57
58   *) mpm_event: Don't do a blocking write when starting a lingering close
59      from the listener thread. PR 52229. [Stefan Fritsch]
60
61   *) core: In maintainer mode, replace apr_palloc with a version that
62      initializes the allocated memory with non-zero values, except if
63      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
64
65   *) mod_log_config: Check during config test that directories for access logs
66      exist. PR 29941. [Stefan Fritsch]
67
68   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
69      search before exhausting all AuthLDAPGroupAttribute checks on the
70      current group. PR52464 [Eric Covener]
71
72   *) mod_policy: Add a new testing module to help server administrators
73      enforce a configurable level of protocol compliance on their
74      servers and application servers behind theirs. [Graham Leggett]
75
76   *) mod_firehose: Add a new debugging module able to record traffic
77      passing through the server in such a way that connections and/or
78      requests be reconstructed and replayed. [Graham Leggett]
79
80   *) Event MPM: Reduce locking by using a lock free circular queue.
81
82   *) mod_noloris
83
84   *) APREQ
85
86   *) Simple MPM
87
88   *) mod_serf
89
90   [Apache 2.5.0-dev includes those bug fixes and changes with the
91    Apache 2.4.xx tree as documented below, except as noted.]
92
93 Changes with Apache 2.4.x and later:
94
95   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
96
97 Changes with Apache 2.2.x and later:
98
99   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
100
101 Changes with Apache 2.0.x and later:
102
103   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
104