diff options
author | Erlang/OTP <[email protected]> | 2011-03-14 18:18:42 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-03-14 18:18:42 +0100 |
commit | 91b2e57ea0e3ab794d4b57a12ef10205383525a5 (patch) | |
tree | a6f86f2dd5fba88e45d266f86e2bee0711c4d49e /lib/erl_interface/doc | |
parent | 34534ab6f713c9b835e40e72fc23de0dd781da08 (diff) | |
download | otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.gz otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.bz2 otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.zip |
Prepare releaseOTP_R14B02
Diffstat (limited to 'lib/erl_interface/doc')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index de5ba61938..784ba78d3e 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,49 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.7.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Some malformed distribution messages could cause VM to + crash, this is now corrected.</p> + <p> + Own Id: OTP-8993</p> + </item> + <item> + <p> + Strengthen string copy check (Thanks to Michael Santos).</p> + <p> + Own Id: OTP-9071</p> + </item> + <item> + <p> + Strengthen atom length check when decoding atoms (Thanks + to Michael Santos).</p> + <p> + Own Id: OTP-9072</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Fix global registration. C node needed + DFLAG_DIST_MONITOR_FLAT set when connecting. Fix list + compare in erl_compare_ext to return correct result. + (Thanks to Vitaliy Batichko and Evgeny Khirin)</p> + <p> + Own Id: OTP-9015</p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.7.2</title> <section><title>Fixed Bugs and Malfunctions</title> |