From: Yann Ylavic Date: Mon, 18 Jan 2021 17:17:04 +0000 (+0000) Subject: Update CHANGES entry after r1885659 [skip ci]. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1045 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a2e5f38b029ffe767c3375ae5915111d93bbe7e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index e84753ff4d0..fdba2ab6454 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. diff --git a/changes-entries/auth_digest_nonce.txt b/changes-entries/auth_digest_nonce.txt deleted file mode 100644 index 6a583f6a71f..00000000000 --- a/changes-entries/auth_digest_nonce.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_auth_digest: Fast validation of the nonce's base64 to fail early if - the format can't match anyway. [Yann Ylavic] -