summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2013-09-14 15:48:46 +0200
committerGraham Leggett <minfrin@apache.org>2013-09-14 15:48:46 +0200
commit4b7e438b314757d72373e0cd8f9573c2f166e277 (patch)
treed96bc151463ba21e3433543c1c20a13cbb3f28a2 /CHANGES
parentUpdates. (diff)
downloadapache2-4b7e438b314757d72373e0cd8f9573c2f166e277.tar.xz
apache2-4b7e438b314757d72373e0cd8f9573c2f166e277.zip
mod_auth_digest: Be more specific when the realm mismatches because the
realm has not been specified. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1523239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 026428b235..3d674a82c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_auth_digest: Be more specific when the realm mismatches because the
+ realm has not been specified. [Graham Leggett]
+
*) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
[Graham Leggett]