From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/sasl/doc/src/notes.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++++ lib/sasl/vsn.mk | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) (limited to 'lib/sasl') diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 1333e375b1..1d6c45e64a 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,65 @@

This document describes the changes made to the SASL application.

+
SASL 2.3 + +
Fixed Bugs and Malfunctions + + +

+ release_handler_SUITE:otp_9864 deleted parts of the + release_handler_SUITE_data directory so the test suite + could not be executed twice without re-installation. This + has been corrected.

+

+ Own Id: OTP-10394 Aux Id: kunagi-187 [98]

+
+ +

+ It is no longer possible to have {Mod,Vsn} in the + 'modules' list in a .app file.

+

+ This was earlier possible, although never documented in + the .app file reference manual. It was however visible in + the documentation of application:load/[1,2], where + the same term as in a .app file can be used as the first + argument.

+

+ The possibility has been removed since the Vsn + part was never used.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-10417

+
+ +

+ release_handler:upgrade_script and + release_handler:downgrade_script could not read appup + files with regexps. This has been corrected. (Thanks to + Ulf Wiger)

+

+ Own Id: OTP-10463

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

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+
+
+ +
+
SASL 2.2.1
Fixed Bugs and Malfunctions diff --git a/lib/sasl/vsn.mk b/lib/sasl/vsn.mk index 6e9e2c9ff8..93ba34d448 100644 --- a/lib/sasl/vsn.mk +++ b/lib/sasl/vsn.mk @@ -1 +1 @@ -SASL_VSN = 2.2.1 +SASL_VSN = 2.3 -- cgit v1.2.3