diff options
author | Henrik Nord <[email protected]> | 2017-09-26 12:33:40 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2017-09-26 12:33:40 +0200 |
commit | 25587f05f5d80f9cfa25df953b3ce7f53c70d31a (patch) | |
tree | dfe3cb303402f0ebf8107ff77a764ab9286f67d9 /lib/sasl | |
parent | 3c23f2c6335d8586aca1efb9da6d20f00a8840fd (diff) | |
parent | 02fd746c40e829adbe77cc526c7df904698e2534 (diff) | |
download | otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.gz otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.bz2 otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/sasl')
-rw-r--r-- | lib/sasl/doc/src/notes.xml | 35 | ||||
-rw-r--r-- | lib/sasl/vsn.mk | 2 |
2 files changed, 36 insertions, 1 deletions
diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index bc35939d7e..b144122c4b 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,41 @@ </header> <p>This document describes the changes made to the SASL application.</p> +<section><title>SASL 3.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + General Unicode improvements.</p> + <p> + Own Id: OTP-14462</p> + </item> + <item> + <p> + Files generated by <c>release_handler</c> and + <c>reltool</c>, which might contain Unicode characters, + are now encoded as UTF-8 and written with format "~tp" or + "~ts". If the file is to be read by + <c>file:consult/1</c>, an encoding comment is added.</p> + <p> + Own Id: OTP-14463</p> + </item> + <item> + <p> + The SASL error logger event handler, + <c>sasl_report_file_h</c>, will now by default open its + log file with encoding UTF-8. This can be overridden when + configuring SASL, see configuration parameter + <c>sasl_error_logger</c> in the SASL reference manual.</p> + <p> + Own Id: OTP-14618</p> + </item> + </list> + </section> + +</section> + <section><title>SASL 3.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/sasl/vsn.mk b/lib/sasl/vsn.mk index 2608ca5e00..e980a42688 100644 --- a/lib/sasl/vsn.mk +++ b/lib/sasl/vsn.mk @@ -1 +1 @@ -SASL_VSN = 3.0.4 +SASL_VSN = 3.1 |