summaryrefslogtreecommitdiff
path: root/lib/jinterface
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-03-09 11:23:39 +0100
committerErlang/OTP <otp@erlang.org>2022-03-09 11:23:39 +0100
commit8f1888b5349c53dbf04211a48d6aa18f9d126cf0 (patch)
tree01bd156d15d6274977c1cf729fb2ecf5b1fbac46 /lib/jinterface
parent2125eff04b2b8fe99fc3f01ea8363beffa5b3b74 (diff)
downloaderlang-8f1888b5349c53dbf04211a48d6aa18f9d126cf0.tar.gz
Prepare release
Diffstat (limited to 'lib/jinterface')
-rw-r--r--lib/jinterface/doc/src/notes.xml17
-rw-r--r--lib/jinterface/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml
index c7b013b6fe..ac51bccec8 100644
--- a/lib/jinterface/doc/src/notes.xml
+++ b/lib/jinterface/doc/src/notes.xml
@@ -31,6 +31,23 @@
</header>
<p>This document describes the changes made to the Jinterface application.</p>
+<section><title>Jinterface 1.12.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug in <c>OtpOutputStream.write_pid/4</c> and
+ <c>write_ref/3</c> causing faulty encodig. Bug exists
+ since OTP 23.0.</p>
+ <p>
+ Own Id: OTP-17887 Aux Id: ERIERL-750, PR-5640 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Jinterface 1.12.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk
index f3e946db39..04de6b642b 100644
--- a/lib/jinterface/vsn.mk
+++ b/lib/jinterface/vsn.mk
@@ -1 +1 @@
-JINTERFACE_VSN = 1.12.1
+JINTERFACE_VSN = 1.12.2