From 495f3c7aaff1b3985c896aef7f90b23dcf05382c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 1 Feb 2019 11:39:25 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 24 +++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index cf39ab4796..3624c6e3d7 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,29 @@ notes.xml -
Inets 7.0.4 +
Inets 7.0.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bug that causes a crash in http client when using + hostnames (e.g. localhost) with the the option + ipv6_host_with_brackets set to true.

+

+ This change also fixes a regression: httpc:request fails + with connection error (nxdomain) if option + ipv6_host_with_brackets set to true and host component of + the URI is an IPv6 address.

+

+ Own Id: OTP-15554 Aux Id: ERIERL-289

+
+
+
+ +
+ +
Inets 7.0.4
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 1d1560213e..921161dce1 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.4 +INETS_VSN = 7.0.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -- cgit v1.2.3