summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-07-03 12:56:29 +0200
committerJim Jagielski <jim@apache.org>2017-07-03 12:56:29 +0200
commit7c4ac601afef5da7615d3bbe226173a624120d85 (patch)
tree21100ee85eaa46cf6849058284ed9166b6f3ec83
parent* Do not apply the strict permissions of the temporary file to a possibly (diff)
downloadapache2-7c4ac601afef5da7615d3bbe226173a624120d85.tar.xz
apache2-7c4ac601afef5da7615d3bbe226173a624120d85.zip
backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800627 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 0 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 68b5e5ca62..d75dd8ab4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,14 +4,6 @@ Changes with Apache 2.5.0
*) htpasswd / htdigest: Do not apply the strict permissions of the temporary
passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem]
- *) mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default
- ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202.
- [Jacob Champion]
-
- *) core: Avoid duplicate HEAD in Allow header.
- This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
- PR 61207. [Christophe Jaillet]
-
*) mod_rewrite: Add 'RewriteOptions LongURLOptimization' to free memory
from each set of unmatched rewrite conditions.
[Eric Covener]