aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-10-18 17:42:26 +0200
committerErlang/OTP <[email protected]>2018-10-18 17:42:26 +0200
commit543e6635559f9521833b0e626bc02d459599cccf (patch)
tree9344c5879fe04ec0466a7a21e404af25b3e59735
parentd6b55f9bf3c041436685578ff3101a44c6921076 (diff)
downloadotp-543e6635559f9521833b0e626bc02d459599cccf.tar.gz
otp-543e6635559f9521833b0e626bc02d459599cccf.tar.bz2
otp-543e6635559f9521833b0e626bc02d459599cccf.zip
Prepare release
-rw-r--r--lib/eldap/doc/src/notes.xml16
-rw-r--r--lib/eldap/vsn.mk2
-rw-r--r--make/otp_version_tickets1
3 files changed, 18 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
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
new file mode 100644
index 0000000000..f8a84d098c
--- /dev/null
+++ b/make/otp_version_tickets
@@ -0,0 +1 @@
+OTP-15342