summaryrefslogtreecommitdiff
path: root/lib/jinterface/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jinterface/doc/src/notes.xml')
-rw-r--r--lib/jinterface/doc/src/notes.xml91
1 files changed, 87 insertions, 4 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml
index ac51bccec8..01eda410cc 100644
--- a/lib/jinterface/doc/src/notes.xml
+++ b/lib/jinterface/doc/src/notes.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2000</year><year>2021</year>
+ <year>2000</year><year>2022</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -31,6 +31,73 @@
</header>
<p>This document describes the changes made to the Jinterface application.</p>
+<section><title>Jinterface 1.13.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Accept connection setup from OTP 23 and 24 nodes that are
+ not using epmd.</p>
+ <p>
+ Own Id: OTP-18404 Aux Id: GH-6595, PR-6625 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Jinterface 1.13.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix javadoc build error by adding option <c>-encoding
+ UTF-8</c>.</p>
+ <p>
+ Own Id: OTP-18215 Aux Id: PR-6154 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Jinterface 1.13</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>The following distribution flags are now mandatory:
+ <c>DFLAG_BIT_BINARIES</c>, <c>DFLAG_EXPORT_PTR_TAG</c>,
+ <c>DFLAG_MAP_TAGS</c>, <c>DFLAG_NEW_FLOATS</c>, and
+ <c>DFLAG_FUN_TAGS</c>. This mainly concerns libraries or
+ application that implement the distribution protocol
+ themselves.</p>
+ <p>
+ Own Id: OTP-17318 Aux Id: PR-4972 </p>
+ </item>
+ <item>
+ <p>
+ Removed use of node creation value zero as a wildcard.
+ Also prevent zero from being used as creation by
+ <c>erl_interface</c> and <c>jinterface</c> nodes.</p>
+ <p>
+ Own Id: OTP-17682 Aux Id: PR-5347 </p>
+ </item>
+ <item>
+ <p>
+ Add new abstract class <c>OtpGenericTransportFactory</c>
+ to allow implementation of any transport protocol without
+ dependency on epmd.</p>
+ <p>
+ Own Id: OTP-17961 Aux Id: PR-4839 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Jinterface 1.12.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
@@ -104,6 +171,23 @@
</section>
+<section><title>Jinterface 1.11.1.1</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.11.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
@@ -287,7 +371,7 @@
<list>
<item>
<p>
- Update build scripts to not make assumtions about where
+ Update build scripts to not make assumptions about where
env, cp and perl are located.</p>
<p>
Own Id: OTP-13800</p>
@@ -613,7 +697,7 @@
Java 1.5 has a bug where detecting codepoint offsets in
strings that are created by String.substring() gives
wrong results. The new implementation uses a different
- method, avoinding the issue. (Thanks to Vlad Dumitrescu)</p>
+ method, avoiding the issue. (Thanks to Vlad Dumitrescu)</p>
<p>
Own Id: OTP-9927</p>
</item>
@@ -1003,4 +1087,3 @@
</section>
</section>
</chapter>
-