From 2a2e5f38b029ffe767c3375ae5915111d93bbe7e Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Mon, 18 Jan 2021 17:17:04 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ changes-entries/auth_digest_nonce.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 changes-entries/auth_digest_nonce.txt 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] - -- 2.47.3