summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-08-25 14:00:13 +0000
committerStefan Eissing <icing@apache.org>2022-08-25 14:00:13 +0000
commitf2b7303efa8c3a12d3f119ba100e633f685943b2 (patch)
tree8b789558fc52d2e51039474a8ec3179fc1a1b2df /changes-entries
parentd0b4a30216b5c97ca493e657681af36dc79ecf98 (diff)
downloadhttpd-f2b7303efa8c3a12d3f119ba100e633f685943b2.tar.gz
mod_md v2.4.19 from github sync
*) 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 <https://github.com/icing/mod_md/issues/293>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/md_locks_and_fix.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes-entries/md_locks_and_fix.txt b/changes-entries/md_locks_and_fix.txt
new file mode 100644
index 0000000000..c70ef1fc28
--- /dev/null
+++ b/changes-entries/md_locks_and_fix.txt
@@ -0,0 +1,8 @@
+ *) 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 <https://github.com/icing/mod_md/issues/293>.