This document describes the changes made to the SASL application.
In R13B04 sys:get_status was modified to invoke format_status/2 in the callback module if the module exports that function. This resulted in a change to the term returned from calling sys:get_status on the supervisor module, since supervisor is a gen_server and gen_server exports format_status. The sasl release_handler_1 module had a dependency on the pre-R13B04 term returned by sys:get_status when invoked on a supervisor, so the R13B04 change broke that dependency.
This problem has been fixed by change release_handler_1 to handle both the pre-R13B04 and R13B04 terms that sys:get_status can return from a supervisor.
Own Id: OTP-8619 Aux Id: seq11570
Use an infinity timeout in all calls to
Own Id: OTP-8506 Aux Id: seq11509
The
Own Id: OTP-8443
There is new function
Own Id: OTP-8445
Cleanups suggested by tidier and modernization of types and specs.
Own Id: OTP-8455
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
The Windows utility Erlsrv, run in interactive mode now accepts options for registering internal service name and description field of Windows registry database.
Own Id: OTP-8132
When using the SASL application configuration
parameter
Own Id: OTP-7667
Missing preloaded modules added
Own Id: OTP-7820
A Dialyzer warning was eliminated
Own Id: OTP-7635
Minor changes.
Own Id: OTP-7388
Minor updates.
Own Id: OTP-6998
Minor Makefile changes.
Own Id: OTP-6689
Obsolete guard tests (such as list()) have been replaced with the modern guard tests (such as is_list()).
Own Id: OTP-6725
Removed some dead code from
Own Id: OTP-6499
Added an option
Also, when using
As part of the work some minor bugs have been corrected:
A documentation error for
Own Id: OTP-6226
Own Id: OTP-6162
Fixed some minor bugs in
Own Id: OTP-6039
Added a number of functions to
-
-
-
-
-
Own Id: OTP-5858
A new option
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-5761
A bug that made it impossible to call
Own Id: OTP-5287