summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-05 21:12:34 +0000
committerEric Covener <covener@apache.org>2023-03-05 21:12:34 +0000
commit4f3dd7e9ff2715aa9e44a67bea57854c5a75c154 (patch)
tree6c1f0115c62e0c7e033df66959b9dcf375d65160
parent2ebc9682be3bcfec282c1165a7ee82e9d60a5343 (diff)
downloadhttpd-4f3dd7e9ff2715aa9e44a67bea57854c5a75c154.tar.gz
make update-changes
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908100 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES28
-rw-r--r--changes-entries/ajp_invalid_number_of_headers.txt2
-rw-r--r--changes-entries/h2-rst-access-500-fix.txt4
-rw-r--r--changes-entries/md_v2.4.21.txt8
-rw-r--r--changes-entries/pr66421.txt4
-rw-r--r--changes-entries/proxy_uwsgi_response_validation.txt2
-rw-r--r--changes-entries/rotatlogs_truncate_rotated.txt2
7 files changed, 28 insertions, 22 deletions
diff --git a/CHANGES b/CHANGES
index ae652275a9..16f8f55dd2 100644
--- 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
index 8657304608..0000000000
--- a/changes-entries/ajp_invalid_number_of_headers.txt
+++ /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
index d165fa3bc8..0000000000
--- a/changes-entries/h2-rst-access-500-fix.txt
+++ /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
index 2a3faa886c..0000000000
--- a/changes-entries/md_v2.4.21.txt
+++ /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
index 94d4c42ada..0000000000
--- a/changes-entries/pr66421.txt
+++ /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
index 2cdb6c6300..0000000000
--- a/changes-entries/proxy_uwsgi_response_validation.txt
+++ /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
index 2cc69366ea..0000000000
--- a/changes-entries/rotatlogs_truncate_rotated.txt
+++ /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]