summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-01-18 17:17:04 +0000
committerYann Ylavic <ylavic@apache.org>2021-01-18 17:17:04 +0000
commit2a2e5f38b029ffe767c3375ae5915111d93bbe7e (patch)
tree09bbc4a037b6c4e973ab6ce05820bbc527b801df /CHANGES
parent567a10dc479ef52d14fa8e1f2506484542606c6c (diff)
downloadhttpd-2a2e5f38b029ffe767c3375ae5915111d93bbe7e.tar.gz
Update CHANGES entry after r1885659 [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885661 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 e84753ff4d..fdba2ab645 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_auth_digest: Fast validation of the nonce's base64 to fail early if
+ the format can't match anyway. [Yann Ylavic]
+
*) mod_xml2enc: Update check to match MIME types matching
"+xml" rather than anything containing "xml", avoiding
corruption of Microsoft OOXML formats. PR 64339.