From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/sasl/doc/src/notes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'lib/sasl/doc') diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 537511a865..da5bc6be96 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,48 @@

This document describes the changes made to the SASL application.

+
SASL 2.7 + +
Fixed Bugs and Malfunctions + + +

+ During upgrade, the release_handler collects a list of + supervisor pids in order to list all processes in the + supervisor tree. If one of the supervisors (legitimately) + exits before release_handler can examine it, then + sys:get_status/1 would earlier be called with a + dead pid, causing a 'noproc' error. This has been + corrected.

+

+ Own Id: OTP-13291

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

+ The module overload is deprecated and will be + removed in OTP 19.

+

+ Own Id: OTP-13057

+
+ +

+ Improve implementation of supervisor child count, making + it faster and more accurate for dynamic processes of a + simple_one_for_one supervisor.

+

+ Own Id: OTP-13290

+
+
+
+ +
+
SASL 2.6.1
Improvements and New Features -- cgit v1.2.3