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