]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Update change entries via make update-changes [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Tue, 15 Sep 2020 07:50:26 +0000 (07:50 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 15 Sep 2020 07:50:26 +0000 (07:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881729 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/http2_log_early_errors.txt [deleted file]
changes-entries/pr64598.txt [deleted file]
changes-entries/pr64709.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 529539da93ca0dc95cfefe7722f3601043dfaee3..be1ec1f0ee610823d48821c5b48f3502825e247d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_http2: Log requests and sent the configured error response in case of
+     early detected errors like too many or too long headers.
+     [Ruediger Pluem, Stefan Eissing]
+
+  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
+     value. PR 64598 [Ruediger Pluem]
+
+  *) mod_cgi/mod_cgid: Avoid a second read from a CGI script after a
+     timeout, which effectively doubled the configured timeout setting.
+     PR 64709.  [Joe Orton]
+
   *) core: handle headers when replying a 304 following RFC7234.
      [Giovanni Bechis]
 
diff --git a/changes-entries/http2_log_early_errors.txt b/changes-entries/http2_log_early_errors.txt
deleted file mode 100644 (file)
index 29477aa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_http2: Log requests and sent the configured error response in case of
-     early detected errors like too many or too long headers.
-     [Ruediger Pluem, Stefan Eissing]
diff --git a/changes-entries/pr64598.txt b/changes-entries/pr64598.txt
deleted file mode 100644 (file)
index 3647d8a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
-     value. PR 64598 [Ruediger Pluem]
diff --git a/changes-entries/pr64709.txt b/changes-entries/pr64709.txt
deleted file mode 100644 (file)
index aaa2854..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_cgi/mod_cgid: Avoid a second read from a CGI script after a
-     timeout, which effectively doubled the configured timeout setting.
-     PR 64709.  [Joe Orton]