From 37f06cfba9339fea4929239ff5a79fc34c849244 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 23 Nov 2020 01:45:43 +0900 Subject: [PATCH] Fix #8131: linkcheck: Too Many Redirects on HEAD request is treated as broken --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index b17c7b20235..2c13d8f6f34 100644 --- a/CHANGES +++ b/CHANGES @@ -54,6 +54,7 @@ Bugs fixed set to "description" * #8419: html search: Do not load ``language_data.js`` in non-search pages * #8454: graphviz: The layout option for graph and digraph directives don't work +* #8131: linkcheck: Too Many Redirects on HEAD request is treated as broken * #8437: Makefile: ``make clean`` with empty BUILDDIR is dangerous Testing