aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-22 16:52:26 +0200
committerLoïc Hoguin <[email protected]>2019-10-22 16:52:26 +0200
commitbb95cfb2278aa46db5a71dd9b983f1cee00c1954 (patch)
tree7f82203a2fb3d46fa186cd1e2be5f26bb8ee15ea
parentb21b51a6078db9eb480bfd8307efbae149513266 (diff)
downloadci.erlang.mk-bb95cfb2278aa46db5a71dd9b983f1cee00c1954.tar.gz
ci.erlang.mk-bb95cfb2278aa46db5a71dd9b983f1cee00c1954.tar.bz2
ci.erlang.mk-bb95cfb2278aa46db5a71dd9b983f1cee00c1954.zip
OTP-22.1.4
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-22.1.4.README.txt80
2 files changed, 82 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 40c6e10..0e0914e 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.23
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.8
-OTP-22 := OTP-22.0.7 OTP-22.1.3
+OTP-22 := OTP-22.0.7 OTP-22.1.4
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -73,7 +73,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.3.8.5 OTP-21.3.8.6 OTP-21.3.8.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 OTP-22.1.1 OTP-22.1.2 OTP-22.1.3
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED)
diff --git a/release-notes/OTP-22.1.4.README.txt b/release-notes/OTP-22.1.4.README.txt
new file mode 100644
index 0000000..3ebd12b
--- /dev/null
+++ b/release-notes/OTP-22.1.4.README.txt
@@ -0,0 +1,80 @@
+Patch Package: OTP 22.1.4
+Git Tag: OTP-22.1.4
+Date: 2019-10-22
+Trouble Report Id: OTP-16177, OTP-16199, OTP-16202
+Seq num: ERL-1063
+System: OTP
+Release: 22
+Application: compiler-7.4.7, crypto-4.6.1, erts-10.5.3
+Predecessor: OTP 22.1.3
+
+ Check out the git tag OTP-22.1.4, 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.7 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.4.7 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16199 Application(s): compiler
+
+ Fixed a bug where the compiler could generate incorrect
+ code for a 'receive' statement inside a 'try'.
+
+
+ Full runtime dependencies of compiler-7.4.7: crypto-3.6, erts-9.0,
+ hipe-3.12, kernel-4.0, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- crypto-4.6.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.6.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16202 Application(s): crypto
+
+ FIxed a bug if the erlang emulator was linked with a
+ very old cryptolib version (1.0.1 or earlier).
+
+ The bug now fixed could have triggered a core dump if
+ an unknown cipher name was used in crypto functions.
+
+
+ Full runtime dependencies of crypto-4.6.1: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- erts-10.5.3 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-10.5.3 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16177 Application(s): erts
+ Related Id(s): ERL-1063
+
+ Erlang/OTP can now be built on macOS Catalina (10.15).
+
+
+ Full runtime dependencies of erts-10.5.3: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+