summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-09-07 15:29:23 +0000
committerYann Ylavic <ylavic@apache.org>2021-09-07 15:29:23 +0000
commit40df9da013c57f6e84eee36df089336e49d62a94 (patch)
tree7f3d9fb5bb896a45d35e8c3102720cb5dcabaeaa /CHANGES
parent6945bb23babfd87f53cd94cbc0d4eb0d03f7965d (diff)
downloadhttpd-40df9da013c57f6e84eee36df089336e49d62a94.tar.gz
Sync CHANGES [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4566202c88..e8f7b94fd9 100644
--- 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