diff options
author | Sverker Eriksson <[email protected]> | 2018-09-20 14:51:14 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-09-20 14:51:14 +0200 |
commit | 4e3e46e3d198e4c7aae7bbb73ce0d6f4e199a66b (patch) | |
tree | bb84c1c3345802b3977953d96b047d7bbceb7cc3 /erts/doc | |
parent | 7fbb86c77fa99caddabedfb992f47ddeece80652 (diff) | |
parent | 03b94b23f109fe43c51c64bf8d009f08e6025fbb (diff) | |
download | otp-4e3e46e3d198e4c7aae7bbb73ce0d6f4e199a66b.tar.gz otp-4e3e46e3d198e4c7aae7bbb73ce0d6f4e199a66b.tar.bz2 otp-4e3e46e3d198e4c7aae7bbb73ce0d6f4e199a66b.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
erts: Fix memory leak when sending to terminating port
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 2d396236cf..56e2818a1c 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -2676,6 +2676,22 @@ </section> +<section><title>Erts 8.3.5.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed small memory leak that could occur when sending to + a terminating port.</p> + <p> + Own Id: OTP-14609 Aux Id: ERIERL-238 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.5.5</title> <section><title>Fixed Bugs and Malfunctions</title> |