aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-04-30 10:06:42 +0200
committerErlang/OTP <[email protected]>2018-04-30 10:06:42 +0200
commit202bb737e3deabfebee683266f4b7c42781eb521 (patch)
treee8058b1f3549dc7436bce2e6f5dfe70176fee4d4 /lib/sasl
parent345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3 (diff)
downloadotp-202bb737e3deabfebee683266f4b7c42781eb521.tar.gz
otp-202bb737e3deabfebee683266f4b7c42781eb521.tar.bz2
otp-202bb737e3deabfebee683266f4b7c42781eb521.zip
Update release notes
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/doc/src/notes.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml
index 791e9c063a..c2c5c39789 100644
--- a/lib/sasl/doc/src/notes.xml
+++ b/lib/sasl/doc/src/notes.xml
@@ -31,6 +31,51 @@
</header>
<p>This document describes the changes made to the SASL application.</p>
+<section><title>SASL 3.2</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ A new logging API is added to OTP. This is implemented in
+ the Kernel application, module logger.</p>
+ <p>
+ Legacy calls to error_logger will be automatically
+ redirected to the new API.</p>
+ <p>
+ See the reference manual for module logger, and the
+ User's Guide for the Kernel application for more
+ information.</p>
+ <p>
+ Own Id: OTP-13295</p>
+ </item>
+ <item>
+ <p>
+ The old and out-dated "Status Inspection" tool (modules
+ <c>si</c> and <c>si_sasl_sup</c>) is removed.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-14469</p>
+ </item>
+ <item>
+ <p>
+ When creating the release tar file, systools now includes
+ sys.config.src if it exists in the
+ $ROOT/releases/&lt;vsn&gt;/ directory. This is to allow
+ adjustments, e.g. resolving environment variables, after
+ unpacking the release, but before installing it. This
+ functionality requires a custom tool which uses
+ sys.config.src as input and creates a correct sys.config
+ file.</p>
+ <p>
+ Own Id: OTP-14950 Aux Id: PR-1560 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SASL 3.1.2</title>
<section><title>Fixed Bugs and Malfunctions</title>