diff options
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, 1 insertions, 23 deletions
diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index 6c23db52dc..bf9358c4d1 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,28 +31,6 @@ </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 7f03fbd1b2..6d541e4689 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.2.7 +ELDAP_VSN = 1.2.6 |