From eaf8ca41dfa4850437ad270d3897399c9358ced0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 30 May 2017 16:15:30 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 1fad94fac1..ccf7628f72 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,49 @@ notes.xml -
Inets 6.3.9 +
Inets 6.4 + +
Fixed Bugs and Malfunctions + + +

Typos have been fixed.

+

+ Own Id: OTP-14387

+
+ +

+ httpd_util:rfc1123_date/1 gracefully handle invalid DST + dates by returning the original time in the expected + rfc1123 format.

+

+ Own Id: OTP-14394

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

+ Add unicode binary support to http_uri functions

+

+ Own Id: OTP-14404

+
+ +

+ httpc - Change timeout handling so the redirects casuse a + new timer to be set. This means that a simple redirected + request could return after 2*timeout milliseconds.

+

+ Own Id: OTP-14429

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