]> granicus.if.org Git - apache/blob - CHANGES
2997380ae658ed3ee68f37e7cbc49bdc907d140a
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.1
3
4   *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
5      ProxyPassReverseCookiePath directive could fail to update correctly 
6      'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.
7      [Christophe Jaillet]
8
9   *) mod_slotmem_shm: Add generation number to shm filename to fix races
10      with graceful restarts. PRs 62044 and 62308.  [Jim Jagielski, Yann Ylavic]
11
12   *) mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when
13      this type of map is present in the configuration.  PR62311.  
14      [Hank Ibell <hwibell gmail.com>]
15
16   *) mod_ldap: Abort on LDAP locking errors. [Eric Covener]
17
18   *) mod_ssl: Support loading certificates and private keys from the
19      PKCS#11 OpenSSL engine.  [Anderson Sasaki <ansasaki redhat.com>,
20      Joe Orton]
21
22   *) mod_proxy_html: Fix variable interpolation and memory allocation failure
23      in ProxyHTMLURLMap.  [Ewald Dieterich <ewald mailbox.org>]
24
25   *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
26      [Yann Ylavic]
27
28   *) mod_http2: restoring the v1.10.16 keepalive timeout behavioud of mod_http2 (to be verified).
29      [Stefan Eissing]
30
31   *) mod_http2: adding an abort function to slave connections' pools, so out-of-memory
32      events lead to a control process abort, as on HTTP/1.x connections. [Stefan Eissing]
33   
34   *) mod_http2: adding regular memory cleanup when transferring large response bodies. This
35      reduces memory footprint and avoids memory exhaustion when transferring large files
36      on 32-bit architectures. Fixes PR 62325. [Stefan Eissing]
37
38   *) http: LimitRequestBody applies to proxied requests.  [Yann Ylavic]
39
40   *) mod_proxy_http: Fix response header thrown away after the previous one
41      was considered too large and truncated. PR 62196. [Yann Ylavic]
42
43   *) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family
44      of functions to consume the end of line when the buffer is exhausted.
45      PR 62198. [Yann Ylavic]
46
47   *) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180.
48      [Micha Lenk <micha lenk.info>, Yann Ylavic]
49
50   *) mod_proxy_http: Add new worker parameter 'responsefieldsize' to
51      allow maximum HTTP response header size to be increased past 8192 
52      bytes.  PR62199.  [Hank Ibell <hwibell gmail.com>]
53
54   *) core: Preserve the original HTTP request method in the '%<m' LogFormat
55      when an path-based ErrorDocument is used.  PR 62186. 
56      [Micha Lenk <micha lenk.info>]
57
58   *) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
59      used as drop-in replacements for unusable workers in the same load balancer set. This differs
60      from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim
61      Riggs]
62
63   *) mod_logio: Add LogIOTrackTTFU and %^FU logformat to log the time
64      difference between request start and last request body byte read (finished upload).
65      [Rainer Jung]
66
67   *) mod_ssl: add support for TLSv1.3 (tested with OpenSSL v1.1.1-pre4, other libs may
68      need more sugar). SSL(Proxy)CipherSuite now has an optional first parameter for the
69      protocol the ciphers are for.
70      Directive "SSLVerifyClient" now triggers certificate retrieval from the client (this
71      is not fully tested - but fails in similar fashion as in TLSv1.2 in my setups).
72      Verifying the client fails exactly the same for HTTP/2 connections for all SSL protocols,
73      as this would need to trigger the master connection thread - which we do not support
74      right now.
75      Renegotiation of ciphers is intentionally ignored for TLSv1.3 connections. "SSLCipherSuite"
76      does not allow to specify TLSv1.3 ciphers in a directory context (because it cannot work) and
77      TLSv1.2 or lower ciphers are not relevant, as cipher suites are completely separate.
78      This means there is a bit if a world split when simultaneously having TLSv1.2 and TLSv1.3
79      connections to the same server.
80      [Stefan Eissing]
81
82   *) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes
83      an issue where output sizes where counted n-times on reused slave connections. See
84      gituhub issue: https://github.com/icing/mod_h2/issues/158
85      [Stefan Eissing]
86   
87   *) mod_proxy: Do not restrict the maximum pool size for backend connections
88      any longer by the maximum number of threads per process and use a better
89      default if mod_http2 is loaded.
90      [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith]
91
92   *) mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections,
93      regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic]
94
95   *) mod_ssl: proper checks for libressl 2.07/8 and its TLSv1_3 support, see PR 62236.
96      [Bernard Spil <brnrd@freebsd.org>]
97   
98   *) mod_http2: on level trace2, log any unsuccessful HTTP/2 direct connection upgrade
99      with base64 encoding to unify its appearance in possible bug reports. [Stefan Eissing]
100
101   *) mod_cgi: Add CGIScriptTimeout to make mod_cgi's timeout per-directory and
102      independent of the core Timeout directive.  PR 62229.  
103      [Hank Ibell <hwibell gmail.com>]
104
105   *) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard).
106      [Eric Covener]
107
108   *) mod_ssl: heavily simplified SSLPolicy. No more user defines, no propxy policies,
109      just the basic "modern", "intermediate" and "old" as specified by Mozilla security.
110      [Stefan Eissing]
111
112   *) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2
113      requests. See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6
114      [Stefan Eissing]
115
116   *) mod_md: fixes error in renew window calculation that may lead to mod_md running
117      watchdog in a tight loop until actual renewal becomes necessary. [Stefan Eissing]
118
119   *) mod_md: /.well-known/acme-challenge requests that cannot be answered for hostnames
120      outside the configured MDs are free to be answered by other handlers. This allows
121      co-existance between mod_md and other ACME clients on the same server (implements PR62189).
122      [Stefan Eissing, Arkadiusz Miskiewicz <arekm@maven.pl>]
123
124   *) mod_md: Fix compilation with OpenSSL before version 1.0.2.  [Rainer Jung]
125
126   *) core: Create a conn_config_t structure to hold an extendable core config rather
127      than consuming the whole pointer with the connection socket. [Graham Leggett]
128
129   *) core: adding AP_DECLARE for ap_parse_vhost_addrs() and minor bumb mmn. Resolves
130      building mod_ssl on Windows. [Stefan Eissing, Gregg Smith]
131
132   *) mod_http2: discourage gzip/brotli content encoding on http2-status responses as
133      they are inserted into the reponse when filters are already done. [Stefan Eissing]
134
135   *) core: adding defines to allow interworking with honggfuzz without
136      further patches. [Stefan Eissing, Robert Swiecki]
137
138   *) mod_headers: 'RequestHeader set|edit|edit_r Content-Type X' could 
139      inadvertently modify the Content-Type _response_ header. Applies to
140      Content-Type only and likely to only affect static file responses.
141      [Eric Covener]
142
143   *) mod_cgi: Improve AH01215 messages to make it more clear that the message is
144      the CGI scripts stderr output. PR 61980. [Hank Ibell <hwibell gmail.com>]
145
146   *) mod_headers: Allow 'Header unset Content-Type' to remove the Content-Type
147      header. PR 61983. [Hank Ibell <hwibell gmail.com>]
148
149   *) mod_md v1.1.8: new configuration directive "MDBaseServer on|off" to allow/inhibit 
150      management of the base server domains outside VirtualHosts. By default, this is "off", 
151      e.g. mod_md will not manage certificates or perform https: redirections on the 
152      base server. [Stefan Eissing]
153               
154   *) core: Add "AcceptErrorsNonFatal" to allow ECONNREFUSED, ECONNABORTED, and
155      ECONNRESET during the client accept() to not trigger graceful shutdown of
156      the child process.  [Eric Covener]
157
158   *) mod_md v1.1.7:
159      - MDMustStaple was unable to create the necessary OpenSSL OBJ identifier on some platforms, 
160        possibly because this fails if the OID is already configured in ```openssl.cnf```, see
161        [here](https://github.com/openssl/openssl/issues/2795).
162      - Two memory leaks in cert issuer and alt-names lookup eliminated by Yann Ylavic.
163      - Changing MDMustStaple triggers certificate renewal.
164      - More verbosity when *not* handing out certificates, e.g. mod_ssl asks, but mod_md has no
165        idea what it is talking about. Some people report misbehaviour here.
166      - Re-enabled support for md_get_credentials() function that was used in older mod_ssl
167        patch, so that people with old patched servers get a chance to upgrade.
168      [Stefan Eissing, Yann Ylavic]
169
170   *) mod_susbtitute: Allow expressions in the subtitution, prefixed with expr=
171      [Eric Covener]
172
173   *) mod_md: fixed mem pool usage for auto-added server names. Added
174      error logging of exact ACME response when challenges failed.
175      [Stefan Eissing]
176
177   *) mod_dumpio: do nothing below log level TRACE7.  [Yann Ylavic]
178
179   *) mod_md: reverses most of v1.0.5 optimization of post_config init, so that
180      mod_ssl can ask for certiticates without crashing. [Stefan Eissing]
181
182   *) mod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.
183      PR 61857.  [Yann Ylavic]
184
185   *) mod_proxy_html: fix handling of <meta http-equiv> elements.
186      PR 58121.  [Nick Kew]
187
188   *) mod_md: fixed backward compatibility to old <ManagedDomain configuration.
189      Add higher level WARNING log when initial request to ACME server fails, mentioning
190      some advice. [Stefan Eissing] 
191      
192   *) mod_md: name change in configuration directives. The old names are still working
193      in this version, so you can safely upgrade. They will give warnings in the log and
194      will disappear in the immediate future. ManagedDomain is now MDomain,
195      <ManagedDomain> is now <MDomainSet>. [Stefan Eissing]
196
197   *) mod_ssl: renamed section <SSLPolicy to <SSLPolicyDefine. Fixed behaviour
198      for new server config merge flag. Denying global, only once used directives
199      inside a SSLPolicyDefine. [Stefan Eissing]
200
201   *) mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces
202      should be accepted after the authorization scheme. \t are also tolerated.
203      [Christophe Jaillet]
204   
205   *) mod_http2: fixed unfair scheduling when number of active connections
206      exceeded the scheduling fifo capacity. [Stefan Eissing]
207
208   *) core: Support zone/scope in IPv6 link-local addresses in Listen and
209      VirtualHost directives (requires APR 1.7.x or later).  PR 59396.  [Joe Orton]
210
211   *) mod_md: v1.0.5, restricting post_config dry run to be more silent and performing
212      only necessary work for mod_ssl to be also happy with the configuration.
213      [Stefan Eissing] 
214
215   *) mod_md: v1.0.4, removed the 'a2md' utility command from build. Only used in github
216      testing. Avoid problems with our build system that had problems after the latest
217      changes to make a clean initial build. Remove the windows a2md.dsp therefore also.
218      [Stefan Eissing] 
219
220   *) mod_ssl: Fail with 403 if the username for FakeBasicAuth mode
221      includes a colon character.  PR 52644.  [Joe Orton]
222
223   *) mod_md: v1.0.3, fixed various bugs in persisting job properties, so that status is 
224      persisted accross child process changes and staging is reset on reloads. Changed 
225      MDCertificateAgreement url checks. As long as the CA reports that the account has 
226      an agreement, no further checking is done. Existing accounts need no changes when
227      a new agreement comes out. [Stefan Eissing]
228
229   *) mod_watchdog: Correct some log messages.  [Rainer Jung]
230
231   *) mod_noloris: complete build setup.  [Rainer Jung]
232
233   *) mod_md: fix static compilation.  [Rainer Jung]
234
235   *) mod_md: fix compilation of helper binary a2md.  [Rainer Jung]
236
237   *) core: fix pcre feature detection in configure when using pcre2.  [Rainer Jung]
238
239 Changes with Apache 2.5.0-alpha
240
241   *) mod_md: v1.0.1, ServerName/Alias names from pure-http: virtual hosts are no longer
242      auto-added to a Managed Domain. Error counts of jobs are presisted. When the server
243      restarts (gracefully) any errored staging areas are purged to reset the signup/renewal
244      process. [Stefan Eissing]
245
246   *) mod_md: v1.0.0, new config directive 'MDNotifyCmd' to hook in a program when Managed
247      Domains have obtained/renewed their certificates successfully. [Stefan Eissing]
248
249   *) mod_md: v0.9.9, fix for applying challenge type based on available ports. [Stefan Eissing]
250
251   *) mod_md: v0.9.7
252      - Use of the new module flag
253      - Removed obsolete function from interface to mod_ssl. 
254      - Fallback certificates has version set and no longer claims to be a CA. (re issue #32)
255      - MDRequireHttps now happens before any Redirect.
256      [Stefan Eissing]
257
258   *) mod_ssl: unshare SSLSrvConfigRec instances between base server and virtual hosts. This avoids
259      overwrites of later initializattions (vhost_id), selective disables by "SSLEngine addr-list"
260      and certificate/key pickup from mod_md. [Stefan Eissing]
261
262   *) mod_md: v0.9.6: a "MDRequireHttps permament" configured domain automatically sends out
263      HSTS (rfc 6797) headers in https: responses. [Stefan Eissing]
264
265   *) mod_ssl: adding ssl_policies.h[.in] for policy cipher/protocol definitions. Use 
266      update_policies.py to update manually from Mozilla JSON definitions at
267      https://statics.tls.security.mozilla.org/server-side-tls-conf.json
268      [Stefan Eissing]
269      
270   *) mod_md: v0.9.5:
271      - New directive (srly: what do you expect at this point?) "MDMustStaple on|off" to control if
272        new certificates are requested with the OCSP Must Staple extension.
273      - Known limitation: when the server is configured to ditch and restart child processes, for example
274        after a certain number of connections/requests, the mod_md watchdog instance might migrate 
275        to a new child process. Since not all its state is persisted, some messsages might appear a
276        second time in the logs.
277      - Adding checks when 'MDRequireHttps' is used. It is considered an error when 'MDPortMap 443:-'
278        is used - which negates that a https: port exists. Also, a warning is logged if no 
279        VirtualHost can be found for a Managed Domain that has port 443 (or the mapped one) in
280        its address list.
281      - New directive 'MDRequireHttps' for redirecting http: traffic to a Managed Domain, permanently
282        or temporarily.
283      - Fix for using a fallback certificate on initial signup of a Managed Domain. Requires also
284        a changed mod_ssl patch (v5) to take effect.
285      - compatibility with libressl
286        [Stefan Eissing]
287
288   *) mod_md: v0.9.2: new directive 'MDHttpProxy' to define a proxy for outgoing connection,
289      some minor bugfixes, twiddle the build system to avoid non-pic code generation.
290      [Stefan Eissing]
291   
292   *) mod_md: v0.9.1:
293      - various fixes in MDRenewWindow handling when specifying percent. Serialization changed. If 
294        someone already used percent configurations, it is advised to change these to a new value,
295        reload and change back to the wanted ones.
296      - various fixes in handling of MDPrivateKeys when specifying 2048 bits (the default) explicitly.
297      - mod_md version removed from top level md_store.json file. The store has its own format version
298        to facilitate upgrades.
299     [Stefan Eissing]
300
301   *) mod_md: v0.9.0:
302      Certificate provisioning from Let's Encrypt (and other ACME CAs) for mod_ssl virtual hosts.
303      [Stefan Eissing]
304
305   *) mod_ssl: add SSLPolicy (define/use) and SSLProxyPolicy directives plus documentation. Add
306      core definitions for policies 'modern', 'intermediate' and 'old', as defined by Mozilla
307      in <https://wiki.mozilla.org/Security/Server_Side_TLS>. [Stefan Eissing]
308
309   *) mod_md: new module for managing domains across VirtualHosts with ACME protocol 
310      implementation for automated certificate signup and renewal. Default CA is
311      the test area of Let's Encrypt right now, so certificates root will not be valid.
312      Will be switched to the real service endpoint rather soon. If you need it now,
313      configure 'MDCertificateAuthority https://acme-v01.api.letsencrypt.org/directory'.
314      [Stefan Eissing] 
315
316   *) mod_rewrite: Add 'RewriteOptions LongURLOptimization' to free memory
317      from each set of unmatched rewrite conditions.
318      [Eric Covener]
319
320   *) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>, 
321      and <IfModule> to be quoted.  This is primarily for the benefit of
322      <IfFile>. [Eric Covener]
323
324   *) Introduce request taint checking framework to prevent privilege
325      hijacking through .htaccess. [Nick Kew]
326
327   *) Add <IfDirective> and <IfSection> directives.  [Joe Orton]
328
329   *) When using mod_status with the Event MPM, report the number of requests
330      associated with an active connection in the "ACC" field. Previously
331      zero was always reported with this MPM.  PR60647. [Eric Covener]
332
333   *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
334      zero out what had been initialized as the connection-level port.  PR59931.
335      [Hank Ibell <hwibell gmail.com>]
336
337   *) mod_proxy_wstunnel: Reliably run before mod_proxy_http.
338      [Eric Covener]
339
340   *) http: Allow unknown response status' lines returned in the form of
341      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]
342
343   *) core: Add <IfFile> configuration section to allow any file on disk to be
344      used as a conditional.  [Edward Lu, Eric Covener]
345
346   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
347      [Graham Leggett]
348
349   *) core: Drop an invalid Last-Modified header value coming
350      from a FCGI/CGI script instead of replacing it with Unix epoch.
351      Warn the users about Last-Modified header value replacements
352      and violations of the RFC.
353      [Yann Ylavic, Luca Toscano, William Rowe, Jacob Champion]
354
355   *) mod_dav: Allow other modules to become providers and add ACLs
356      to the DAV response.
357      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
358
359   *) mod_dav: Add dav_begin_multistatus, dav_send_one_response,
360      dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
361      dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
362      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
363
364   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
365      header as commanded by http-wg. [Stefan Eissing]
366
367   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
368      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]
369
370   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
371      or sockets. [Graham Leggett]
372
373   *) core: Extend support for setting aside data from the network input filter
374      to any connection or request input filter. [Graham Leggett]
375
376   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
377
378   *) mod_auth_digest: Fix compatibility with expression-based Authname. PR59039.
379      [Eric Covener]
380
381   *) mpm: Add a complete_connection hook that confirms whether an MPM is allowed
382      to leave the WRITE_COMPLETION phase. Move filter code out of the MPMs.
383      [Graham Leggett]
384
385   *) mod_cache: Consider Cache-Control: s-maxage in expiration
386      calculations.  [Eric Covener]
387
388   *) mod_cache: Allow caching of responses with an Expires header
389      in the past that also has Cache-Control: max-age or s-maxage.
390      PR55156. [Eric Covener]
391
392   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
393      configure the session/cookie expiry's update interval. PR 57300.
394      [Paul Spangler <paul.spangler ni.com>]
395
396   *) core: Extend support for asynchronous write completion from the
397      network filter to any connection or request filter. [Graham Leggett]
398
399   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
400      more documented since dec 2012 (r1415960). [Christophe Jaillet]
401
402   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
403      after other resource-level filters. [Eric Covener]
404
405   *) http: Don't remove the Content-Length of zero from a HEAD response if
406      it comes from an origin server, module or script.  [Yann Ylavic]
407
408   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
409
410   *) mod_authn_core: Add expression support to AuthName and AuthType.
411      [Graham Leggett]
412
413   *) suexec: Filter out the HTTP_PROXY environment variable because it is
414      treated as alias for http_proxy by some programs. [Stefan Fritsch]
415
416   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
417      fetching the request body, so to minimize the delay between it is supposed
418      to be alive and the first bytes sent: this is a best effort to prevent the
419      backend from closing because of idle or keepalive timeout in the meantime.
420      Also, handle a new "proxy-flushall" environment variable which allows to
421      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
422
423   *) core: Define and UnDefine are no longer permitted in
424      directory context. Previously they would always be evaulated
425      as the configuration was read without regard for the directory
426      context. [Eric Covener]
427
428   *) config: For directives that do not expect any arguments, enforce
429      that none are specified in the configuration file. 
430      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
431
432   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
433      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
434
435   *) mod_proxy: Don't put non balancer-member workers in error state by
436      default for connection or 500/503 errors, and honor status=+I for
437      any error.  PR 48388.  [Yann Ylavic]
438
439   *) ap_expr: Add filemod function for checking file modification dates
440      [Daniel Gruno]
441
442   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
443      r1608202. [Eric Covener]
444
445   *) apreq: Content-Length header should be always interpreted as a decimal.
446      Leading 0 could be erroneously considered as an octal value. PR 56598.
447      [Chris Card <ctcard hotmail com>]
448
449   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
450      errors if name is truncated. PR53218. [Jim Jagielski]
451
452   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
453      for channel bindings.  [Simo Sorce <simo redhat.com>]
454
455   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
456      lost or delayed with ProxyWebsocketAsync enabled.  
457      [Edward Lu <Chaosed0 gmail.com>]
458
459   *) core, mod_info: Add compiled and loaded PCRE versions to version
460      number display.  [Rainer Jung]
461
462   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
463      is run, instead of waiting until the end of the request. [Eric Covener]
464
465   *) mod_proxy_html: support automatic detection of doctype and processing
466      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
467
468   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
469      to resume. PR56333 
470      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
471
472   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
473
474   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
475      processing mode. [Eric Covener]
476
477   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
478      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
479
480   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
481      to be based on arbitrary expressions that do not include the username.
482      [Graham Leggett]
483
484   *) Add the ldap function to the expression API, allowing LDAP filters and
485      distinguished names based on expressions to be escaped correctly to
486      guard against LDAP injection. [Graham Leggett]
487
488   *) Add module mod_ssl_ct, which provides an implementation of Certificate
489      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
490
491   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
492      websockets connection as it is being close down. [Eric Covener]
493
494   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
495      of time a synchronous websockets connection stays idle with 
496      ProxyWebsocketIdleTimeout. [Eric Covener]
497
498   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
499      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
500      [Eric Covener]
501
502   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
503      event MPM (trunk-only). [Eric Covener]
504
505   *) mod_proxy_http: Add detach_backend hook (potentially usable
506      in other proxy scheme handlers).  [Jeff Trawick]
507
508   *) mod_deflate: Add DeflateAlterETag to control how the ETag
509      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
510      PR 45023, PR 39727. [Eric Covener]
511
512   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
513      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
514
515   *) mod_rewrite: Rename the handler that does per-directory internal 
516      redirects to "rewrite-redirect-handler" from "redirect-handler" so
517      it is less ambiguous and less likely to be reused. [Eric Covener]
518
519   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
520      default limit of 10000 iterations, and allowing each rule to change its
521      limit. [Eric Covener]
522
523   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
524      [Jeff Trawick]
525
526   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
527      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
528
529   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
530      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
531      [Jan Kaluza]
532
533   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
534      to support write completion. [Graham Leggett]
535
536   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
537      to allow providers to check the ErrorLog argument. [Jan Kaluza]
538
539   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
540      allow override with new CGIDRequestTimeout directive. PR43494
541      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
542
543   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
544      PR 55670 [Nick Kew]
545
546   *) mod_lua: Let the Inter-VM get/set functions work with a global 
547      shared memory pool instead of a per-process pool. [Daniel Gruno]
548
549   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
550      PR 54626. [Jean-Frederic Clere]
551
552   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
553      to avoid performance problems when subgroups aren't in use. [Eric Covener]
554
555   *) mod_syslog: New module implementing syslog ap_error_log provider.
556      Previously, this code was part of core, now it's in separate module.
557      [Jan Kaluza]
558
559   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
560      syslog support from core to new mod_syslog. [Jan Kaluza]
561
562   *) mod_status, mod_echo: Fix the display of client addresses.
563      They were truncated to 31 characters which is not enough for IPv6 addresses.
564      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
565
566   *) core: merge AllowEncodedSlashes from the base configuration into
567      virtual hosts. [Eric Covener]
568
569   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
570      [Eric Covener]
571
572   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
573      [Eric Covener]
574
575   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
576      been configured with -D Z_PREFIX, which redefines the token "deflate".
577      [Eric Covener]
578
579   *) mod_auth_digest: Use the secret when generating nonces in all cases and
580      not only when AuthName is used in .htaccess files (this change may cause
581      problems if used with round robin load balancers). Don't regenerate the
582      secret on graceful restarts. PR 54637  [Stefan Fritsch]
583
584   *) core: Stop the HTTP_IN filter from attempting to write error buckets
585      to the output filters, which is bogus in the proxy case. Create a
586      clean mapping from APR codes to HTTP status codes, and use it where
587      needed. [Graham Leggett]
588
589   *) mod_proxy: Ensure network errors detected by the proxy are returned as
590      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
591      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
592
593   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
594      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
595      <alejandro.alvarez.ayllon cern.ch>]
596
597   *) mod_ldap: LDAP connections used for authentication were not respecting
598      LDAPConnectionPoolTimeout.  PR 54587
599
600   *) core: Add option to add valgrind support. Use it to reduce false positive
601      warnings in mod_ssl. [Stefan Fritsch]
602
603   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
604      Cache the result of the most recent password hash verification for every
605      keep-alive connection. This saves some expensive calculations.
606      [Stefan Fritsch]
607
608   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
609      MSIE 3. [Stefan Fritsch]
610
611   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
612      conformance or to only log the found problems. [Stefan Fritsch]
613
614   *) EventOpt MPM
615
616   *) core: Add LogLevelOverride directive that allows to override the
617      loglevel for clients from certain IPs. This also works for things
618      like the SSL handshake where <If> LogLevel ... </If> is evaluated
619      too late. [Stefan Fritsch]
620
621   *) core: Add new directive Warning to issue warnings from a configuration
622      file. Both Warning and Error now generate a timestamped log message.
623      [Fabien Coelho] 
624
625   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
626      variables. [Stefan Fritsch]
627
628   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
629      support. [Stefan Fritsch]
630
631   *) mod_allowhandlers: New module to forbid specific handlers for specific
632      directories. [Stefan Fritsch]
633
634   *) mod_systemd: New module, for integration with systemd on Linux.
635      [Jan Kaluza <jkaluza redhat.com>]
636
637   *) WinNT MPM: Store pid and generation for each thread in scoreboard
638      to allow tracking of threads from exiting children via mod_status
639      or other such mechanisms.  [Jeff Trawick]
640
641   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
642      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
643      - mod_cache: thundering herd lock directory
644      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
645      - mod_ldap: shared memory cache
646      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
647      [Jeff Trawick]
648
649   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
650      setuid/setgid capability bits rather than a setuid root binary.
651      [Joe Orton]
652
653   *) suexec: Add support for logging to syslog as an alternative to logging
654      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
655      [Joe Orton]
656
657   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
658      [Matthew Steele <mdsteele google.com>]
659
660   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
661      be compiled by the build compiler instead of the host compiler.
662      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
663      PR 51257. [Guenter Knauf]
664
665   *) core: In maintainer mode, replace apr_palloc with a version that
666      initializes the allocated memory with non-zero values, except if
667      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
668
669   *) mod_policy: Add a new testing module to help server administrators
670      enforce a configurable level of protocol compliance on their
671      servers and application servers behind theirs. [Graham Leggett]
672
673   *) mod_firehose: Add a new debugging module able to record traffic
674      passing through the server in such a way that connections and/or
675      requests be reconstructed and replayed. [Graham Leggett]
676
677   *) mod_noloris
678
679   *) APREQ
680
681   *) Simple MPM
682
683   *) mod_serf
684
685   [Apache 2.5.0-dev includes those bug fixes and changes with the
686    Apache 2.4.xx tree as documented below, except as noted.]
687
688 Changes with Apache 2.4.x and later:
689
690   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
691
692 Changes with Apache 2.2.x and later:
693
694   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
695
696 Changes with Apache 2.0.x and later:
697
698   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup