diff options
author | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
commit | 458e302f61e2de36ebd49c5a5a5b984224bdce94 (patch) | |
tree | 0eaff569e08f2cd170275fb38eff8e56993ae47d /lib/sasl/doc/src/notes.xml | |
parent | 6d22d78204ca8bc8ed4beb92f6021ff3ba93a882 (diff) | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.gz otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.bz2 otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.zip |
Merge tag 'OTP_R16B03'
The R16B03 release
Conflicts:
lib/sasl/vsn.mk
Diffstat (limited to 'lib/sasl/doc/src/notes.xml')
-rw-r--r-- | lib/sasl/doc/src/notes.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index f42657c45e..09d97cbe7b 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,56 @@ </header> <p>This document describes the changes made to the SASL application.</p> +<section><title>SASL 2.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Don't try to add the log_mf_h handler in sasl unless + configured to do so. Thanks to Richard Carlsson.</p> + <p> + Own Id: OTP-11464</p> + </item> + <item> + <p> + Fix confusing documentation about error handlers in + SASL.(Thanks to Richard Carlsson)</p> + <p> + Own Id: OTP-11507</p> + </item> + <item> + <p> + A bug in the mechanism for upgrading core parts of + Erlang/OTP (emulator, kernel, stdlib, sasl) caused a + switch of paths between stdlib and sasl in the + intermediate .script/.boot file. The bug was introduces + along with this upgrade mechanism in R15B. It has now + been corrected. (Thanks to Tobias Schlager)</p> + <p> + Own Id: OTP-11529</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added a boot file which skips loading the "$HOME/.erlang" + file on startup. Enable by starting erlang with "erl + -boot no_dot_erlang".</p> + <p> + *** INCOMPATIBILITY with false ***</p> + <p> + Own Id: OTP-8479 Aux Id: seq11510 </p> + </item> + </list> + </section> + +</section> + <section><title>SASL 2.3.3</title> <section><title>Improvements and New Features</title> |