aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-11-02 08:22:43 +0100
committerErlang/OTP <[email protected]>2017-11-02 08:22:43 +0100
commit9e8f1fccb7da70eff0f9a359c97894e8f9bb739a (patch)
tree71498fcfc5de49a282c9a1247536cb829a42fb38
parentd8f7b40f0d8ea8ede5bf1538a1bdc4928e9989f1 (diff)
downloadotp-9e8f1fccb7da70eff0f9a359c97894e8f9bb739a.tar.gz
otp-9e8f1fccb7da70eff0f9a359c97894e8f9bb739a.tar.bz2
otp-9e8f1fccb7da70eff0f9a359c97894e8f9bb739a.zip
Update release notes
-rw-r--r--lib/inets/doc/src/notes.xml34
1 files changed, 33 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 10ef84d7cf..1ff6aefaa7 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,39 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 6.4.2</title>
+ <section><title>Inets 6.4.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Fix broken handling of POST requests</p>
+ <p>
+ New chunk mechanism of body data in POST requests added
+ in 5d01c70ca399edf28e99dc760506329689fab6ba broke
+ handling of POST body data not using the new mechanism.</p>
+ <p>
+ Own Id: OTP-14656</p>
+ </item>
+ <item>
+ <p>
+ Make sure ints:stop/2 of the service httpd is synchronous</p>
+ <p>
+ Own Id: OTP-14696</p>
+ </item>
+ <item>
+ <p>
+ Honor status code returned by ESI script and modernize
+ "location" header handling.</p>
+ <p>
+ Own Id: OTP-14716</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 6.4.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>