From: William A. Rowe Jr Date: Thu, 22 Jun 2006 06:13:58 +0000 (+0000) Subject: Note new (old) feature X-Git-Tag: 2.3.0~2325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a4e02cba2be201229409f513ab181b3c7f044e;p=thirdparty%2Fapache%2Fhttpd.git Note new (old) feature git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416266 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 809c32a15be..11811091b56 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,13 @@ - -*- coding: utf-8 -*- + -*- coding: utf-8 -*- Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + + *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ] + configures the I/O Dump of SSL traffic, when LogLevel is set to Debug. + The default is none as this is far greater debugging resolution than + the typical administrator is prepared to untangle. [William Rowe] + *) mod_speling: Add directive to deal with case corrections only and ignore other misspellings [Olivier Thereaux ]