diff options
author | Erlang/OTP <[email protected]> | 2018-09-11 16:57:02 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-11 16:57:02 +0200 |
commit | f80b65a178fa95b5454cb238bdf71e27f240eed5 (patch) | |
tree | 58c30e24cf0b337a0e17c39c2543cfb5b3b4cbe1 | |
parent | d666f2e2141af7ce81c28cb4039665662bed6e6c (diff) | |
download | otp-f80b65a178fa95b5454cb238bdf71e27f240eed5.tar.gz otp-f80b65a178fa95b5454cb238bdf71e27f240eed5.tar.bz2 otp-f80b65a178fa95b5454cb238bdf71e27f240eed5.zip |
Update release notes
-rw-r--r-- | erts/doc/src/notes.xml | 30 | ||||
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 16 |
2 files changed, 46 insertions, 0 deletions
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 @@ </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> diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 0e19642960..9ee5c14336 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fix a regression in OTP-15204 that removed + <c>.beam</c> file metadata that some external build tools + relied on.</p> + <p> + Own Id: OTP-15292</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.2.3</title> <section><title>Fixed Bugs and Malfunctions</title> |