aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-04-15 11:32:58 +0200
committerRickard Green <[email protected]>2019-04-15 11:32:58 +0200
commit22af152828a9b38aeab44d71300b4eca813964c9 (patch)
treebd4622f73085ae4ea2c4ed68c01b177fd84218e2 /erts
parent452ba2756ef87974e44c283f6259ee535cbf7f4e (diff)
parent5d05cf5417b9f447a2de1cfaf705371c9ba64d50 (diff)
downloadotp-22af152828a9b38aeab44d71300b4eca813964c9.tar.gz
otp-22af152828a9b38aeab44d71300b4eca813964c9.tar.bz2
otp-22af152828a9b38aeab44d71300b4eca813964c9.zip
Merge branch 'maint-21' into maint
* maint-21: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml22
-rw-r--r--erts/vsn.mk2
2 files changed, 23 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index d77235782b..e0af7bc4ce 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,28 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.3.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Add missing documentation of new external tags
+ <c>NEW_PID</c>, <c>NEW_PORT</c> and
+ <c>NEWER_REFERENCE</c> introduced in OTP 19.</p> <p>These
+ new tags are planned to be "activated" in OTP 23 when
+ distribution capability flag <c>DFLAG_BIG_CREATION</c>
+ becomes mandatory. Older nodes (>= 19) are able to decode
+ these new tags and send them back to the new node. Nodes
+ older than OTP 23 will however never encode their own
+ local pids, ports and references using the new tags.</p>
+ <p>
+ Own Id: OTP-15766</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.3.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 785c7626e7..fafcdf3b28 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.3.3
+VSN = 10.3.4
# Port number 4365 in 4.2
# Port number 4366 in 4.3