diff options
author | Erlang/OTP <[email protected]> | 2019-01-24 09:03:12 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-01-24 09:03:12 +0100 |
commit | c8d67fb2ae0a3c1b03a3ad72ec1ac4b1b0d02f4e (patch) | |
tree | 8949e59dbae86250bba160b99d3223a81c8cbb63 /lib | |
parent | 776b2f44209465499b28e3d4c81922d23c189b17 (diff) | |
download | otp-c8d67fb2ae0a3c1b03a3ad72ec1ac4b1b0d02f4e.tar.gz otp-c8d67fb2ae0a3c1b03a3ad72ec1ac4b1b0d02f4e.tar.bz2 otp-c8d67fb2ae0a3c1b03a3ad72ec1ac4b1b0d02f4e.zip |
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 12f5acb2e9..cf39ab4796 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,25 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0.3</title> + <section><title>Inets 7.0.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Make sure ipv6 addresses with brackets in URIs are + converted correctly before passing to lower level + functions like gen_tcp and ssl functions. Could cause + connection to fail.</p> + <p> + Own Id: OTP-15544 Aux Id: ERIERL-289 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 7.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 52c05a7974..1d1560213e 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.3 +INETS_VSN = 7.0.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |