aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r--lib/inets/doc/src/notes.xml110
1 files changed, 54 insertions, 56 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index b6e8be467f..437fa7b9d4 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -13,12 +13,12 @@
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
-
+
</legalnotice>
<title>Inets Release Notes</title>
@@ -32,42 +32,37 @@
<file>notes.xml</file>
</header>
-
- <section><title>Inets 5.9.1</title>
-
- <section><title>Improvements and New Features</title>
-<!--
- <p>-</p>
--->
-
+
+ <section>
+ <title>Inets 5.9.1</title>
+
+ <section>
+ <title>Improvements and New Features</title>
+ <!--
+ <p>-</p>
+ -->
+
<list>
- <item>
- <p>Better handling of error(s) during update of the session
- database. </p>
- <p>Also added
- (<seealso marker="httpc#which_sessions">which_sessions/0,1</seealso>)
- and updated and documented
- (<seealso marker="httpc#info">info/0</seealso>)
- some debugging functions. </p>
- <p>Own Id: OTP-10093</p>
- <p>Aux Id: Seq 12062</p>
- </item>
-
- <item>
- <p>Removed R14B compatible version of (inets-service and
+ <item>
+ <p>Removed R14B compatible version of (inets-service and
tftp) behaviour definition. </p>
<p>Own Id: OTP-10095</p>
- </item>
-
+ </item>
+
+ <item>
+ <p>[httpc] Documentation of KeepAlive and Pipeline timeout
+ options have been improved. </p>
+ <p>Own Id: OTP-10114</p>
+ </item>
</list>
-
+
</section>
- <section><title>Fixed Bugs and Malfunctions</title>
-<!--
- <p>-</p>
--->
-
+ <section>
+ <title>Fixed Bugs and Malfunctions</title>
+ <p>-</p>
+
+ <!--
<list>
<item>
<p>[httpc] Cancel request does not work due to incorrect
@@ -77,39 +72,42 @@
</item>
</list>
+ -->
</section>
-
-<!--
+
<section>
<title>Incompatibilities</title>
<p>-</p>
-
- <list>
- <item>
- <p>[httpc|httpd] The old ssl implementation (based on OpenSSL),
- has been deprecated. The config option that specified usage of
- this version of the ssl app, <c>ossl</c>, has been removed. </p>
- <p>Own Id: OTP-9522</p>
- </item>
-
- </list>
-
+
+ <!--
+ <list>
+ <item>
+ <p>[httpc|httpd] The old ssl implementation (based on OpenSSL),
+ has been deprecated. The config option that specified usage of
+ this version of the ssl app, <c>ossl</c>, has been removed. </p>
+ <p>Own Id: OTP-9522</p>
+ </item>
+
+ </list>
+ -->
+
</section>
--->
-
+
</section> <!-- 5.9.1 -->
-
- <section><title>Inets 5.9</title>
-
- <section><title>Improvements and New Features</title>
-<!--
- <p>-</p>
--->
-
+
+ <section>
+ <title>Inets 5.9</title>
+
+ <section>
+ <title>Improvements and New Features</title>
+ <!--
+ <p>-</p>
+ -->
+
<list>
- <item>
+ <item>
<p>[httpd] Make the server header configurable with new config
option
<seealso marker="httpd#prop_server_tokens">server_tokens</seealso>.