aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-11-12 10:50:18 +0100
committerErlang/OTP <[email protected]>2015-11-12 10:50:18 +0100
commitb1915f1e807614f0c74af4de6773e4f1656ca1a2 (patch)
tree31cf6e8fead6a4c79d8e2c4bfddcf732acefdf6a
parent29e1771c44d7d12ab7f0a52e1286886973d3b525 (diff)
downloadotp-b1915f1e807614f0c74af4de6773e4f1656ca1a2.tar.gz
otp-b1915f1e807614f0c74af4de6773e4f1656ca1a2.tar.bz2
otp-b1915f1e807614f0c74af4de6773e4f1656ca1a2.zip
Update release notes
-rw-r--r--lib/inets/doc/src/notes.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index ef11fdc10c..8c4fdfdf70 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,40 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 6.0.2</title>
+ <section><title>Inets 6.0.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Improved error handling and gracfully termination when an
+ invalid chunked length header is encountered.</p>
+ <p>
+ Own Id: OTP-13061</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add possibility to set socket options, such as nodelay,
+ for httpd. Also phase out legacy option value inet6bf4
+ for the ipfamily option. This value will be translated to
+ the value inet.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-13062</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 6.0.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>