diff options
author | Björn Gustavsson <[email protected]> | 2010-03-08 16:08:07 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-08 16:08:47 +0100 |
commit | a75a033b3af69860f06acc63d2c26200db48ce58 (patch) | |
tree | b3d11e31360419d55d5d51603bb3cd9b5a673472 /lib/sasl | |
parent | dff8572b12a00155e2cf6f21677af6dd9a3ffeb6 (diff) | |
download | otp-a75a033b3af69860f06acc63d2c26200db48ce58.tar.gz otp-a75a033b3af69860f06acc63d2c26200db48ce58.tar.bz2 otp-a75a033b3af69860f06acc63d2c26200db48ce58.zip |
Prepare patch release
Diffstat (limited to 'lib/sasl')
-rw-r--r-- | lib/sasl/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/sasl/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 390b353386..4c4b11d3c4 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to the SASL application.</p> +<section><title>SASL 2.1.9.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Use an infinity timeout in all calls to + <c>gen_server:call()</c> in the <c>sasl</c> + application.</p> + <p> + Own Id: OTP-8506 Aux Id: seq11509 </p> + </item> + </list> + </section> + +</section> + <section><title>SASL 2.1.9</title> <section><title>Improvements and New Features</title> diff --git a/lib/sasl/vsn.mk b/lib/sasl/vsn.mk index c73301687a..cad33a5d9c 100644 --- a/lib/sasl/vsn.mk +++ b/lib/sasl/vsn.mk @@ -1 +1 @@ -SASL_VSN = 2.1.9 +SASL_VSN = 2.1.9.1 |