]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES [skip ci].
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 15:29:23 +0000 (15:29 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 15:29:23 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893049 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/Reduce_time_window_for_duplicate_in_uniqueid.txt [deleted file]
changes-entries/event_maintenance_spawn_limit.txt [deleted file]
changes-entries/init_request_on_read_failure.txt [deleted file]
changes-entries/proxy_nocanon_interpolate.txt [deleted file]
changes-entries/revert_r887244_and_r887245.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 4566202c8876b9b9b1d44b93c0eeb3aa3f710de4..e8f7b94fd9d73f3925145352a186f3277b29a0db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,25 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) core: Initialize the request fields on read failure to avoid NULLs.
+     [Yann Ylavic]
+
+  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
+     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
+     [Joel Self <joelself gmail.com>]
+
+  *) mpm_event: Fix children processes possibly not stopped on graceful
+     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
+
+  *) mod_unique_id: Reduce the time window where duplicates may be generated
+     PR 65159
+     [Christophe Jaillet]
+
+  *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load.
+     PR 65159" added in 2.4.47.
+     This causes issue on Windows.
+     [Christophe Jaillet]
+
   *) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.  [Yann Ylavic]
 
   *) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted
diff --git a/changes-entries/Reduce_time_window_for_duplicate_in_uniqueid.txt b/changes-entries/Reduce_time_window_for_duplicate_in_uniqueid.txt
deleted file mode 100644 (file)
index e8a8f9c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_unique_id: Reduce the time window where duplicates may be generated
-     PR 65159
-     [Christophe Jaillet]
diff --git a/changes-entries/event_maintenance_spawn_limit.txt b/changes-entries/event_maintenance_spawn_limit.txt
deleted file mode 100644 (file)
index 7179c3b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mpm_event: Fix children processes possibly not stopped on graceful
-     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
\ No newline at end of file
diff --git a/changes-entries/init_request_on_read_failure.txt b/changes-entries/init_request_on_read_failure.txt
deleted file mode 100644 (file)
index c59bf89..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) core: Initialize the request fields on read failure to avoid NULLs.
-     [Yann Ylavic]
\ No newline at end of file
diff --git a/changes-entries/proxy_nocanon_interpolate.txt b/changes-entries/proxy_nocanon_interpolate.txt
deleted file mode 100644 (file)
index a2b033c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
-     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
-     [Joel Self <joelself gmail.com>]
\ No newline at end of file
diff --git a/changes-entries/revert_r887244_and_r887245.txt b/changes-entries/revert_r887244_and_r887245.txt
deleted file mode 100644 (file)
index 4b65e1d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load.
-     PR 65159" added in 2.4.47.
-     This causes issue on Windows.
-     [Christophe Jaillet]