From d2bd158b4f0b4a07eea1bd905cd8140d353c36ef Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 29 Nov 2022 13:18:28 +0000 Subject: [PATCH] make update-changes prior to backports [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905605 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 11 +++++++++++ changes-entries/md_locks_and_fix.txt | 8 -------- changes-entries/pr66033.txt | 2 -- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 changes-entries/md_locks_and_fix.txt delete mode 100644 changes-entries/pr66033.txt diff --git a/CHANGES b/CHANGES index d678a303c87..27317a3ade6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,17 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.55 + *) mod_md: a new directive `MDStoreLocks` can be used on cluster + setups with a shared file system for `MDStoreDir` to order + activation of renewed certificates when several cluster nodes are + restarted at the same time. Store locks are not enabled by default. + Restored curl_easy cleanup behaviour from v2.4.14 and refactored + the use of curl_multi for OCSP requests to work with that. + Fixes . + + *) core: Avoid an overflow on large inputs in ap_is_matchexp. PR 66033 + [Ruediger Pluem] + *) mod_heartmonitor: Allow "HeartbeatMaxServers 0" to use file based storage instead of slotmem. Needed after setting HeartbeatMaxServers default to the documented value 10 in 2.4.54. diff --git a/changes-entries/md_locks_and_fix.txt b/changes-entries/md_locks_and_fix.txt deleted file mode 100644 index c70ef1fc286..00000000000 --- a/changes-entries/md_locks_and_fix.txt +++ /dev/null @@ -1,8 +0,0 @@ - *) mod_md: a new directive `MDStoreLocks` can be used on cluster - setups with a shared file system for `MDStoreDir` to order - activation of renewed certificates when several cluster nodes are - restarted at the same time. Store locks are not enabled by default. - - Restored curl_easy cleanup behaviour from v2.4.14 and refactored - the use of curl_multi for OCSP requests to work with that. - Fixes . diff --git a/changes-entries/pr66033.txt b/changes-entries/pr66033.txt deleted file mode 100644 index caa98d18cd9..00000000000 --- a/changes-entries/pr66033.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) core: Avoid an overflow on large inputs in ap_is_matchexp. PR 66033 - [Ruediger Pluem] -- 2.47.3