From: Guenter Knauf Date: Tue, 18 Sep 2012 01:54:54 +0000 (+0000) Subject: Windows: Fix output of -M, -L, and similar command-line options X-Git-Tag: 2.5.0-alpha~6320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a07029f378c5abb60ad7517fb40eb529092b2d;p=thirdparty%2Fapache%2Fhttpd.git Windows: Fix output of -M, -L, and similar command-line options which display information about the server configuration (backport r1374428). Submitted by: trawick Reviewed/backported by: gsmith, fuankg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1386956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e131489d287..a823686c8e2 100644 --- a/CHANGES +++ b/CHANGES @@ -17,10 +17,6 @@ Changes with Apache 2.5.0 to allow tracking of threads from exiting children via mod_status or other such mechanisms. [Jeff Trawick] - *) Windows: Fix output of -M, -L, and similar command-line options - which display information about the server configuration. - [Jeff Trawick] - *) mod_ssl: Catch missing or mismatched client cert/key pairs with SSLProxyMachineCertificateFile/Path directives. PR 52212. [Keith Burdis , Joe Orton]