aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-06-18 10:13:20 +0200
committerJohn Högberg <[email protected]>2019-06-18 10:13:20 +0200
commit63dec44359b45e735a8328a84ecc1d3826ee82f1 (patch)
treecade34322e2c6fbb6e4271409f0a8e29d05c8376 /erts
parenta088080c66fb89ba5bd205cc4d7af85913d10c7d (diff)
parente5b0b72d7213788ae6d4f01be14ba48ac463589d (diff)
downloadotp-63dec44359b45e735a8328a84ecc1d3826ee82f1.tar.gz
otp-63dec44359b45e735a8328a84ecc1d3826ee82f1.tar.bz2
otp-63dec44359b45e735a8328a84ecc1d3826ee82f1.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml28
-rw-r--r--erts/vsn.mk2
2 files changed, 29 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index ef55b2ed0a..cfa952f01c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,34 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.4.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a buffer overflow when
+ <c>binary_to_existing_atom/2</c> and
+ <c>list_to_existing_atom/2</c> was used with the
+ <c>latin1</c> encoding.</p>
+ <p>
+ Own Id: OTP-15819 Aux Id: ERL-944 </p>
+ </item>
+ <item>
+ <p>
+ The runtime system disconnected a connection if it
+ received an <c>exit/2</c> signal where the recipient was
+ a process on an old incarnation of the current node. That
+ is, the receiving node had the same node name, but
+ another "creation" number. The signal will now just be
+ dropped since the receiving process no longer exists.</p>
+ <p>
+ Own Id: OTP-15867 Aux Id: ERIERL-373 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.4.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 53dce5e815..40a9685e9d 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.4.2
+VSN = 10.4.3
# Port number 4365 in 4.2
# Port number 4366 in 4.3