summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-06-22 08:13:58 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-06-22 08:13:58 +0200
commit26a4e02cba2be201229409f513ab181b3c7f044e (patch)
treecc096307698859b2866cd07e964425ef5d7c2f49 /CHANGES
parent New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ] (diff)
downloadapache2-26a4e02cba2be201229409f513ab181b3c7f044e.tar.xz
apache2-26a4e02cba2be201229409f513ab181b3c7f044e.zip
Note new (old) feature
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 809c32a15b..11811091b5 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 <ot w3.org>]