summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-02-08 11:04:49 +0000
committerYann Ylavic <ylavic@apache.org>2022-02-08 11:04:49 +0000
commit7953689accdd3e8957f5a4b31f1cc3399f9dd484 (patch)
tree426e1b726b78714262da3a8273ade721c2e16292 /CHANGES
parent711bf3ee18283cc12d09aaaf07479696797cbbe8 (diff)
downloadhttpd-7953689accdd3e8957f5a4b31f1cc3399f9dd484.tar.gz
Sync CHANGES entries. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897858 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index de3bbe22d6..54a6d77ee8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,32 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_md: the status description in MDomain's JSON, exposed in the
+ md-status handler (if configure) did sometimes not carry the correct
+ message when certificates needed renew.
+ [Stefan Eissing]
+
+ *) mod_tls: Fix a linkage issue with rustls when compiled
+ with rust 1.55, 1.56 or 1.57. This prevents the loading
+ of the module because of an undefined symbol: fmaf
+ See https://github.com/rustls/rustls-ffi/issues/133
+ [Christophe Jaillet]
+
+ *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+ when an efficient TLS implementation is available. [Yann Ylavic]
+
+ *) mom_reqtimeout: Fix missing handshake= timeout enforcement. [Yann Ylavic]
+
+ *) mod_dav: Fix regression when gathering properties which could lead to huge
+ memory consumption proportional to the number of resources.
+ [Evgeny Kotkov, Ruediger Pluem]
+
+ *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+.
+ PR 65819. [David CARLIER <devnexen gmail.com>]
+
+ *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+ and/or reaching MaxConnectionsPerChild. PR 65769. [Yann Ylavic]
+
*) http: Enforce that fully qualified uri-paths not to be forward-proxied
have an http(s) scheme, and that the ones to be forward proxied have a
hostname, per HTTP specifications. [Ruediger Pluem, Yann Ylavic]