-*- 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 <https://github.com/icing/mod_md/issues/293>.
+
+ *) 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.
+++ /dev/null
- *) 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>.