Skip to content

Commit 9ab08c3

Browse files
committed
Update CHANGES entries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916555 13f79535-47bb-0310-9956-ffa450edef68
1 parent e18a217 commit 9ab08c3

9 files changed

+32
-30
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
-*- coding: utf-8 -*-
22
Changes with Apache 2.4.59
33

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+
436
*) htpasswd, htdbm, dbmmanage: Update help&docs to refer to
537
"hashing", rather than "encrypting" passwords.
638
[Michele Preziuso <mpreziuso kaosdynamics.com>]

changes-entries/add-CGIScriptTimeout.txt

-3
This file was deleted.

changes-entries/h2_date_and_bucket_leak.txt

-6
This file was deleted.

changes-entries/mod_slotmem_shm.txt

-3
This file was deleted.

changes-entries/pr61574.txt

-4
This file was deleted.

changes-entries/pr64339.txt

-4
This file was deleted.

changes-entries/pr65091.txt

-4
This file was deleted.

changes-entries/ssl-proxy-chain-certs.txt

-4
This file was deleted.

changes-entries/xmlchar.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)