From: Yann Ylavic Date: Thu, 14 Apr 2016 21:01:00 +0000 (+0000) Subject: Clarify CHANGES entry, including the correct version for the X-Git-Tag: 2.5.0-alpha~1738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e373f1dee658cadf760ac7e8d2f3e1b48008c54;p=thirdparty%2Fapache%2Fhttpd.git Clarify CHANGES entry, including the correct version for the restored behaviour. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7b9c3f4bbde..fdae3717996 100644 --- 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 ]