diff options
author | Loïc Hoguin <[email protected]> | 2018-09-12 14:54:22 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-09-12 14:54:22 +0200 |
commit | 1c70971a9e5bddd2cf4fc759ec41d9f7305eead3 (patch) | |
tree | b22bb05f04deb0301d66f9beb3a325dd4e3fbb60 | |
parent | e051bd0b51ed68c99fbde10d755f60efb3d9c581 (diff) | |
download | ci.erlang.mk-1c70971a9e5bddd2cf4fc759ec41d9f7305eead3.tar.gz ci.erlang.mk-1c70971a9e5bddd2cf4fc759ec41d9f7305eead3.tar.bz2 ci.erlang.mk-1c70971a9e5bddd2cf4fc759ec41d9f7305eead3.zip |
OTP-21.0.9
-rw-r--r-- | early-plugins.mk | 4 | ||||
-rw-r--r-- | release-notes/OTP-21.0.9.README.txt | 72 |
2 files changed, 74 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index 9055bab..680f311 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -26,7 +26,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9 OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.10 OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.8 -OTP-21 := OTP-21.0.8 +OTP-21 := OTP-21.0.9 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) @@ -50,7 +50,7 @@ OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 \ OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1 OTP-20.3.8.2 \ OTP-20.3.8.3 OTP-20.3.8.5 OTP-20.3.8.6 OTP-20.3.8.7 OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \ - OTP-21.0.3 OTP-21.0.4 OTP-21.0.5 OTP-21.0.6 OTP-21.0.7 + OTP-21.0.3 OTP-21.0.4 OTP-21.0.5 OTP-21.0.6 OTP-21.0.7 OTP-21.0.8 OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED) diff --git a/release-notes/OTP-21.0.9.README.txt b/release-notes/OTP-21.0.9.README.txt new file mode 100644 index 0000000..7c38372 --- /dev/null +++ b/release-notes/OTP-21.0.9.README.txt @@ -0,0 +1,72 @@ +Patch Package: OTP 21.0.9 +Git Tag: OTP-21.0.9 +Date: 2018-09-12 +Trouble Report Id: OTP-15289, OTP-15292, OTP-15296 +Seq num: ERIERL-226, ERIERL-235, ERL-576 +System: OTP +Release: 21 +Application: compiler-7.2.4, erts-10.0.8 +Predecessor: OTP 21.0.8 + + Check out the git tag OTP-21.0.9, and build a full OTP system + including documentation. Apply one or more applications from this + build as patches to your installation using the 'otp_patch_apply' + tool. For information on install requirements, see descriptions for + each application version below. + + --------------------------------------------------------------------- + --- compiler-7.2.4 -------------------------------------------------- + --------------------------------------------------------------------- + + The compiler-7.2.4 application can be applied independently of other + applications on a full OTP 21 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-15292 Application(s): compiler + + Fix a regression in OTP-15204 that removed .beam file + metadata that some external build tools relied on. + + + Full runtime dependencies of compiler-7.2.4: crypto-3.6, erts-9.0, + hipe-3.12, kernel-4.0, stdlib-2.5 + + + --------------------------------------------------------------------- + --- erts-10.0.8 ----------------------------------------------------- + --------------------------------------------------------------------- + + The erts-10.0.8 application can be applied independently of other + applications on a full OTP 21 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-15289 Application(s): erts + Related Id(s): ERIERL-235, ERL-576, OTP-14943 + + 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. + + + OTP-15296 Application(s): erts + Related Id(s): ERIERL-226, OTP-15279 + + 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. + + + Full runtime dependencies of erts-10.0.8: kernel-6.0, sasl-3.0.1, + stdlib-3.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + |