From 44efab4e5b78cdabdd498bd65c670faa6c262e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 19 Feb 2020 17:04:03 +0100 Subject: OTP-22.2.7 --- release-notes/OTP-22.2.7.README.txt | 65 +++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 release-notes/OTP-22.2.7.README.txt (limited to 'release-notes') diff --git a/release-notes/OTP-22.2.7.README.txt b/release-notes/OTP-22.2.7.README.txt new file mode 100644 index 0000000..c148572 --- /dev/null +++ b/release-notes/OTP-22.2.7.README.txt @@ -0,0 +1,65 @@ +Patch Package: OTP 22.2.7 +Git Tag: OTP-22.2.7 +Date: 2020-02-18 +Trouble Report Id: OTP-16452, OTP-16456, OTP-16466, OTP-16467 +Seq num: ERL-1161, ERL-1163, ERL-1166, ERL-1167, + ERL-1170 +System: OTP +Release: 22 +Application: compiler-7.5.2 +Predecessor: OTP 22.2.6 + + Check out the git tag OTP-22.2.7, 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.5.2 -------------------------------------------------- + --------------------------------------------------------------------- + + The compiler-7.5.2 application can be applied independently of other + applications on a full OTP 22 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-16452 Application(s): compiler + Related Id(s): ERL-1161 + + Fixed a bug that could cause the compiler to reject + valid code that used the is_map_key/2 BIF. + + + OTP-16456 Application(s): compiler + Related Id(s): ERL-1163 + + Fixed a bug that could cause the compiler to reject + valid code that matched the same map key several times. + + + OTP-16466 Application(s): compiler + Related Id(s): ERL-1170 + + The compiler could crash when compiling a convoluted + receive statement. + + + OTP-16467 Application(s): compiler + Related Id(s): ERL-1166, ERL-1167 + + The compiler could crash when a fun was created but + never used. + + The compiler could crash when compiling the expression + true = 0 / X. + + + Full runtime dependencies of compiler-7.5.2: crypto-3.6, erts-9.0, + hipe-3.12, kernel-4.0, stdlib-2.5 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3