From c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Jun 2017 10:53:19 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 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..2f4f20347a 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,44 @@ notes.xml -
Inets 6.3.9 +
Inets 6.4 + +
Fixed Bugs and Malfunctions + + +

+ 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 cause 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