]> granicus.if.org Git - apache/blob - CHANGES
Add some improvements as suggested by Kaspar
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_ldap: Treat the "server unavailable" condition as a transient
5      error with all LDAP SDKs.  [Filip Valder <filip.valder vsb.cz>]
6
7   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
8      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
9      Christophe Renou, Peter Sylvester]
10
11   *) htdbm, htpasswd: Don't crash if crypt() fails (e.g. with FIPS enabled). 
12      [Paul Wouters <pwouters redhat.com>, Joe Orton]
13
14   *) mod_ssl: Add new directive SSLCompression to disable TLS-level
15      compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
16
17   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
18      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
19      requirement to version 6.0. PR 53284. [Stefan Fritsch]
20
21   *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
22      [Stefan Fritsch]
23
24   *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
25
26   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
27      setuid/setgid capability bits rather than a setuid root binary.
28      [Joe Orton]
29
30   *) suexec: Add support for logging to syslog as an alternative to logging
31      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
32      [Joe Orton]
33
34   *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
35      one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
36
37   *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
38      forwarding to SSL backends. PR 53134.
39      [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]
40
41   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
42      [Matthew Steele <mdsteele google.com>]
43
44   *) mod_so: If a filename without slashes is specified for LoadFile or
45      LoadModule and the file cannot be found in the server root directory,
46      try to use the standard dlopen() search path. [Stefan Fritsch]
47
48   *) various modules, rotatelogs: Replace use of apr_file_write() with
49      apr_file_write_full() to prevent incomplete writes. PR 53131.
50      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
51
52   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
53      be compiled by the build compiler instead of the host compiler.
54      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
55      PR 51257. [Guenter Knauf]
56
57   *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
58      PR 53048. [Stefan Fritsch]
59
60   *) core: Fix error handling in ap_scan_script_header_err_brigade() if there
61      is no EOS bucket in the brigade. Fixes segfault with mod_proxy_fcgi.
62      PR 48272. [Stefan Fritsch]
63
64   *) mod_proxy_fcgi: If there is an error reading the headers from the
65      backend, send an error to the client. PR 52879. [Stefan Fritsch]
66
67   *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
68      PR 53023. [Axel Reinhold <apache freakout.de>, André Malo]
69
70   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
71
72   *) core: Add the port number to the vhost's name in the scoreboard.
73      [Stefan Fritsch]
74
75   *) mpm_event: Don't do a blocking write when starting a lingering close
76      from the listener thread. PR 52229. [Stefan Fritsch]
77
78   *) core: In maintainer mode, replace apr_palloc with a version that
79      initializes the allocated memory with non-zero values, except if
80      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
81
82   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
83      search before exhausting all AuthLDAPGroupAttribute checks on the
84      current group. PR52464 [Eric Covener]
85
86   *) mod_policy: Add a new testing module to help server administrators
87      enforce a configurable level of protocol compliance on their
88      servers and application servers behind theirs. [Graham Leggett]
89
90   *) mod_firehose: Add a new debugging module able to record traffic
91      passing through the server in such a way that connections and/or
92      requests be reconstructed and replayed. [Graham Leggett]
93
94   *) mod_noloris
95
96   *) APREQ
97
98   *) Simple MPM
99
100   *) mod_serf
101
102   [Apache 2.5.0-dev includes those bug fixes and changes with the
103    Apache 2.4.xx tree as documented below, except as noted.]
104
105 Changes with Apache 2.4.x and later:
106
107   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
108
109 Changes with Apache 2.2.x and later:
110
111   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
112
113 Changes with Apache 2.0.x and later:
114
115   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
116