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 ++++++++++++++++++++++++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 61 insertions(+), 2 deletions(-) (limited to 'lib/inets') 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 diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index f668ef106c..eef5abd610 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.3 +INETS_VSN = 6.3.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -- cgit v1.2.3