From f80b65a178fa95b5454cb238bdf71e27f240eed5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 11 Sep 2018 16:57:02 +0200 Subject: Update release notes --- erts/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'erts/doc/src/notes.xml') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index c7491e2741..f986cb7722 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,36 @@

This document describes the changes made to the ERTS application.

+
Erts 10.0.8 + +
Fixed Bugs and Malfunctions + + +

+ As of ERTS version 10.0 (OTP 21.0) the + erl_child_setup program, which creates port + programs, ignores TERM signals. This setting was + unintentionally inherited by port programs. Handling of + TERM signals in port programs has now been + restored to the default behavior. That is, terminate the + process.

+

+ Own Id: OTP-15289 Aux Id: ERIERL-235, OTP-14943, ERL-576

+
+ +

+ 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.

+

+ Own Id: OTP-15296 Aux Id: OTP-15279, ERIERL-226

+
+
+
+ +
+
Erts 10.0.7
Fixed Bugs and Malfunctions -- cgit v1.2.3