diff options
author | Erlang/OTP <[email protected]> | 2017-01-12 15:16:09 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-01-12 15:16:09 +0100 |
commit | 68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6 (patch) | |
tree | 99f4cba581ec11dd5405b570b1f312a2102d875e | |
parent | 905e6ea8c21e8bcba0933a147ef70f7044e6bead (diff) | |
download | otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.tar.gz otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.tar.bz2 otp-68e3e3cecd1122bbeb2a86ebfce9bdb7d18929e6.zip |
Prepare release
-rw-r--r-- | erts/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index da6190b685..d4bc819120 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,26 @@ <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 8.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix a quite rare bug causing VM crash during code loading + and the use of export funs (fun M:F/A) of not yet loaded + modules. Requires a very specfic timing of concurrent + scheduler threads. Has been seen on ARM but can probably + also occure on other architectures. Bug has existed since + OTP R16.</p> + <p> + Own Id: OTP-14144 Aux Id: seq13242 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 8.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index af0be85062..028b114068 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.2 +VSN = 8.2.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |