Skip to content

Commit 1a02ff9

Browse files
committed
Tweak formatting and fix credit to Charles Smutz.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921879 13f79535-47bb-0310-9956-ffa450edef68
1 parent c601c8b commit 1a02ff9

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

CHANGES

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Changes with Apache 2.5.1
218218

219219
*) mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set.
220220
Allow for "SSLCryptoDevice builtin" if the ENGINE API is not available,
221-
notably with OpenSSL >= 3. PR 68080. [ Yann Ylavic, Joe Orton ]
221+
notably with OpenSSL >= 3. PR 68080. [Yann Ylavic, Joe Orton]
222222

223223
*) mod_headers: Fix a possible infinite recursion with the edit* action and
224224
empty matches. [Yann Ylavic]
@@ -255,25 +255,28 @@ Changes with Apache 2.5.1
255255
*) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs
256256
in <Location> (incomplete fix in 2.4.62). PR 69160. [Yann Ylavic]
257257

258-
*) mod_ssl: Add SSL_HANDSHAKE_RTT environment variable. [csmutz]
258+
*) mod_ssl: Add SSL_HANDSHAKE_RTT environment variable.
259+
[Charles Smutz <csmutz gmail.com>]
259260

260-
* mod_md: fixed passing of the server environment variables to programs
261-
started via MDMessageCmd and MDChallengeDns01 on *nix system.
262-
See <https://github.com/icing/mod_md/issues/319>.
263-
[Stefan Eissing]
261+
*) mod_md: fixed passing of the server environment variables to programs
262+
started via MDMessageCmd and MDChallengeDns01 on *nix system.
263+
See <https://github.com/icing/mod_md/issues/319>.
264+
[Stefan Eissing]
264265

265266
*) mod_proxy: Honor parameters of ProxyPassMatch workers with substitution
266267
in the host name or port. PR 69233. [Yann Ylavic]
267268

268-
* mod_md: Fix the reported "until" validity of a certificate in the status
269-
handler. [Rainer Jung]
270-
Fix possible NULL deref when logging the error that an authentication
271-
resource could not be retrieved from the ACME server. [Stefan Eissing]
269+
*) mod_md: Fix the reported "until" validity of a certificate in the status
270+
handler. [Rainer Jung]
271+
272+
*) mod_md: Fix possible NULL deref when logging the error that an
273+
authentication resource could not be retrieved from the ACME server.
274+
[Stefan Eissing]
272275

273276
*) mod_ssl: Improve compatibility with OpenSSL 3, fix build warnings about
274277
deprecated ENGINE_ API, honor OPENSSL_API_COMPAT setting while defaulting
275278
to compatibitily with version 1.1.1 (including ENGINEs / SSLCryptoDevice).
276-
[ Yann Ylavic ]
279+
[Yann Ylavic]
277280

278281
*) core: Add "multipathtcp" Listen option. PR 69292.
279282
[Anthony Doeraene <anthony.doeraene hotmail.com>]

0 commit comments

Comments
 (0)