diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en
index b7572f1581..871884fc44 100644
--- a/docs/manual/new_features_2_2.html.en
+++ b/docs/manual/new_features_2_2.html.en
@@ -29,6 +29,7 @@
@@ -83,6 +84,23 @@
their file name and line number. The module also
shows the order of all request hooks and additional
build information, similar to httpd -V.
+
+ mod_ssl
+
+ Added a support for
+ RFC 2817, which
+ allows connections to upgrade from clear text to TLS encryption.
+
+
+
+
+
+
+ httpd
+ - A new command line option
-M has been added that
+ lists all modules that are loaded based on the current
+ configuration. Unlike the -l option, this list
+ includes DSOs loaded via mod_so.
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml
index 00c1284ca0..27835968e7 100644
--- a/docs/manual/new_features_2_2.xml
+++ b/docs/manual/new_features_2_2.xml
@@ -80,6 +80,23 @@
their file name and line number. The module also
shows the order of all request hooks and additional
build information, similar to
httpd -V.
+
+
mod_ssl
+
+
Added a support for
+ RFC 2817, which
+ allows connections to upgrade from clear text to TLS encryption.
+
+
+
+
+ Program Enhancements
+
+ - httpd
+ - A new command line option
-M has been added that
+ lists all modules that are loaded based on the current
+ configuration. Unlike the -l option, this list
+ includes DSOs loaded via mod_so.