diff options
author | Björn Gustavsson <[email protected]> | 2010-03-09 12:00:00 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:46:31 +0200 |
commit | cc7d994b9c8db2a8889049e738f43e4f6fbf1d99 (patch) | |
tree | edb152677a71fc38309611a2ad08286722a620ea /lib/sasl/doc/src/notes.xml | |
parent | 075a7ffcabb8c8a4c5ce06c11155403f1967a670 (diff) | |
download | otp-cc7d994b9c8db2a8889049e738f43e4f6fbf1d99.tar.gz otp-cc7d994b9c8db2a8889049e738f43e4f6fbf1d99.tar.bz2 otp-cc7d994b9c8db2a8889049e738f43e4f6fbf1d99.zip |
sasl: Patch 1109
OTP-8506 <p>Use an infinity timeout in all calls to
<c>gen_server:call()</c> in the <c>sasl</c> application.</p>
Diffstat (limited to 'lib/sasl/doc/src/notes.xml')
-rw-r--r-- | lib/sasl/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 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> |