diff options
author | Erlang/OTP <[email protected]> | 2017-03-31 12:59:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-03-31 12:59:07 +0200 |
commit | 19427107ca9305a931dcaea8c2134017aa385fbd (patch) | |
tree | c25d01e812471e50f90826037a59d5cfd820deaa /erts/doc | |
parent | 71f7e9155c4867f4e8036704337c21127f508dfb (diff) | |
download | otp-19427107ca9305a931dcaea8c2134017aa385fbd.tar.gz otp-19427107ca9305a931dcaea8c2134017aa385fbd.tar.bz2 otp-19427107ca9305a931dcaea8c2134017aa385fbd.zip |
Update release notes
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 470491a193..d9c5f47a3a 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,37 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Trying to open a directory with file:read_file/1 on Unix + leaked a file descriptor. This bug has now been fixed.</p> + <p> + Own Id: OTP-14308 Aux Id: ERL-383 </p> + </item> + </list> + </section> + + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Invoking <c>init:stop/0</c> via the SIGTERM signal, in a + non-SMP BEAM, could cause BEAM to terminate with fatal + error. This has now been fixed and the BEAM will + terminate normally when SIGTERM is received.</p> + <p> + Own Id: OTP-14290</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3</title> <section><title>Fixed Bugs and Malfunctions</title> |