From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc/src') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 0c7604ef65..398fc7e5b6 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,66 @@ notes.xml -
Inets 6.3.3 +
Inets 6.3.4 + +
Fixed Bugs and Malfunctions + + +

+ Fixes a bug that makes the ftp client end up in bad state + if there is a multi line response from the server and the + response number is in the message being sent.

+

+ Own Id: OTP-13960 Aux Id: PR1196

+
+ +

+ The ftp client could stop consuming messages when the + multiline response handling was corrected.

+

+ Own Id: OTP-13967

+
+ +

+ Fix keep-alive https through proxy connections so that + all requests, following the first one, will run as + expected instead of failing.

+

+ Own Id: OTP-14041

+
+ +

+ Fix bug from commit + fdfda2fab0921d409789174556582db28141448e that could make + listing of group members in mod_auth callbacks fail.

+

+ Own Id: OTP-14082

+
+
+
+ + +
Improvements and New Features + + +

+ Update behavior of httpc:request to match RFC-7231

+

+ Own Id: OTP-13902

+
+ +

+ Fixed dialyzer warnings as well as some white-space + issues. Thanks to Kostis.

+

+ Own Id: OTP-13982 Aux Id: PR-1207

+
+
+
+ +
+ +
Inets 6.3.3
Fixed Bugs and Malfunctions -- cgit v1.2.3