diff options
author | Erlang/OTP <[email protected]> | 2010-03-10 13:06:38 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-10 13:06:38 +0000 |
commit | 356c33b6063de632f9c98c66260603e6edbc3ee5 (patch) | |
tree | 09faa974e8777f3ae1cb1f5c118aed96426c1f23 /lib/sasl/doc/src/notes.xml | |
parent | a251ad7488c6a1268c4aca0f1937cc397f663325 (diff) | |
parent | a75a033b3af69860f06acc63d2c26200db48ce58 (diff) | |
download | otp-356c33b6063de632f9c98c66260603e6edbc3ee5.tar.gz otp-356c33b6063de632f9c98c66260603e6edbc3ee5.tar.bz2 otp-356c33b6063de632f9c98c66260603e6edbc3ee5.zip |
Merge branch 'bg/sasl-infinity' into dev
* bg/sasl-infinity:
Prepare patch release
sasl: Use gen_server:call/3 with infinity timeout
OTP-8506 bg/sasl-infinity
Use an infinity timeout in all calls to gen_server:call() in the sasl
application.
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> |