diff options
author | Erlang/OTP <[email protected]> | 2019-07-02 13:44:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-07-02 13:44:49 +0200 |
commit | 61b5e7f0f1bc7695a181b9c72de5970b4a4a5502 (patch) | |
tree | f4146f9aa92dfe7b4868ec356be0dbe8cc60f0e5 | |
parent | f4437803fc6427d10369ea9d4eee61dc971b83d8 (diff) | |
download | otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.tar.gz otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.tar.bz2 otp-61b5e7f0f1bc7695a181b9c72de5970b4a4a5502.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 40 | ||||
-rw-r--r-- | erts/vsn.mk | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 | ||||
-rw-r--r-- | make/otp_version_tickets | 14 |
5 files changed, 63 insertions, 11 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3c49853119..bcc7c39334 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,46 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.3.5.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug causing VM crash when doing textual dump of a + process containing an unhandled monitor down signal. + Textual process dumps can be done with + <c>erlang:system_info(procs)</c>, trace feature + <c>process_dump</c>, Erlang shell break menu and a + crashdump. Bug exist since OTP 21.0.</p> + <p> + Own Id: OTP-15909 Aux Id: ERL-979 </p> + </item> + <item> + <p><c>lists:subtract/2</c> would produce incorrect + results for some inputs on 64-bit platforms.</p> + <p> + Own Id: OTP-15938 Aux Id: ERL-986 </p> + </item> + <item> + <p>Fixed a bug in the loader that was similar to + <c>OTP-15938</c>, yielding incorrect code for some inputs + on 64-bit platforms.</p> + <p> + Own Id: OTP-15939</p> + </item> + <item> + <p> + Fixed bug causing scheduler threads in rare cases to + block spinnning indefinitely. Bug exists since OTP 21.0.</p> + <p> + Own Id: OTP-15941 Aux Id: PR-2313 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3.5.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 8b159b1c1f..0f175d4935 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.5.3 +VSN = 10.3.5.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 0449e83177..430ac5bb44 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.2.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Hibernation now works as expected in all cases, was + accidently broken by optimization efforts.</p> + <p> + Own Id: OTP-15910</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.2.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 453735710b..603e6f6267 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.3.3 +SSL_VSN = 9.2.3.4 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 207c094caf..d81a661508 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,9 +1,5 @@ -OTP-15370 -OTP-15747 -OTP-15863 -OTP-15865 -OTP-15867 -OTP-15869 -OTP-15870 -OTP-15875 -OTP-15879 +OTP-15909 +OTP-15910 +OTP-15938 +OTP-15939 +OTP-15941 |