summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5cbcd36210..a1da373b86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,10 @@ Changes with Apache 2.4.30
*) regex: Allow to configure global/default options for regexes, like
caseless matching or extended format. [Yann Ylavic]
+ *) mod_auth_digest: Actually use the secret when generating nonces. This change
+ may cause problems if used with round robin load balancers. PR 54637
+ [Stefan Fritsch]
+
*) mod_proxy: Allow setting options to globally defined balancer from
ProxyPass used in VirtualHost. Balancers are now merged using the new
merge_balancers method which merges the balancers options. [Jan Kaluza]