From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/sasl/doc/src/notes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'lib/sasl/doc/src/notes.xml') diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 09d97cbe7b..2928a12d22 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,64 @@

This document describes the changes made to the SASL application.

+
SASL 2.4 + +
Fixed Bugs and Malfunctions + + +

+ The upgrade instruction 'restart_application' would + earlier ignore the restart type configured in the .rel + file and always restart the application as permanent. + This is now changed, and the restart type from the .rel + file is used. If restart type is 'load', the application + will only be loaded and not started. If the restart type + is 'none', the application will not be loaded nor + started, but all modules in the application will be + loaded. (Thanks to Tobias Schlager for reporting this + problem)

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-11716

+
+ +

+ If systools:make_script/2 failed with reason + duplicate_modules, and the silent flag was + not used, a crash with reason function_clause + would occur when systools tried to format the + error message. This has been corrected. (Thanks to + Jean-Sébastien Pédron)

+

+ Own Id: OTP-11819

+
+
+
+ + +
Improvements and New Features + + +

+ Calls to erlang:open_port/2 with 'spawn' are updated to + handle space in the command path.

+

+ Own Id: OTP-10842

+
+ +

+ Some more documentation is added to explain the behavior + when an upgrade includes new versions of ERTS, Kernel, + STDLIB or SASL.

+

+ Own Id: OTP-11717

+
+
+
+ +
+
SASL 2.3.4
Fixed Bugs and Malfunctions -- cgit v1.2.3