aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--early-plugins.mk5
-rw-r--r--release-notes/OTP-22.0.2.README.txt155
2 files changed, 158 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 427b004..130f21f 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.20
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.2
-OTP-22 := OTP-22.0.1
+OTP-22 := OTP-22.0.2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -62,7 +62,8 @@ OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \
OTP-21.2.2 OTP-21.2.3 OTP-21.2.4 OTP-21.2.5 OTP-21.2.6 OTP-21.3 \
OTP-21.3.1 OTP-21.3.2 OTP-21.3.3 OTP-21.3.4 OTP-21.3.5 OTP-21.3.6 \
OTP-21.3.7 OTP-21.3.8 OTP-21.3.8.1
-OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0
+OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
+ OTP-22.0.1
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED)
diff --git a/release-notes/OTP-22.0.2.README.txt b/release-notes/OTP-22.0.2.README.txt
new file mode 100644
index 0000000..61622f1
--- /dev/null
+++ b/release-notes/OTP-22.0.2.README.txt
@@ -0,0 +1,155 @@
+Patch Package: OTP 22.0.2
+Git Tag: OTP-22.0.2
+Date: 2019-06-03
+Trouble Report Id: OTP-15828, OTP-15829, OTP-15832, OTP-15834,
+ OTP-15838, OTP-15839, OTP-15841, OTP-15845,
+ OTP-15846, OTP-15847, OTP-15848
+Seq num: ERIERL-367, ERL-948, ERL-950, ERL-954,
+ ERL-955, ERL-956, ERL-957
+System: OTP
+Release: 22
+Application: compiler-7.4.1, crypto-4.5.1, erts-10.4.1,
+ stdlib-3.9.1
+Predecessor: OTP 22.0.1
+
+ Check out the git tag OTP-22.0.2, 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.4.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.4.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15828 Application(s): compiler
+ Related Id(s): ERL-948
+
+ The type optimization pass of the compiler could hang
+ or loop for a long time when analyzing a setelement/3
+ call with a varible position.
+
+
+ OTP-15832 Application(s): compiler
+ Related Id(s): ERL-950
+
+ Certain complex receive statements would result in an
+ internal compiler failure.
+
+
+ OTP-15838 Application(s): compiler
+
+ Fixed an unsafe type optimization.
+
+
+ OTP-15839 Application(s): compiler
+ Related Id(s): ERL-954
+
+ Fixed a crash when optimizing compiler-generated
+ exceptions (like badmatch) whose offending term was a
+ constructed binary.
+
+
+ OTP-15841 Application(s): compiler
+
+ Fixed a bad optimization related to the ++/2 operator,
+ where the compiler assumed that it always produced a
+ list ([] ++ RHS returns RHS verbatim, even if it's not
+ a list).
+
+
+ OTP-15845 Application(s): compiler
+
+ An is_binary/1 test followed by is_bitstring/1 (or vice
+ versa) could fail because of an usafe optimization.
+
+
+ OTP-15846 Application(s): compiler
+ Related Id(s): ERL-955
+
+ A Core Erlang module where the last clause in a case
+ matched a map would fail to load.
+
+
+ OTP-15848 Application(s): compiler
+ Related Id(s): ERL-956
+
+ Fixed a bug that could cause the compiler to crash when
+ compiling complex nested case expressions.
+
+
+ Full runtime dependencies of compiler-7.4.1: crypto-3.6, erts-9.0,
+ hipe-3.12, kernel-4.0, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- crypto-4.5.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.5.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15829 Application(s): crypto
+
+ The cipher aes-ctr was disabled by misstake in
+ crypto:supports for cryptolibs before 1.0.1. It worked
+ however in the encrypt and decrypt functions.
+
+
+ Full runtime dependencies of crypto-4.5.1: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- erts-10.4.1 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-10.4.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15834 Application(s): erts
+ Related Id(s): ERIERL-367
+
+ In nested use of try/catch, rethrowing an exception
+ using erlang:raise/3 with a different class would not
+ always be able to change the class of the exception.
+
+
+ Full runtime dependencies of erts-10.4.1: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-3.9.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The stdlib-3.9.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15847 Application(s): stdlib
+ Related Id(s): ERL-957
+
+ Fix a bug that could cause a failure when formatting
+ binaries using the control sequences p or P and
+ limiting the output with the option chars_limit.
+
+
+ Full runtime dependencies of stdlib-3.9.1: compiler-5.0, crypto-3.3,
+ erts-10.4, kernel-6.0, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+