diff options
author | Erlang/OTP <[email protected]> | 2019-01-16 15:41:57 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-01-16 15:41:57 +0100 |
commit | 17272a5f3b853f58186c3bcf485e08a21a2abfa6 (patch) | |
tree | 99032c2468878a6093fda048678069853522eb54 | |
parent | 9f716b9d9f8342ee1864421724e532e66f7bfa4d (diff) | |
download | otp-17272a5f3b853f58186c3bcf485e08a21a2abfa6.tar.gz otp-17272a5f3b853f58186c3bcf485e08a21a2abfa6.tar.bz2 otp-17272a5f3b853f58186c3bcf485e08a21a2abfa6.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | erts/vsn.mk | 2 | ||||
-rw-r--r-- | make/otp_version_tickets | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 65dce336c2..58be4af2f7 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,22 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3.8</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A bug that could cause dirty schedulers to become + unresponsive has been fixed.</p> + <p> + Own Id: OTP-15509 Aux Id: PR-2027, PR-2093 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3.7</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index f85f3d629c..6d1aa5a8bc 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 9.3.3.7 +VSN = 9.3.3.8 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index d1b9df83a8..dc4d68c2aa 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1 +1 @@ -OTP-15492 +OTP-15509 |