diff options
author | Erlang/OTP <[email protected]> | 2019-02-01 11:39:25 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-01 11:39:25 +0100 |
commit | 495f3c7aaff1b3985c896aef7f90b23dcf05382c (patch) | |
tree | e27fca683d60acbcedc0607a44d9f40260604cab /lib/inets/doc | |
parent | 77704af9ca36204235cee7cfdb89b0643a5693db (diff) | |
download | otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.gz otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.bz2 otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.zip |
Prepare release
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 24 |
1 files changed, 23 insertions, 1 deletions
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 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0.4</title> + <section><title>Inets 7.0.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + 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.</p> + <p> + 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.</p> + <p> + Own Id: OTP-15554 Aux Id: ERIERL-289 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 7.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |