diff options
| author | Erlang/OTP <[email protected]> | 2018-04-18 11:58:49 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2018-04-18 11:58:49 +0200 | 
| commit | 83a479623829879299eb1d069f4ec59276e64327 (patch) | |
| tree | e57937557ddce373345687ce651228fb4bdc27a3 /lib/sasl/doc/src | |
| parent | 18d6cb9636ecd15099575710d5c5697875cd38b8 (diff) | |
| download | otp-83a479623829879299eb1d069f4ec59276e64327.tar.gz otp-83a479623829879299eb1d069f4ec59276e64327.tar.bz2 otp-83a479623829879299eb1d069f4ec59276e64327.zip | |
Prepare release
Diffstat (limited to 'lib/sasl/doc/src')
| -rw-r--r-- | lib/sasl/doc/src/notes.xml | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index e532c3cd6f..791e9c063a 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,26 @@    </header>    <p>This document describes the changes made to the SASL application.</p> +<section><title>SASL 3.1.2</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    When upgrading with instruction 'restart_new_emulator', +	    the generated temporary boot file used 'kernelProcess' +	    statements from the old release instead of the new +	    release. This is now corrected.</p> +          <p> +	    This correction is needed for upgrade to OTP-21.</p> +          <p> +	    Own Id: OTP-15017</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>SASL 3.1.1</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
