]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES entry after r1885659 [skip ci].
authorYann Ylavic <ylavic@apache.org>
Mon, 18 Jan 2021 17:17:04 +0000 (17:17 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 18 Jan 2021 17:17:04 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885661 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/auth_digest_nonce.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index e84753ff4d0ef7e06bf59c7606c7f4571277a447..fdba2ab645441c0baf0ac5f852048a40f84c5dd3 100644 (file)
--- 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 (file)
index 6a583f6..0000000
+++ /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]
-