]> granicus.if.org Git - apache/blob - CHANGES
zap recent backports
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_rewrite: Add "AllowAnyURI" option. PR 52774. [Joe Orton]
5
6   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
7
8   *) mod_authz_core: If an expression in "Require expr" returns denied and
9      references %{REMOTE_USER}, trigger authentication and retry. PR 52892.
10      [Stefan Fritsch]
11
12   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
13      authorization provider in lua. [Stefan Fritsch]
14
15   *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
16      client_ip to match conn_rec. [Stefan Fritsch]
17
18   *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
19      causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
20
21   *) mod_lua: Add the parsebody function for parsing POST data. PR 53064.
22      [Daniel Gruno]
23
24   *) mod_ssl: If exiting during initialization because of a fatal error,
25      log a message to the main error log pointing to the appropriate
26      virtual host error log. [Stefan Fritsch]
27
28   *) mod_ldap: Treat the "server unavailable" condition as a transient
29      error with all LDAP SDKs.  [Filip Valder <filip.valder vsb.cz>]
30
31   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
32      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
33      Christophe Renou, Peter Sylvester]
34
35   *) mod_ssl: Add new directive SSLCompression to disable TLS-level
36      compression. PR 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
37
38   *) core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.  Make
39      ap_pregcomp() abort if out of memory. This raises the minimum PCRE
40      requirement to version 6.0. PR 53284. [Stefan Fritsch]
41
42   *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
43      [Stefan Fritsch]
44
45   *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]
46
47   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
48      setuid/setgid capability bits rather than a setuid root binary.
49      [Joe Orton]
50
51   *) suexec: Add support for logging to syslog as an alternative to logging
52      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
53      [Joe Orton]
54
55   *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
56      one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]
57
58   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
59      [Matthew Steele <mdsteele google.com>]
60
61   *) mod_so: If a filename without slashes is specified for LoadFile or
62      LoadModule and the file cannot be found in the server root directory,
63      try to use the standard dlopen() search path. [Stefan Fritsch]
64
65   *) various modules, rotatelogs: Replace use of apr_file_write() with
66      apr_file_write_full() to prevent incomplete writes. PR 53131.
67      [Nicolas Viennot <apache viennot biz>, Stefan Fritsch]
68
69   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
70      be compiled by the build compiler instead of the host compiler.
71      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
72      PR 51257. [Guenter Knauf]
73
74   *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
75      PR 53048. [Stefan Fritsch]
76
77   *) mod_proxy_fcgi: If there is an error reading the headers from the
78      backend, send an error to the client. PR 52879. [Stefan Fritsch]
79
80   *) mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
81      PR 53023. [Axel Reinhold <apache freakout.de>, André Malo]
82
83   *) Fix MPM DSO load failure on AIX.  [Jeff Trawick]
84
85   *) core: Add the port number to the vhost's name in the scoreboard.
86      [Stefan Fritsch]
87
88   *) mpm_event: Don't do a blocking write when starting a lingering close
89      from the listener thread. PR 52229. [Stefan Fritsch]
90
91   *) core: In maintainer mode, replace apr_palloc with a version that
92      initializes the allocated memory with non-zero values, except if
93      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
94
95   *) mod_authnz_ldap: Don't try a potentially expensive nested groups
96      search before exhausting all AuthLDAPGroupAttribute checks on the
97      current group. PR52464 [Eric Covener]
98
99   *) mod_policy: Add a new testing module to help server administrators
100      enforce a configurable level of protocol compliance on their
101      servers and application servers behind theirs. [Graham Leggett]
102
103   *) mod_firehose: Add a new debugging module able to record traffic
104      passing through the server in such a way that connections and/or
105      requests be reconstructed and replayed. [Graham Leggett]
106
107   *) mod_noloris
108
109   *) APREQ
110
111   *) Simple MPM
112
113   *) mod_serf
114
115   [Apache 2.5.0-dev includes those bug fixes and changes with the
116    Apache 2.4.xx tree as documented below, except as noted.]
117
118 Changes with Apache 2.4.x and later:
119
120   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
121
122 Changes with Apache 2.2.x and later:
123
124   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
125
126 Changes with Apache 2.0.x and later:
127
128   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
129