Mailing List Archive

svn commit: r1905605 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/md_locks_and_fix.txt changes-entries/pr66033.txt
Author: covener
Date: Tue Nov 29 13:18:28 2022
New Revision: 1905605

URL: http://svn.apache.org/viewvc?rev=1905605&view=rev
Log:
make update-changes prior to backports

[skip ci]

Removed:
httpd/httpd/branches/2.4.x/changes-entries/md_locks_and_fix.txt
httpd/httpd/branches/2.4.x/changes-entries/pr66033.txt
Modified:
httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1905605&r1=1905604&r2=1905605&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue Nov 29 13:18:28 2022
@@ -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 <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.