diff options
author | Rickard Green <[email protected]> | 2019-03-19 14:18:57 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-19 14:18:57 +0100 |
commit | 36561e14686c64a66e99e25942d66797394a825f (patch) | |
tree | 88178d3121804d88c6452aaeee36eec69406a116 /lib/erl_interface/doc/src/notes.xml | |
parent | 6c68afe055915252251148cc5bc35b063be9691c (diff) | |
parent | ba118afbcd433b545ad0d528dec3b9cda19937c4 (diff) | |
download | otp-36561e14686c64a66e99e25942d66797394a825f.tar.gz otp-36561e14686c64a66e99e25942d66797394a825f.tar.bz2 otp-36561e14686c64a66e99e25942d66797394a825f.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/erl_interface/doc/src/notes.xml')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index b686cfbf33..32d28b853b 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,26 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.11.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed two bugs in the <c>erl_call</c> program. A missing + initialization (introduced in <c>erl_interface-3.11</c>) + which either caused a crash or failure to connect to or + start a node, and an incorrectly calculated timeout which + could cause failure to start an erlang node. These bugs + only caused failures on some platforms.</p> + <p> + Own Id: OTP-15676 Aux Id: OTP-15442, ERL-881 </p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.11</title> <section><title>Improvements and New Features</title> |