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