]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES entries. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 11:04:49 +0000 (11:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 11:04:49 +0000 (11:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897858 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/CoreDumpDirectory-freebsd11.txt [deleted file]
changes-entries/ap_regex_thread_local.txt [deleted file]
changes-entries/bz_65769.txt [deleted file]
changes-entries/mod_dav_memory_regresssion.txt [deleted file]
changes-entries/mod_md_status_memory.txt [deleted file]
changes-entries/mod_tls_link_issue_with_rust_1_56.txt [deleted file]
changes-entries/reqtimeout_mode_init.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index de3bbe22d627de0a0845fbb9fba6a568a456b8f3..54a6d77ee8098059a20bacbb6c396512cffe95cb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,32 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_md: the status description in MDomain's JSON, exposed in the
+     md-status handler (if configure) did sometimes not carry the correct
+     message when certificates needed renew.
+     [Stefan Eissing]
+
+  *) mod_tls: Fix a linkage issue with rustls when compiled
+     with rust 1.55, 1.56 or 1.57. This prevents the loading
+     of the module because of an undefined symbol: fmaf
+     See https://github.com/rustls/rustls-ffi/issues/133
+     [Christophe Jaillet]
+
+  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+     when an efficient TLS implementation is available. [Yann Ylavic]
+
+  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
+
+  *) mod_dav: Fix regression when gathering properties which could lead to huge
+     memory consumption proportional to the number of resources.
+     [Evgeny Kotkov, Ruediger Pluem]
+
+  *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+.
+     PR 65819.  [David CARLIER <devnexen gmail.com>]
+
+  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+     and/or reaching MaxConnectionsPerChild.  PR 65769.  [Yann Ylavic]
+
   *) 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]
diff --git a/changes-entries/CoreDumpDirectory-freebsd11.txt b/changes-entries/CoreDumpDirectory-freebsd11.txt
deleted file mode 100644 (file)
index e200f0c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+.
-     PR 65819.  [David CARLIER <devnexen gmail.com>]
diff --git a/changes-entries/ap_regex_thread_local.txt b/changes-entries/ap_regex_thread_local.txt
deleted file mode 100644 (file)
index 253d386..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
-     when an efficient TLS implementation is available. [Yann Ylavic]
diff --git a/changes-entries/bz_65769.txt b/changes-entries/bz_65769.txt
deleted file mode 100644 (file)
index 7fede1a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
-     and/or reaching MaxConnectionsPerChild.  PR 65769.  [Yann Ylavic]
diff --git a/changes-entries/mod_dav_memory_regresssion.txt b/changes-entries/mod_dav_memory_regresssion.txt
deleted file mode 100644 (file)
index 65b50c5..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_dav: Fix regression when gathering properties which could lead to huge
-     memory consumption proportional to the number of resources.
-     [Evgeny Kotkov, Ruediger Pluem]
diff --git a/changes-entries/mod_md_status_memory.txt b/changes-entries/mod_md_status_memory.txt
deleted file mode 100644 (file)
index 2ebd10f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_md: the status description in MDomain's JSON, exposed in the
-     md-status handler (if configure) did sometimes not carry the correct
-     message when certificates needed renew.
-     [Stefan Eissing]
diff --git a/changes-entries/mod_tls_link_issue_with_rust_1_56.txt b/changes-entries/mod_tls_link_issue_with_rust_1_56.txt
deleted file mode 100644 (file)
index 294646a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  *) mod_tls: Fix a linkage issue with rustls when compiled
-     with rust 1.55, 1.56 or 1.57. This prevents the loading
-     of the module because of an undefined symbol: fmaf
-     See https://github.com/rustls/rustls-ffi/issues/133
-     [Christophe Jaillet]
-
diff --git a/changes-entries/reqtimeout_mode_init.txt b/changes-entries/reqtimeout_mode_init.txt
deleted file mode 100644 (file)
index 21ac1bb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]