diff options
author | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-23 17:38:37 +0200 |
commit | 425889ba69b69a9b6fb14bfbef121d51b78e853a (patch) | |
tree | b6f7544d61dbec9097384639bd43990f7e1baa7e /lib/eldap | |
parent | 93ec8bb2dbba9456395a54551fe9f1e0f86184b1 (diff) | |
download | otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.gz otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.tar.bz2 otp-425889ba69b69a9b6fb14bfbef121d51b78e853a.zip |
Prepare release
Diffstat (limited to 'lib/eldap')
-rw-r--r-- | lib/eldap/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/eldap/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index bf9358c4d1..6c23db52dc 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the Eldap application.</p> +<section><title>Eldap 1.2.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Typo fix</p> + <p> + Own Id: OTP-15632</p> + </item> + <item> + <p> + Fix dialyzer warnings in eldap when not matching the + return value of ssl:close/1.</p> + <p> + Own Id: OTP-15775</p> + </item> + </list> + </section> + +</section> + <section><title>Eldap 1.2.6</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/eldap/vsn.mk b/lib/eldap/vsn.mk index 6d541e4689..7f03fbd1b2 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.2.6 +ELDAP_VSN = 1.2.7 |