From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/eldap/doc/src/notes.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'lib/eldap/doc/src') diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index 2cdba83bcd..2240d74aa6 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -30,7 +30,39 @@

This document describes the changes made to the Eldap application.

-
Eldap 1.0.1 +
Eldap 1.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Removed {verify,0} from ssl-options because eldap does + not support peer verification. Thanks to Florian Waas for + reporting.

+

+ Own Id: OTP-11354

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

+ The ldap client eldap now supports the start_tls + operation. This upgrades an existing tcp connection to + encryption using tls, if the server supports it. See + eldap:start_tls/2 and /3.

+

+ Own Id: OTP-11336

+
+
+
+ +
+ +
Eldap 1.0.1
Improvements and New Features -- cgit v1.2.3