From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/sasl/doc/src/notes.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 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 38bb08932a..36ea42762a 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,44 @@

This document describes the changes made to the SASL application.

+
SASL 2.5 + +
Fixed Bugs and Malfunctions + + +

+ The undocumented upgrade instruction + {remove_module,PrePurge,PostPurge,DepMods} is + removed. This instruction was added for symmetry reasons + in OTP R7B, but was never documented or tested.

+

+ The existing instruction {add_module,Mod,DepMods} + is now documented, and the complementing instruction + {delete_module,Mod,DepMods} is added.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-11540

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

The sasl_error_logger configuration parameter + now supports the value {file,FileName,Modes} which + allows the log file to be opened in other mode than write + (for example, append mode).

+

+ Own Id: OTP-12778

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