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