summaryrefslogtreecommitdiffstats
path: root/changes-entries/md_locks_and_fix.txt
blob: c70ef1fc286a0779012744e90c5d88ce7803bceb (plain)
1
2
3
4
5
6
7
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>.