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