From 73b15db2fa6fcc45bd140a46b3233a54a4c19958 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 15 Jun 2013 20:57:01 +0000 Subject: [PATCH] Describe mod_auth_digest changes more accurately git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1493419 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 968de28eda..0c9c295ba4 100644 --- a/CHANGES +++ b/CHANGES @@ -4,9 +4,10 @@ Changes with Apache 2.5.0 *) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged correctly. [Jens Låås ] - *) 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 -- 2.50.0