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 | |
parent | 77704af9ca36204235cee7cfdb89b0643a5693db (diff) | |
download | otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.gz otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.tar.bz2 otp-495f3c7aaff1b3985c896aef7f90b23dcf05382c.zip |
Prepare release
-rw-r--r-- | lib/inets/doc/src/notes.xml | 24 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 | ||||
-rw-r--r-- | make/otp_version_tickets | 5 |
3 files changed, 25 insertions, 6 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> 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)" diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 4e6277bc58..921f8b53fe 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,4 +1 @@ -OTP-15536 -OTP-15537 -OTP-15538 -OTP-15544 +OTP-15554 |