]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync changes-entries [skip ci].
authorYann Ylavic <ylavic@apache.org>
Tue, 14 Dec 2021 15:24:32 +0000 (15:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 14 Dec 2021 15:24:32 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895953 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/http2_2.0.1.txt [deleted file]
changes-entries/http_enforcements.txt [deleted file]
changes-entries/pr65725.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 32d6c0175626fa5612a6ec5c20e7a6afb1b9091b..63ff1a9337b8f7074a0e57ba363d63164c1da52f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,24 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+
+
+
+  *) http: Enforce that fully qualified uri-paths not to be forward-proxied
+     have an http(s) scheme, and that the ones to be forward proxied have a
+     hostname, per HTTP specifications.  [Ruediger Pluem, Yann Ylavic]
+
+  *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite
+     loop when clients close connections prematurely.
+     Enhanced the scoreboard status updates on h2 connections for
+     mod_status. 'server-status' now gives a better idea what the
+     connection is working on.
+     [Stefan Eissing]
+
+  *) mod_http: Correctly sent a 100 Continue status code when sending an interim
+     response as result of an Expect: 100-Continue in the request and not the
+     current status code of the request. PR 65725 [Ruediger Pluem]
+
   *) mod_proxy_connect: Honor the smallest of the backend or client timeout
      while tunneling.  [Yann Ylavic]
 
diff --git a/changes-entries/http2_2.0.1.txt b/changes-entries/http2_2.0.1.txt
deleted file mode 100644 (file)
index 9ae23f2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite
-     loop when clients close connections prematurely.
-     Enhanced the scoreboard status updates on h2 connections for
-     mod_status. 'server-status' now gives a better idea what the
-     connection is working on.
-     [Stefan Eissing]
\ No newline at end of file
diff --git a/changes-entries/http_enforcements.txt b/changes-entries/http_enforcements.txt
deleted file mode 100644 (file)
index 3e16f10..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) http: Enforce that fully qualified uri-paths not to be forward-proxied
-     have an http(s) scheme, and that the ones to be forward proxied have a
-     hostname, per HTTP specifications.  [Yann Ylavic]
diff --git a/changes-entries/pr65725.txt b/changes-entries/pr65725.txt
deleted file mode 100644 (file)
index 3e8fee9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_http: Correctly sent a 100 Continue status code when sending an interim
-     response as result of an Expect: 100-Continue in the request and not the
-     current status code of the request. PR 65725 [Ruediger Pluem]