diff options
author | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
commit | c04cad3ba921deb086d19e2de2526af4854add75 (patch) | |
tree | 305d62687e520a194bdf3bdfccff7b2a3a57b41a /lib/eldap | |
parent | 2c9dba638a8bda92e3db2d5c07e6ba251330c7ca (diff) | |
download | otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.gz otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.bz2 otp-c04cad3ba921deb086d19e2de2526af4854add75.zip |
Revert "Prepare release"
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
Diffstat (limited to 'lib/eldap')
-rw-r--r-- | lib/eldap/doc/src/notes.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index eff2ac0fa6..aa3e3137ae 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,39 +31,6 @@ </header> <p>This document describes the changes made to the Eldap application.</p> -<section><title>Eldap 1.2.2</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - If the underlying tcp connection is closed and an LDAP - operation returned tcp_error, the client applications - tend to close the ldap handle with eldap:close. This will - cause a <c>{nocatch, {gen_tcp_error, ...}}</c> exception.</p> - <p> - Such errors are now ignored during close, because the - socket will be closed anyway.</p> - <p> - Own Id: OTP-13590 Aux Id: PR-1048 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Internal changes</p> - <p> - Own Id: OTP-13551</p> - </item> - </list> - </section> - -</section> - <section><title>Eldap 1.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |