diff options
author | Erlang/OTP <[email protected]> | 2018-06-28 17:09:22 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-28 17:09:22 +0200 |
commit | b059b597cb31be08220cb967c117033f34ca49c4 (patch) | |
tree | d1b81b6e0de61c6eafa14b012beaeaff4cb4e5d6 /erts | |
parent | 9bfe34cd733a3d42e977a6a6d014bd227bec3fb6 (diff) | |
download | otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.gz otp-b059b597cb31be08220cb967c117033f34ca49c4.tar.bz2 otp-b059b597cb31be08220cb967c117033f34ca49c4.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 5b414853a3..dbff85c195 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a rare bug that could cause processes to be + scheduled after they had been freed.</p> + <p> + Own Id: OTP-15067 Aux Id: ERL-573 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 9222b74f81..4d056a42fa 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.3.3 +VSN = 9.3.3.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |