]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify CHANGES entry, including the correct version for the
authorYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2016 21:01:00 +0000 (21:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2016 21:01:00 +0000 (21:01 +0000)
restored behaviour.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739193 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7b9c3f4bbde010113ad70b24d0b067c1cdd96e27..fdae37179969f14c03d08135e877ba57b630b69f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) scoreboard/status: Keep previous worker connection/request data when idle as
-     prior to 2.4.20.  [Yann Ylavic]
+  *) scoreboard/status: Keep workers' previous Client, VHost and Request values
+     when idle, like in 2.4.18 and earlier.  [Yann Ylavic]
 
   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]