aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-09-12 14:41:05 +0200
committerRickard Green <[email protected]>2018-09-12 14:41:05 +0200
commit6d665a8296999822e4d516343d0e21ed62e70b37 (patch)
tree924754f136b6e188163a275a5ffdcf6b7e69f3ff /erts/doc
parent72a9c61b043dd12b6871248b6b353b333b1bc30b (diff)
parent333e4c5a1406cdeb9d1d5cf9bf4a4fadb232fca8 (diff)
downloadotp-6d665a8296999822e4d516343d0e21ed62e70b37.tar.gz
otp-6d665a8296999822e4d516343d0e21ed62e70b37.tar.bz2
otp-6d665a8296999822e4d516343d0e21ed62e70b37.zip
Merge branch 'maint-21' into maint
* maint-21: Updated OTP version Update release notes Update version numbers erts: Fix "Prevent inconsistent node lists" fix Fix include-path regression caused by dd0a39c Restore default SIGTERM behaviour for port programs
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/notes.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 653a917823..3d336aed65 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,36 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.0.8</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ As of ERTS version 10.0 (OTP 21.0) the
+ <c>erl_child_setup</c> program, which creates port
+ programs, ignores <c>TERM</c> signals. This setting was
+ unintentionally inherited by port programs. Handling of
+ <c>TERM</c> signals in port programs has now been
+ restored to the default behavior. That is, terminate the
+ process.</p>
+ <p>
+ Own Id: OTP-15289 Aux Id: ERIERL-235, OTP-14943, ERL-576 </p>
+ </item>
+ <item>
+ <p>
+ The fix made for OTP-15279 in erts-10.07 (OTP-21.0.8) was
+ not complete. It could cause a new connection attempt to
+ be incorrectly aborted in certain cases. This fix will
+ amend that flaw.</p>
+ <p>
+ Own Id: OTP-15296 Aux Id: OTP-15279, ERIERL-226 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.0.7</title>
<section><title>Fixed Bugs and Malfunctions</title>