]> granicus.if.org Git - apache/commitdiff
Add CHANGE entry
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Jun 2017 07:10:19 +0000 (07:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Jun 2017 07:10:19 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799786 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0c5f7218ab116fe00c6664d9d6f51b2e0187870f..cb7fa0b367babe4b712c26b6c8bd721fdbc76642 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) core: Avoid duplicate HEAD in Allow header.
+     This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
+     PR 61207. [Christophe Jaillet]
+
   *) core: Send a 404 response like other OSs do instead of 403 on Windows
      when a path segment or file requested uses a reserved word so Windows
      cannot be fingerprinted. PR55887 [Gregg Smith]