]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
document userland change
authorJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 14:18:05 +0000 (14:18 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 14:18:05 +0000 (14:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@570440 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 82821921443fd9d78e5b81978d7a52102c38a522..94f362cc053346f96b908e1ba67f2d50d04781af 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.6
 
+  *) mod_ssl: Version reporting update; displays 'compiled against'
+     Apache and build-time SSL Library versions at loglevel [info],
+     while reporting the run-time SSL Library version in the server
+     info tags.  Helps to identify a mod_ssl built against one flavor
+     of OpenSSL but running against another (also adds SSL-C version
+     number reporting.)  [William Rowe]
+
   *) mime.types: Many updates to sync with IANA registry and common
      unregistered types that the owners refuse to register.  Admins
      are encouraged to update their installed mime.types file.