]> granicus.if.org Git - apache/blob - CHANGES
PR 55670
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
5      PR 55670 [Nick Kew]
6
7   *) mod_proxy: Added support for unix domain sockets as the
8      backend server endpoint [Jim Jagielski, Blaise Tarr
9      <blaise tarr gmail com>]
10
11   *) mod_authn_socache: Support optional initialization arguments for
12      socache providers.  [Chris Darroch]
13
14   *) mod_session: Reset the max-age on session save. PR 47476. [Alexey
15      Varlamov <alexey.v.varlamov gmail com>]
16
17   *) mod_session: After parsing the value of the header specified by the
18      SessionHeader directive, remove the value from the response. PR 55279.
19      [Graham Leggett]
20
21   *) mod_auth_form: Make sure the optional functions are loaded even when
22      the AuthFormProvider isn't specified. [Graham Leggett]
23
24   *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
25      allowing custom parameters to be configured via SSLCertificateFile,
26      and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
27      Unless custom parameters are configured, the standardized parameters
28      are applied based on the certificate's RSA/DSA key size. [Kaspar Brand]
29
30   *) mod_ssl, configure: Require OpenSSL 0.9.8a or later. [Kaspar Brand]
31
32   *) mod_lua: Let the Inter-VM get/set functions work with a global 
33      shared memory pool instead of a per-process pool. [Daniel Gruno]
34
35   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
36      PR 54626. [Jean-Frederic Clere]
37
38   *) mod_proxy: Add ap_connection_reusable() for checking if a connection
39      is reusable as of this point in processing.  [Jeff Trawick]
40
41   *) mod_ssl: drop support for export-grade ciphers with ephemeral RSA
42      keys, and unconditionally disable aNULL, eNULL and EXP ciphers
43      (not overridable via SSLCipherSuite). [Kaspar Brand]
44
45   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
46      to avoid performance problems when subgroups aren't in use. [Eric Covener]
47
48   *) mod_syslog: New module implementing syslog ap_error_log provider.
49      Previously, this code was part of core, now it's in separate module.
50      [Jan Kaluza]
51
52   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
53      syslog support from core to new mod_syslog. [Jan Kaluza]
54
55   *) mod_proxy_fcgi: Handle reading protocol data that is split between
56      packets.  [Jeff Trawick]
57
58   *) mod_proxy_fcgi: Remove 64K limit on encoded length of all envvars.
59      An individual envvar with an encoded length of more than 16K will be
60      omitted.  [Jeff Trawick]
61
62   *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
63      TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
64      
65   *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
66      30 seconds timeout. [Jan Kaluza]
67
68   *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
69      save the socket for reuse by the next worker as if it were an 
70      APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
71
72   *) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
73      [Graham Leggett]
74
75   *) mod_lua: Add rudimentary support for WebSocket interaction. This is 
76      currently request-bound and only supports the WS protocol. [Daniel Gruno]
77
78   *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
79      [Daniel Gruno]
80
81   *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
82
83   *) mod_status, mod_echo: Fix the display of client addresses.
84      They were truncated to 31 characters which is not enough for IPv6 addresses.
85      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
86
87   *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
88      be prefixed to the response as documented. [Eric Covener]
89
90   *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
91      is configured without mod_filter. [Eric Covener]
92
93   *) mod_lua: Register LuaOutputFilter scripts as changing the content and
94      content-length by default, when run my mod_filter.  Previously,
95      growing or shrinking a response that started with Content-Length set
96      would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
97
98   *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a 
99      numeric return code. [Eric Covener]
100
101   *) Add experimental cmake-based build system for Windows.  [Jeff Trawick,
102      Tom Donovan]
103
104   *) mod_authnz_fcgi: New module to enable FastCGI authorizer
105      applications to authenticate and/or authorize clients.
106      [Jeff Trawick]
107
108   *) core: Add util_fcgi.h and associated definitions and support
109      routines for FastCGI, based largely on mod_proxy_fcgi.
110      [Jeff Trawick]
111
112   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
113      [Jeff Trawick]
114
115   *) mod_unique_id: Use output of the PRNG rather than IP address and
116      pid, avoiding sleep() call and possible DNS issues at startup,
117      plus improving randomness for IPv6-only hosts.
118      [Jan Kaluza <jkaluza redhat.com>]
119
120   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
121      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
122      filter "none" to be specified in AuthLDAPURL. [Eric Covener]
123
124   *) mod_file_cache: mod_file_cache should be able to serve files that
125      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
126
127   *) core: merge AllowEncodedSlashes from the base configuration into
128      virtual hosts. [Eric Covener]
129
130   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
131      [Eric Covener]
132
133   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
134      [Eric Covener]
135
136   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
137      been configured with -D Z_PREFIX, which redefines the token "deflate".
138      [Eric Covener]
139
140   *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
141      previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
142
143   *) mod_auth_digest: Use the secret when generating nonces in all cases and
144      not only when AuthName is used in .htaccess files (this change may cause
145      problems if used with round robin load balancers). Don't regenerate the
146      secret on graceful restarts. PR 54637  [Stefan Fritsch]
147
148   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
149      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
150      Reduce memory usage by 48 bytes per request. [Graham Leggett]
151
152   *) core: Stop the HTTP_IN filter from attempting to write error buckets
153      to the output filters, which is bogus in the proxy case. Create a
154      clean mapping from APR codes to HTTP status codes, and use it where
155      needed. [Graham Leggett]
156
157   *) mod_proxy: Ensure network errors detected by the proxy are returned as
158      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
159      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
160
161   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
162      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
163      <alejandro.alvarez.ayllon cern.ch>]
164
165   *) core, mod_ssl: Enable the ability for a module to reverse the sense of
166      a poll event from a read to a write or vice versa. This is a step on
167      the way to allow mod_ssl taking full advantage of the event MPM.
168      [Graham Leggett]
169
170   *) mod_ldap: LDAP connections used for authentication were not respecting
171      LDAPConnectionPoolTimeout.  PR 54587
172
173   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
174
175   *) mod_proxy_html: process parsed comments immediately. 
176      Fixes bug where parsed comments may be lost. [Nick Kew]
177
178   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
179
180   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
181      HTML/XHTML [Nick Kew]
182
183   *) core: Add option to add valgrind support. Use it to reduce false positive
184      warnings in mod_ssl. [Stefan Fritsch]
185
186   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
187      Cache the result of the most recent password hash verification for every
188      keep-alive connection. This saves some expensive calculations.
189      [Stefan Fritsch]
190
191   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
192      MSIE 3. [Stefan Fritsch]
193
194   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
195      conformance or to only log the found problems. [Stefan Fritsch]
196
197   *) core: Correctly parse an IPv6 literal host specification in an absolute
198      URL in the request line. [Stefan Fritsch]
199
200   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
201
202   *) EventOpt MPM
203
204   *) core: Add LogLevelOverride directive that allows to override the
205      loglevel for clients from certain IPs. This also works for things
206      like the SSL handshake where <If> LogLevel ... </If> is evaluated
207      too late. [Stefan Fritsch]
208
209   *) core: Add new directive Warning to issue warnings from a configuration
210      file. Both Warning and Error now generate a timestamped log message.
211      [Fabien Coelho] 
212
213   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
214      variables. [Stefan Fritsch]
215
216   *) core: New directive RegisterHttpMethod for registering non-standard
217      HTTP methods. [Stefan Fritsch]
218
219   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
220      support. [Stefan Fritsch]
221
222   *) mod_allowhandlers: New module to forbid specific handlers for specific
223      directories. [Stefan Fritsch]
224
225   *) mod_systemd: New module, for integration with systemd on Linux.
226      [Jan Kaluza <jkaluza redhat.com>]
227
228   *) WinNT MPM: Store pid and generation for each thread in scoreboard
229      to allow tracking of threads from exiting children via mod_status
230      or other such mechanisms.  [Jeff Trawick]
231
232   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
233      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
234      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
235        mutexes (Mutex)
236      - mod_cache: thundering herd lock directory
237      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
238      - mod_ldap: shared memory cache
239      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
240      [Jeff Trawick]
241
242   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
243      setuid/setgid capability bits rather than a setuid root binary.
244      [Joe Orton]
245
246   *) suexec: Add support for logging to syslog as an alternative to logging
247      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
248      [Joe Orton]
249
250   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
251      [Matthew Steele <mdsteele google.com>]
252
253   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
254      be compiled by the build compiler instead of the host compiler.
255      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
256      PR 51257. [Guenter Knauf]
257
258   *) core: In maintainer mode, replace apr_palloc with a version that
259      initializes the allocated memory with non-zero values, except if
260      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
261
262   *) mod_policy: Add a new testing module to help server administrators
263      enforce a configurable level of protocol compliance on their
264      servers and application servers behind theirs. [Graham Leggett]
265
266   *) mod_firehose: Add a new debugging module able to record traffic
267      passing through the server in such a way that connections and/or
268      requests be reconstructed and replayed. [Graham Leggett]
269
270   *) mod_noloris
271
272   *) APREQ
273
274   *) Simple MPM
275
276   *) mod_serf
277
278   [Apache 2.5.0-dev includes those bug fixes and changes with the
279    Apache 2.4.xx tree as documented below, except as noted.]
280
281 Changes with Apache 2.4.x and later:
282
283   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
284
285 Changes with Apache 2.2.x and later:
286
287   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
288
289 Changes with Apache 2.0.x and later:
290
291   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
292