From: Jim Jagielski Date: Tue, 28 Aug 2007 14:18:05 +0000 (+0000) Subject: document userland change X-Git-Tag: 2.2.6~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1e8e9129b9e34fe8455b909b9fa01c84a82cf1;p=thirdparty%2Fapache%2Fhttpd.git document userland change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@570440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 82821921443..94f362cc053 100644 --- 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.