From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/eldap/doc/src/notes.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'lib/eldap/doc/src/notes.xml') diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index aa3e3137ae..7aad745f67 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,6 +31,39 @@

This document describes the changes made to the Eldap application.

+
Eldap 1.2.2 + +
Fixed Bugs and Malfunctions + + +

+ 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 {nocatch, {gen_tcp_error, ...}} exception.

+

+ Such errors are now ignored during close, because the + socket will be closed anyway.

+

+ Own Id: OTP-13590 Aux Id: PR-1048

+
+
+
+ + +
Improvements and New Features + + +

+ Modernize test suites

+

+ Own Id: OTP-13566

+
+
+
+ +
+
Eldap 1.2.1
Fixed Bugs and Malfunctions -- cgit v1.2.3