]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make update-changes
authorEric Covener <covener@apache.org>
Sun, 5 Mar 2023 21:12:34 +0000 (21:12 +0000)
committerEric Covener <covener@apache.org>
Sun, 5 Mar 2023 21:12:34 +0000 (21:12 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908100 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/ajp_invalid_number_of_headers.txt [deleted file]
changes-entries/h2-rst-access-500-fix.txt [deleted file]
changes-entries/md_v2.4.21.txt [deleted file]
changes-entries/pr66421.txt [deleted file]
changes-entries/proxy_uwsgi_response_validation.txt [deleted file]
changes-entries/rotatlogs_truncate_rotated.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index ae652275a9e629edd36d896e3a57f4d065520b82..16f8f55dd2d7e3eb37e535ae568d9d95a1edd7b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,34 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.56
 
+  *) rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
+     truncated without the initial logfile being truncated.  [Eric Covener]
+
+  *) mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
+     allow connections of any age to be reused. Up to now, a negative value
+     was handled as an error when parsing the configuration file.  PR 66421.
+     [nailyk <bzapache nailyk.fr>, Christophe Jaillet]
+
+  *) mod_proxy_ajp: Report an error if the AJP backend sends an invalid number
+     of headers. [Ruediger Pluem]
+
+  *) mod_md:
+     - Enabling ED25519 support and certificate transparency information when
+       building with libressl v3.5.0 and newer. Thanks to Giovanni Bechis.
+     - MDChallengeDns01 can now be configured for individual domains.
+       Thanks to Jérôme Billiras (@bilhackmac) for the initial PR.
+     - Fixed a bug found by Jérôme Billiras (@bilhackmac) that caused the challenge
+       teardown not being invoked as it should.
+     [Stefan Eissing]
+
+  *) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
+     reported in access logs and error documents. The processing of the
+     reset was correct, only unneccesary reporting was caused.
+     [Stefan Eissing]
+
+  *) mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation.
+     [Yann Ylavic]
+
 Changes with Apache 2.4.55
 
   *) SECURITY: CVE-2022-37436: Apache HTTP Server: mod_proxy prior to
diff --git a/changes-entries/ajp_invalid_number_of_headers.txt b/changes-entries/ajp_invalid_number_of_headers.txt
deleted file mode 100644 (file)
index 8657304..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_ajp: Report an error if the AJP backend sends an invalid number
-     of headers. [Ruediger Pluem]
diff --git a/changes-entries/h2-rst-access-500-fix.txt b/changes-entries/h2-rst-access-500-fix.txt
deleted file mode 100644 (file)
index d165fa3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
-     reported in access logs and error documents. The processing of the
-     reset was correct, only unneccesary reporting was caused.
-     [Stefan Eissing]
diff --git a/changes-entries/md_v2.4.21.txt b/changes-entries/md_v2.4.21.txt
deleted file mode 100644 (file)
index 2a3faa8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-  *) mod_md:
-     - Enabling ED25519 support and certificate transparency information when
-       building with libressl v3.5.0 and newer. Thanks to Giovanni Bechis.
-     - MDChallengeDns01 can now be configured for individual domains.
-       Thanks to Jérôme Billiras (@bilhackmac) for the initial PR.
-     - Fixed a bug found by Jérôme Billiras (@bilhackmac) that caused the challenge
-       teardown not being invoked as it should.
-     [Stefan Eissing]
\ No newline at end of file
diff --git a/changes-entries/pr66421.txt b/changes-entries/pr66421.txt
deleted file mode 100644 (file)
index 94d4c42..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
-     allow connections of any age to be reused. Up to now, a negative value
-     was handled as an error when parsing the configuration file.  PR 66421.
-     [nailyk <bzapache nailyk.fr>, Christophe Jaillet]
diff --git a/changes-entries/proxy_uwsgi_response_validation.txt b/changes-entries/proxy_uwsgi_response_validation.txt
deleted file mode 100644 (file)
index 2cdb6c6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation.
-     [Yann Ylavic]
diff --git a/changes-entries/rotatlogs_truncate_rotated.txt b/changes-entries/rotatlogs_truncate_rotated.txt
deleted file mode 100644 (file)
index 2cc6936..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
-     truncated without the initial logfile being truncated.  [Eric Covener]