diff options
author | Erlang/OTP <[email protected]> | 2018-10-18 17:42:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-10-18 17:42:26 +0200 |
commit | 543e6635559f9521833b0e626bc02d459599cccf (patch) | |
tree | 9344c5879fe04ec0466a7a21e404af25b3e59735 /lib/eldap | |
parent | d6b55f9bf3c041436685578ff3101a44c6921076 (diff) | |
download | otp-543e6635559f9521833b0e626bc02d459599cccf.tar.gz otp-543e6635559f9521833b0e626bc02d459599cccf.tar.bz2 otp-543e6635559f9521833b0e626bc02d459599cccf.zip |
Prepare release
Diffstat (limited to 'lib/eldap')
-rw-r--r-- | lib/eldap/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/eldap/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index 7aad745f67..946274b211 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,6 +31,22 @@ </header> <p>This document describes the changes made to the Eldap application.</p> +<section><title>Eldap 1.2.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A race condition at close could cause the eldap client to + exit with a badarg message as cause.</p> + <p> + Own Id: OTP-15342 Aux Id: ERIERL-242 </p> + </item> + </list> + </section> + +</section> + <section><title>Eldap 1.2.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/eldap/vsn.mk b/lib/eldap/vsn.mk index 721387d97d..caf47337c7 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.2.2 +ELDAP_VSN = 1.2.2.1 |