From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/sasl/doc/src/notes.xml | 96 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 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 73c4825458..d4460d47b4 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,102 @@

This document describes the changes made to the SASL application.

+
SASL 2.1.9.4 + +
Fixed Bugs and Malfunctions + + +

+ Remove traces of release_handler reading from filesystem + when it has Masters list

+

+ There are a couple of places in release_handler and + release_handler_1 that assumed it has a disk to read + from, which in the case of an erl_prim_loader Loader + other than efile is not necessarily true

+

+ Add check_paths/2 to do the equivalent of check_path/1 + for when there is a Masters list

+

+ Change get_vsn to no longer get sent File paths but + instead use the Bin since beam_lib:version being sent a + file path causes it to read the local file system

+

+ Add get_current_vsn/1 as an equivalent to + beam_lib:version(code:which(Mod)), but using + erl_prim_loader:get_file instead of reading from local + file system

+

+ (Thanks to Steven Gravell)

+

+ Own Id: OTP-9142

+
+ +

+ rb:stop did sometimes return {error,running}. This came + from supervisor:delete_child and happened when the + rb_server has not yet terminated when this function was + called. Instead of having a separate gen_server call to + rb_server for stopping the process, + supervisor:terminate_child is now called. This is a + synchronous function - i.e. it waits for the process to + actually terminate before it returns.

+

+ A file descriptor leak in rb:scan_files is corrected. The + index file was never closed after reading.

+

+ A mismatch in the behavior of rb:filter, when filter + included 'no', is corrected. Such filters will now return + *all* non-matching reports, not only the 'proplist' + reports.

+

+ Own Id: OTP-9149

+
+ +

+ Start and end date for rb:filter/2 was specified as + {{Y-M-D},...} in the help text instead of {{Y,M,D},...}. + This has been corrected.

+

+ Own Id: OTP-9166

+
+ +

+ If some, but not all, of the sasl environment variables + related to the log_mf_h error handler were missing sasl + would successfully start but silently skip starting + log_mf_h. This is corrected so sasl startup will now fail + if one or two of the three variables are given. If none + of the variables are given, sasl will start as before + without starting log_mf_h.

+

+ Own Id: OTP-9185

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

+ Change default behaviour to not check src code when + creating release

+

+ Add new option src_tests to systools:make_script + and systools:make_tar. The old option + no_module_tests is now ignored as this is the + default behaviour.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-9146 Aux Id: seq11803

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