diff options
author | Erlang/OTP <[email protected]> | 2019-05-10 14:42:47 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-05-10 14:42:47 +0200 |
commit | 36719f9798f1f7c2de203091582083e8d8e5726b (patch) | |
tree | 48f4d14a38c310aeb6fc9e2ef2cae1f02825a622 /lib/eldap | |
parent | c6d5af1054f8d555a69111f29b59d5485ef8e48f (diff) | |
download | otp-36719f9798f1f7c2de203091582083e8d8e5726b.tar.gz otp-36719f9798f1f7c2de203091582083e8d8e5726b.tar.bz2 otp-36719f9798f1f7c2de203091582083e8d8e5726b.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 975a25d7a8..946db5b93d 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.8</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <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.7</title> <section><title>Improvements and New Features</title> diff --git a/lib/eldap/vsn.mk b/lib/eldap/vsn.mk index 7f03fbd1b2..8f969e6945 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.2.7 +ELDAP_VSN = 1.2.8 |