|
1 | 1 | -*- coding: utf-8 -*-
|
2 | 2 | Changes with Apache 2.4.59
|
3 | 3 |
|
| 4 | + *) Add CGIScriptTimeout to mod_cgi. [Eric Covener] |
| 5 | + |
| 6 | + *) mod_xml2enc: Tolerate libxml2 2.12.0 and later. PR 68610 |
| 7 | + [ttachi <tachihara AT hotmail.com>] |
| 8 | + |
| 9 | + *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable. |
| 10 | + [Jean-Frederic Clere] |
| 11 | + |
| 12 | + *) mod_ssl: Use OpenSSL-standard functions to assemble CA |
| 13 | + name lists for SSLCACertificatePath/SSLCADNRequestPath. |
| 14 | + Names will now be consistently sorted. PR 61574. |
| 15 | + [Joe Orton] |
| 16 | + |
| 17 | + *) mod_xml2enc: Update check to accept any text/ media type |
| 18 | + or any XML media type per RFC 7303, avoiding |
| 19 | + corruption of Microsoft OOXML formats. PR 64339. |
| 20 | + [Joseph Heenan <joseph.heenan fintechlabs.io>, Joe Orton] |
| 21 | + |
| 22 | + *) mod_http2: v2.0.26 with the following fixes: |
| 23 | + - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes |
| 24 | + <https://github.com/icing/mod_h2/issues/272>. |
| 25 | + - Fixed small memory leak in h2 header bucket free. Thanks to |
| 26 | + Michael Kaufmann for finding this and providing the fix. |
| 27 | + |
| 28 | + *) htcacheclean: In -a/-A mode, list all files per subdirectory |
| 29 | + rather than only one. PR 65091. |
| 30 | + [Artem Egorenkov <aegorenkov.91 gmail.com>] |
| 31 | + |
| 32 | + *) mod_ssl: SSLProxyMachineCertificateFile/Path may reference files |
| 33 | + which include CA certificates; those CA certs are treated as if |
| 34 | + configured with SSLProxyMachineCertificateChainFile. [Joe Orton] |
| 35 | + |
4 | 36 | *) htpasswd, htdbm, dbmmanage: Update help&docs to refer to
|
5 | 37 | "hashing", rather than "encrypting" passwords.
|
6 | 38 | [Michele Preziuso <mpreziuso kaosdynamics.com>]
|
|
0 commit comments