diff options
author | Lukas Larsson <[email protected]> | 2019-01-25 13:21:49 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-01-25 13:21:49 +0100 |
commit | ecbfc52f06a71ed553a5986c6a13bc893586615b (patch) | |
tree | 17b5d55a6f1c940608f64628888651394e3791e7 /lib/inets/doc | |
parent | 839b3dfc6295a9bbfb42a9af8820c9e580beaea2 (diff) | |
parent | 35f51c7f057943c25ccb7997526c9d47aed0cd0b (diff) | |
download | otp-ecbfc52f06a71ed553a5986c6a13bc893586615b.tar.gz otp-ecbfc52f06a71ed553a5986c6a13bc893586615b.tar.bz2 otp-ecbfc52f06a71ed553a5986c6a13bc893586615b.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 20 |
1 files changed, 19 insertions, 1 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> |