aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-19 17:04:03 +0100
committerLoïc Hoguin <[email protected]>2020-02-19 17:04:03 +0100
commit44efab4e5b78cdabdd498bd65c670faa6c262e24 (patch)
tree431826e323d574abd7d061458da37be5d41f80f9
parentca92540285b351a8769c641ba118f0405164c4cc (diff)
downloadci.erlang.mk-44efab4e5b78cdabdd498bd65c670faa6c262e24.tar.gz
ci.erlang.mk-44efab4e5b78cdabdd498bd65c670faa6c262e24.tar.bz2
ci.erlang.mk-44efab4e5b78cdabdd498bd65c670faa6c262e24.zip
OTP-22.2.7
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-22.2.7.README.txt65
2 files changed, 67 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 4609c15..2cc0e4c 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -27,7 +27,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.11
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.13
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.25
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.13
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.6
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.7
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -76,7 +76,7 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
OTP-22.0.1 OTP-22.0.2 OTP-22.0.3 OTP-22.0.4 OTP-22.0.5 OTP-22.0.6 \
OTP-22.1 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3 OTP-22.1.4 OTP-22.1.5 \
OTP-22.1.6 OTP-22.1.7 OTP-22.2 OTP-22.2.1 OTP-22.2.2 OTP-22.2.3 \
- OTP-22.2.4
+ OTP-22.2.4 OTP-22.2.6
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED)
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
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+