aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-05-30 16:15:30 +0200
committerErlang/OTP <[email protected]>2017-05-30 16:15:30 +0200
commiteaf8ca41dfa4850437ad270d3897399c9358ced0 (patch)
treeed69a7dff05c4ea0a3d3fa5be62d339203b5a508 /lib/jinterface
parentb182febe36aa63eb8290f24ba4b7932673a9a9bc (diff)
downloadotp-eaf8ca41dfa4850437ad270d3897399c9358ced0.tar.gz
otp-eaf8ca41dfa4850437ad270d3897399c9358ced0.tar.bz2
otp-eaf8ca41dfa4850437ad270d3897399c9358ced0.zip
Prepare release
Diffstat (limited to 'lib/jinterface')
-rw-r--r--lib/jinterface/doc/src/notes.xml20
-rw-r--r--lib/jinterface/vsn.mk2
2 files changed, 21 insertions, 1 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml
index 30f607c357..9ae188be6c 100644
--- a/lib/jinterface/doc/src/notes.xml
+++ b/lib/jinterface/doc/src/notes.xml
@@ -31,6 +31,26 @@
</header>
<p>This document describes the changes made to the Jinterface application.</p>
+<section><title>Jinterface 1.8</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Remove generation of atoms in old latin1 external format.
+ The old latin1 format can still be decoded but is never
+ generated by <c>term_to_binary</c> or sent on a
+ distribution channel. The new utf8 format for atoms was
+ introduced in OTP R16. An OTP 20 node can therefore not
+ connect to nodes older than R16.</p>
+ <p>
+ Own Id: OTP-14337</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Jinterface 1.7.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk
index c29d9df3d7..373e2dab22 100644
--- a/lib/jinterface/vsn.mk
+++ b/lib/jinterface/vsn.mk
@@ -1 +1 @@
-JINTERFACE_VSN = 1.7.1
+JINTERFACE_VSN = 1.8