summaryrefslogtreecommitdiff
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-03-16 14:22:12 +0100
committerErlang/OTP <otp@erlang.org>2022-03-16 14:22:12 +0100
commit4f29e1484e34aec6850e5b100821f9380dab2254 (patch)
tree399a1926989d7c6d8fe1ce03b2127e994d81a9de /lib/erl_interface
parent49300b6a862d4db1520a33d0a8b9311a73285c64 (diff)
downloaderlang-4f29e1484e34aec6850e5b100821f9380dab2254.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 fb3817de9a..bb8cbf9b83 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.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix compile error regarding <c>gethostbyaddr_r</c> on
+ Android. Error introduced in OTP 24.3.</p>
+ <p>
+ Own Id: OTP-17975 Aux Id: PR-5763 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erl_Interface 5.2</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk
index 28d350de7c..aa398871d7 100644
--- a/lib/erl_interface/vsn.mk
+++ b/lib/erl_interface/vsn.mk
@@ -1,2 +1,2 @@
-EI_VSN = 5.2
+EI_VSN = 5.2.1
ERL_INTERFACE_VSN = $(EI_VSN)