summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-05-02 13:16:00 +0200
committerYann Ylavic <ylavic@apache.org>2018-05-02 13:16:00 +0200
commitf5c6ef494e0cc977181c9033b1e17e96ebe9922e (patch)
tree0973b19de8074300eb7e40615ccac38f53c4b03b /CHANGES
parentOn the trunk: (diff)
downloadapache2-f5c6ef494e0cc977181c9033b1e17e96ebe9922e.tar.xz
apache2-f5c6ef494e0cc977181c9033b1e17e96ebe9922e.zip
Follow up to r1822537: replace static variable with pool userdata.
Also adds a comment and a CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 09343fa05e..f55f0feea6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
+ [Yann Ylavic]
+
*) mod_http2: restoring the v1.10.16 keepalive timeout behavioud of mod_http2 (to be verified).
[Stefan Eissing]