summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
committerGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
commit6bf5bd6cb23885b96a360ffe1167744078d52669 (patch)
treed80030e5ab2630d461ac8e6bc7b1b36219bdcf6f /CHANGES
parentfb8757762d798a76de322283a79ae1f1c43e30f1 (diff)
downloadhttpd-6bf5bd6cb23885b96a360ffe1167744078d52669.tar.gz
core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and ContentDigest directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bcf4833200..5bf0e7145f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Remove support for the Content-MD5 header, removed in RFC7231.
+ Functions ap_md5digest() and ap_md5contextTo64() removed, and
+ ContentDigest directive. [Graham Leggett]
+
*) mod_dav: Allow other DAV modules to use dav_get_resource().
[Graham Leggett]