aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-03-10 13:06:38 +0000
committerErlang/OTP <[email protected]>2010-03-10 13:06:38 +0000
commit356c33b6063de632f9c98c66260603e6edbc3ee5 (patch)
tree09faa974e8777f3ae1cb1f5c118aed96426c1f23 /lib/sasl/doc/src/notes.xml
parenta251ad7488c6a1268c4aca0f1937cc397f663325 (diff)
parenta75a033b3af69860f06acc63d2c26200db48ce58 (diff)
downloadotp-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.xml16
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>