]> granicus.if.org Git - apache/commitdiff
Describe mod_auth_digest changes more accurately
authorStefan Fritsch <sf@apache.org>
Sat, 15 Jun 2013 20:57:01 +0000 (20:57 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 15 Jun 2013 20:57:01 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1493419 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 968de28edaae71389aaac78512e4e62f4849a354..0c9c295ba4df194312c9710219cb8232c10cbc00 100644 (file)
--- 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 <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