From: Stefan Eissing Date: Tue, 17 Sep 2024 10:39:29 +0000 (+0000) Subject: some text formatting cleanup X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c83f4e53c4684d10bcbeeb83b13221155d0719ec;p=thirdparty%2Fapache%2Fhttpd.git some text formatting cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9f61f389a8b..7326a328501 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 - * mod_http2: improved early cleanup of streams. - [Stefan Eissing] + *) mod_http2: improved early cleanup of streams. + [Stefan Eissing] *) mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. PR 69203. [Yann Ylavic] @@ -18,11 +18,11 @@ Changes with Apache 2.5.1 *) mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197. [Yann Ylavic, Eric Covener] - * mod_tls: update version of rustls-ffi to v0.13.0. - [Daniel McCarney (@cpu}] + *) mod_tls: update version of rustls-ffi to v0.13.0. + [Daniel McCarney (@cpu}] - *) mod_xml2enc: Tolerate libxml2 2.12.0 and later. - [ttachi ] + *) mod_xml2enc: Tolerate libxml2 2.12.0 and later. + [ttachi ] *) mod_alias: Add AliasPreservePath directive to map the full path after the alias in a location. [Graham Leggett] @@ -69,7 +69,7 @@ Changes with Apache 2.5.1 '?' and the [QSA] flag did not have the query appended. PR66672 Frank Meier - *) core: On Linux, log the real thread ID in error logs. [Joe Orton] + *) core: On Linux, log the real thread ID in error logs. [Joe Orton] *) mod_http2: fixed a bug in flushing pending data on an already closed connection that could lead to a busy loop, preventing the HTTP/2 session @@ -95,16 +95,16 @@ Changes with Apache 2.5.1 The numbers are now the same with and without H2CopyFiles enabled. [Stefan Eissing] - * mod_md: - - Using OCSP stapling information to trigger certificate renewals. Proposed - by @frasertweedale. - - Added directive `MDCheckInterval` to control how often the server checks - for detected revocations. Added proposals for configurations in the - README.md chapter "Revocations". - - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is - allowed in RFC 6960. Treat those as having an update interval of 12 hours. - Added by @frasertweedale. - - Adapt OpenSSL usage to changes in their API. By Yann Ylavic. + *) mod_md: + - Using OCSP stapling information to trigger certificate renewals. Proposed + by @frasertweedale. + - Added directive `MDCheckInterval` to control how often the server checks + for detected revocations. Added proposals for configurations in the + README.md chapter "Revocations". + - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is + allowed in RFC 6960. Treat those as having an update interval of 12 hours. + Added by @frasertweedale. + - Adapt OpenSSL usage to changes in their API. By Yann Ylavic. *) mod_proxy_http2: fix retry handling to not leak temporary errors. On detecting that that an existing connection was shutdown by the other