diff options
author | Erlang/OTP <[email protected]> | 2017-04-21 17:46:27 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-04-21 17:46:27 +0200 |
commit | fb3746bba56a9cbc38e597e458237e923adb97f1 (patch) | |
tree | cde1f78a0f2d81908bbb475552162bdc99320a4e | |
parent | b04b835572e8f737d7437b2fa706652fb7e3e311 (diff) | |
download | otp-fb3746bba56a9cbc38e597e458237e923adb97f1.tar.gz otp-fb3746bba56a9cbc38e597e458237e923adb97f1.tar.bz2 otp-fb3746bba56a9cbc38e597e458237e923adb97f1.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index d9c5f47a3a..5d21b8fda4 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,24 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The <c>+Bi</c> command line argument of <c>erl</c> + erroneously caused <c>SIGTERM</c> to be ignored by the VM + as well as of all its child processes. This bug was + introduced in erts version 8.3.</p> + <p> + Own Id: OTP-14358 Aux Id: OTP-14085 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 7f880dba49..29323dd970 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.3.1 +VSN = 8.3.2 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |