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.xml53
1 files changed, 41 insertions, 12 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index b7899400fa..7d8d81ab71 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -35,31 +35,60 @@
<section><title>Inets 5.6</title>
<section><title>Improvements and New Features</title>
- <p>-</p>
-
<!--
+ <p>-</p>
+-->
<list>
<item>
- <p>
- Miscellaneous inet6 related problems.</p>
- <p>Own Id: OTP-8927</p>
+ <p>[httpc] Add support for upload body streaming (PUT and POST).</p>
+ <p>For more info,
+ see the definition of the <c>Body</c> argument of the
+ <seealso marker="httpc#request2">request/4,5</seealso>
+ function. </p>
+ <p>Filipe David Manana</p>
+ <p>Own Id: OTP-9094</p>
+ </item>
+
+ <item>
+ <p>[ftp] Added (type) spec for all exported functions.</p>
+ <p>Own Id: OTP-9114 Aux Id: seq11799</p>
</item>
- </list>
--->
+ <item>
+ <p>[httpd]
+ <seealso marker="mod_esi#deliver">mod_esi:deliver/2</seealso>
+ made to accept binary data. </p>
+ <p>Bernard Duggan</p>
+ <p>Own Id: OTP-9123</p>
+ </item>
+
+ <item>
+ <p>[httpd] Prevent XSS in error pages.
+ Prevent user controlled input from being interpreted
+ as HTML in error pages by encoding the reserved HTML
+ characters. </p>
+ <p>Michael Santos</p>
+ <p>Own Id: OTP-9124</p>
+ </item>
+
+ </list>
</section>
<section><title>Fixed Bugs and Malfunctions</title>
+<!--
+ <p>-</p>
+-->
+
<list>
<item>
<p>[httpd] Wrong
<seealso marker="httpd#sec_prop">security property</seealso>
names used in documentation. </p>
- <p><c>security_data_file</c> used <c>instead of data_file</c>.
- <c>security_max_retries</c> instead of <c>max_retries</c>.
- <c>security_block_time</c> instead of <c>block_time</c>.
- <c>security_fail_expire_time</c> instead of <c>fail_expire_time</c>.
- <c>security_auth_timeout</c> instead of <c>auth_timeout</c>.</p>
+ <p><c>security_data_file</c> used instead of <c>data_file</c>. </p>
+ <p><c>security_max_retries</c> used instead of <c>max_retries</c>. </p>
+ <p><c>security_block_time</c> used instead of <c>block_time</c>. </p>
+ <p><c>security_fail_expire_time</c> used instead of <c>fail_expire_time</c>. </p>
+ <p><c>security_auth_timeout</c> used instead of <c>auth_timeout</c>. </p>
<p>Garrett Smith</p>
<p>Own Id: OTP-9131</p>
</item>