summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
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>.