diff options
author | Erlang/OTP <[email protected]> | 2014-11-04 12:21:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-11-04 12:21:27 +0100 |
commit | f482c5cc6dc4c23d39319586c3e1049e859a6f01 (patch) | |
tree | 71a61c38b1e35aa387b16a179941af91c1b5fd08 /erts | |
parent | 04e86b7300706dd76ea927a31e287cf4084434a1 (diff) | |
download | otp-f482c5cc6dc4c23d39319586c3e1049e859a6f01.tar.gz otp-f482c5cc6dc4c23d39319586c3e1049e859a6f01.tar.bz2 otp-f482c5cc6dc4c23d39319586c3e1049e859a6f01.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 25 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 743369951f..7bc39fd351 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,31 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 6.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug when an migrated empty memory carrier is reused + just before it should be destroyed by the thread that + created it.</p> + <p> + Own Id: OTP-12249</p> + </item> + <item> + <p> + Repair run_erl terminal window size adjustment sent from + to_erl. This was broken in OTP 17.0 which could lead to + strange cursor behaviour in the to_erl shell.</p> + <p> + Own Id: OTP-12275 Aux Id: seq12739 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 6.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index b6a38f9361..c8c533a221 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 6.2 +VSN = 6.2.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |