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