From: Fabien Coelho Date: Sun, 9 Dec 2012 06:31:11 +0000 (+0000) Subject: Tell CHANGES about added 'Warning' directive. X-Git-Tag: 2.5.0-alpha~6046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b6f3d2509d45e47d2cf966a8719162bbc24672;p=thirdparty%2Fapache%2Fhttpd.git Tell CHANGES about added 'Warning' directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418823 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 52419521c48..f96a2b9dad6 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changes with Apache 2.5.0 like the SSL handshake where LogLevel ... is evaluated too late. [Stefan Fritsch] + *) core: Add new directive Warning to issue warnings from a configuration + file. Both Warning and Error now generate a timestamped log message. + [Fabien Coelho] + *) mod_status: Print out list of times since a Vhost was last used. [Jim Jagielski]