diff options
author | Marcus Arendt <[email protected]> | 2014-12-12 10:04:44 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-12-12 10:04:44 +0100 |
commit | f8cdad0d6d8f9dbf167213c1ec817aebe7c5102d (patch) | |
tree | efee05a3628d714736ff1a203b1464c4b01ef1ba /lib/eldap/doc | |
parent | 1ee58f610fa2080ea616231f5c01d6339639ceb9 (diff) | |
download | otp-f8cdad0d6d8f9dbf167213c1ec817aebe7c5102d.tar.gz otp-f8cdad0d6d8f9dbf167213c1ec817aebe7c5102d.tar.bz2 otp-f8cdad0d6d8f9dbf167213c1ec817aebe7c5102d.zip |
add missing release notes
Diffstat (limited to 'lib/eldap/doc')
-rw-r--r-- | lib/eldap/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index f92d100757..e5cbcb26ff 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -30,6 +30,35 @@ </header> <p>This document describes the changes made to the Eldap application.</p> +<section><title>Eldap 1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed that eldap:open did not use the Timeout parameter + when calling ssl:connect. (Thanks Wiesław Bieniek for + reporting)</p> + <p> + Own Id: OTP-12311</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added the LDAP filter <c>extensibleMatch</c>.</p> + <p> + Own Id: OTP-12174</p> + </item> + </list> + </section> + +</section> + <section><title>Eldap 1.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> |