|
1 | 1 | -*- coding: utf-8 -*- |
2 | 2 | Changes with Apache 2.4.66 |
3 | 3 |
|
| 4 | + *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580. |
| 5 | + [Stefan Eissing] |
| 6 | + |
| 7 | + *) mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of |
| 8 | + integers, used in push diaries and proxy window size calculations. |
| 9 | + PR69741 [Benjamin P. Kallus] |
| 10 | + |
| 11 | + *) mod_md: update to version 2.6.5 |
| 12 | + - New directive `MDInitialDelay`, controlling how longer to wait after |
| 13 | + a server restart before checking certificates for renewal. |
| 14 | + [Michael Kaufmann] |
| 15 | + - Hardening: when build with OpenSSL older than 1.0.2 or old libressl |
| 16 | + versions, the parsing of ASN.1 time strings did not do a length check. |
| 17 | + - Hardening: when reading back OCSP responses stored in the local JSON |
| 18 | + store, missing 'valid' key led to uninitialized values, resulting in |
| 19 | + wrong refresh behaviour. |
| 20 | + |
| 21 | + *) mod_md: update to version 2.6.6 |
| 22 | + - Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler] |
| 23 | + - Fix reuse of curl easy handles by resetting them. [Michael Kaufmann] |
| 24 | + |
| 25 | + *) mod_http2: update to version 2.0.35 |
| 26 | + New directive `H2MaxStreamErrors` to control how much bad behaviour |
| 27 | + by clients is tolerated before the connection is closed. |
| 28 | + [Stefan Eissing] |
| 29 | + |
| 30 | + * mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771 |
| 31 | + |
4 | 32 | *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify |
5 | 33 | the value set for the TCP_DEFER_ACCEPT socket option on listen sockets. |
6 | 34 | [Ruediger Pluem] |
|
0 commit comments