From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/sasl/doc/src/notes.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 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 01cdc4b29e..2f22a8ec43 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,71 @@

This document describes the changes made to the SASL application.

+
SASL 2.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix the mechanism for upgrading emulator.

+

+ The appup files for kernel, stdlib and sasl do now + recognize two major releases back and include a + 'restart_new_emulator' instruction.

+

+ Appup files can include regular expressions for matching + earlier releases.

+

+ The mechanism for upgrading the emulator is changed so + 'restart_new_emulator' will be the first instruction + executed. The rest of the upgrade instruction will be + executed after the emulator restart.

+

+ A new upgrade instruction 'restart_emulator' is added for + the case where the emulator shall be restarted after all + other upgrade instructions.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-9438

+
+ +

+ Add release_handler:which_releases/1

+

+ This is an extension to which_releases that allows a user + to specify the status of the releases they wish to be + returned. For instance it allows for quickly determining + which release is 'permanent' without the need of parsing + the entire release list. (Thanks to Joe Williams)

+

+ Own Id: OTP-9717

+
+ +

+ Add copy of rel file in releases/Vsn in release tar file

+

+ systool:make_tar stores the rel file in the releases + directory. When unpacking with + release_handler:unpack_release, the file is automatically + moved to releases/Vsn/. If, however, the tar file is + unpacked manually, the rel file might not be moved, and + the next release unpacked might overwrite the rel file. + To overcome this, systools:make_tar now stores a copy of + the rel file in releases/Vsn/ directly and it is not + longer necessary to move the file after unpacking.

+

+ The reason for keeping the file in the releases directory + also is that is needs to be extracted separately before + the release version (Vsn) is known.

+

+ Own Id: OTP-9746

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