*) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
correctly. [Jens Låås <jelaas gmail.com>]
- *) 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_auth_digest: Use the secret when generating nonces in all cases and
+ not only when AuthName is used in .htaccess files (this change may cause
+ problems if used with round robin load balancers). Don't regenerate the
+ secret on graceful restarts. PR 54637 [Stefan Fritsch]
*) mod_cache_socache: Use the name of the socache implementation when performing
a lookup rather than using the raw arguments. [Martin Ksellmann