]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Maintain SECURITY changes at top
authorJim Jagielski <jim@apache.org>
Thu, 18 Sep 2008 18:31:08 +0000 (18:31 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 18 Sep 2008 18:31:08 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@696753 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4a79eb050290716484aa0e2594c9cec6e0b6f589..0d945deddf1b51ae7f54448217e7011897947c60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,13 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.10
 
-  *) mod_ssl: implement dynamic mutex callbacks for the benefit of
-     OpenSSL.  [Sander Temme]
-
   *) SECURITY: CVE-2008-2939 (cve.mitre.org)
      mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of
      the FTP URL. Discovered by Marc Bevand of Rapid7. [Ruediger Pluem]
 
+  *) mod_ssl: implement dynamic mutex callbacks for the benefit of
+     OpenSSL.  [Sander Temme]
+
   *) mod_proxy_balancer: Add 'bybusyness' load balance method.
      [Joel Gluth <joelgluth yahoo.com.au>, Jim Jagielski]