]> granicus.if.org Git - apache/commitdiff
Windows: Fix output of -M, -L, and similar command-line options
authorGuenter Knauf <fuankg@apache.org>
Tue, 18 Sep 2012 01:54:54 +0000 (01:54 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 18 Sep 2012 01:54:54 +0000 (01:54 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index e131489d28794f3e54bffc77287e0e2f7c6c318e..a823686c8e21f713fc098e6e49238efb68a7eea8 100644 (file)
--- 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 <keith burdis.org>, Joe Orton]