From: Eric Covener Date: Mon, 5 Jun 2017 13:12:25 +0000 (+0000) Subject: a few more backported fixes X-Git-Tag: 2.5.0-alpha~387 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8cda322fd9d947f058bf3399630ff310e5841d8;p=thirdparty%2Fapache%2Fhttpd.git a few more backported fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1797661 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ae25f98f880..9a295432681 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_env: when processing a 'SetEnv' directive, warn if the environment - variable name includes a '='. It is likely a configuration error. - PR 60249 [Christophe Jaillet] - *) Evaluate nested If/ElseIf/Else configuration blocks. [Luca Toscano, Jacob Champion] @@ -21,10 +17,6 @@ Changes with Apache 2.5.0 *) mod_syslog: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] - *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid - a possible crash if a signal is caught during (graceful) restart. - PR 60487. [Yann Ylavic] - *) When using mod_status with the Event MPM, report the number of requests associated with an active connection in the "ACC" field. Previously zero was always reported with this MPM. PR60647. [Eric Covener]