summaryrefslogtreecommitdiff
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-03-29 10:29:30 +0200
committerErlang/OTP <otp@erlang.org>2022-03-29 10:29:30 +0200
commit1692642913c5aa941d1ea2795e7e836015e01f6b (patch)
treecd4d12f96b365cc27bc9327458ff082fbd3527e0 /lib/erl_interface
parent8404dc26a7d5b02214c19bd89b1cb7de086452cf (diff)
downloaderlang-1692642913c5aa941d1ea2795e7e836015e01f6b.tar.gz
Prepare release
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/doc/src/notes.xml16
-rw-r--r--lib/erl_interface/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml
index bb8cbf9b83..75c29257ab 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the Erl_interface application.</p>
+<section><title>Erl_Interface 5.2.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Avoid attempt build dynamic libs if config option
+ <c>--enable-ei-dynamic-lib</c> is not given.</p>
+ <p>
+ Own Id: OTP-17987 Aux Id: GH-5781, PR-5787 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erl_Interface 5.2.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk
index aa398871d7..b0833390af 100644
--- a/lib/erl_interface/vsn.mk
+++ b/lib/erl_interface/vsn.mk
@@ -1,2 +1,2 @@
-EI_VSN = 5.2.1
+EI_VSN = 5.2.2
ERL_INTERFACE_VSN = $(EI_VSN)