summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-02-20 12:43:16 +0000
committerYann Ylavic <ylavic@apache.org>2018-02-20 12:43:16 +0000
commit829144ed4638a23f0d40576c71cd988df8eef61f (patch)
treed12633d013c5fe891cae0692d6c7d51957d371fd /CHANGES
parent48a8c0a962a64d6283e8163d0d72323f405d6d51 (diff)
parent8382b67c14dc1fd18149a25ff83e0bbac2e5f3c6 (diff)
downloadhttpd-829144ed4638a23f0d40576c71cd988df8eef61f.tar.gz
Follow up to r1821624: sync with latest 2.4.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-mpm_fdqueue@1824864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 52abf87f27..c551cd4d50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
-*- coding: utf-8 -*-
-Changes with Apache 2.4.30
+Changes with Apache 2.4.31
*) mpm_queue: Put fdqueue code in common for MPMs event and worker.
[Yann Ylavic]
+Changes with Apache 2.4.30
+
*) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic]
*) mod_cache_socache: Fix caching of empty headers up to carriage return.