summaryrefslogtreecommitdiff
path: root/lib/jinterface
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2023-03-22 09:48:27 +0100
committerHenrik Nord <henrik@erlang.org>2023-03-22 09:48:27 +0100
commit21adceb75450bc7668902ba7fca5579a9145e240 (patch)
tree878f3b5ab485f911a9742dc0ca85de976d7bd83d /lib/jinterface
parente3947d0694331ae063b85750b640d17118593225 (diff)
downloaderlang-21adceb75450bc7668902ba7fca5579a9145e240.tar.gz
Revert "Prepare release"
This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
Diffstat (limited to 'lib/jinterface')
-rw-r--r--lib/jinterface/doc/src/notes.xml35
-rw-r--r--lib/jinterface/vsn.mk2
2 files changed, 1 insertions, 36 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml
index df76a2f6ba..01eda410cc 100644
--- a/lib/jinterface/doc/src/notes.xml
+++ b/lib/jinterface/doc/src/notes.xml
@@ -31,41 +31,6 @@
</header>
<p>This document describes the changes made to the Jinterface application.</p>
-<section><title>Jinterface 1.14</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>As announced since the release of OTP 24, support
- for:</p> <list> <item><p> version 4 node container types
- in the external term format are now mandatory. That is,
- references supporting up to 5 32-bit integer identifiers,
- and process and port identifiers with support for 64-bit
- data storage. The distribution flag <seeguide
- marker="erts:erl_dist_protocol#DFLAG_V4_NC"><c>DFLAG_V4_NC</c></seeguide>
- is therefor now also mandatory. OTP has since OTP 24
- supported this. Also note that the external format
- produced by <c>term_to_binary()</c> and
- <c>term_to_iovec()</c> will unconditionally produce pids,
- ports, and references supporting this larger format.
- </p></item> <item><p> the <seeguide
- marker="erts:erl_dist_protocol#new_link_protocol">new
- link protocol</seeguide> introduced in OTP 23.3 is now
- mandatory. The distribution flag <seeguide
- marker="erts:erl_dist_protocol#DFLAG_UNLINK_ID"><c>DFLAG_UNLINK_ID</c></seeguide>
- is therefor now also mandatory. </p></item> </list>
- <p>Due to the above, OTP 26 nodes will refuse to connect
- to OTP nodes from releases prior to OTP 24.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-18140 Aux Id: PR-6072 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Jinterface 1.13.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk
index 32db2ab3a7..909370599e 100644
--- a/lib/jinterface/vsn.mk
+++ b/lib/jinterface/vsn.mk
@@ -1 +1 @@
-JINTERFACE_VSN = 1.14
+JINTERFACE_VSN = 1.13.2