aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-10-26 11:04:39 +0100
committerLoïc Hoguin <[email protected]>2020-10-26 11:04:39 +0100
commitf0a9a9a976e469ffaf74468fa200ff9df07394eb (patch)
tree3435c2e7f75e117808d5562f1db490a39aecf332
parentb88709df8997fc35d2a1431d3d9cefc7822aff1f (diff)
downloadci.erlang.mk-f0a9a9a976e469ffaf74468fa200ff9df07394eb.tar.gz
ci.erlang.mk-f0a9a9a976e469ffaf74468fa200ff9df07394eb.tar.bz2
ci.erlang.mk-f0a9a9a976e469ffaf74468fa200ff9df07394eb.zip
OTP-22.3.4.12
-rw-r--r--early-plugins.mk5
-rw-r--r--release-notes/OTP-22.3.4.12.README.txt80
2 files changed, 83 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 129131b..fa4d6af 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.26
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.18
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.11
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.12
OTP-23 := OTP-23.0.4 OTP-23.1.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
@@ -85,7 +85,8 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
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.6 OTP-22.2.7 OTP-22.3 OTP-22.3.1 OTP-22.3.2 \
OTP-22.3.3 OTP-22.3.4 OTP-22.3.4.1 OTP-22.3.4.2 OTP-22.3.4.3 \
- OTP-22.3.4.4 OTP-22.3.4.5 OTP-22.3.4.8 OTP-22.3.4.9 OTP-22.3.4.10
+ OTP-22.3.4.4 OTP-22.3.4.5 OTP-22.3.4.8 OTP-22.3.4.9 OTP-22.3.4.10 \
+ OTP-22.3.4.11
OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1 \
OTP-23.0.2 OTP-23.0.3 OTP-23.1
diff --git a/release-notes/OTP-22.3.4.12.README.txt b/release-notes/OTP-22.3.4.12.README.txt
new file mode 100644
index 0000000..ff81c36
--- /dev/null
+++ b/release-notes/OTP-22.3.4.12.README.txt
@@ -0,0 +1,80 @@
+Patch Package: OTP 22.3.4.12
+Git Tag: OTP-22.3.4.12
+Date: 2020-10-20
+Trouble Report Id: OTP-16837, OTP-16921, OTP-16939
+Seq num: ERL-1319
+System: OTP
+Release: 22
+Application: erts-10.7.2.5, ssl-9.6.2.3
+Predecessor: OTP 22.3.4.11
+
+ Check out the git tag OTP-22.3.4.12, 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.
+
+ ---------------------------------------------------------------------
+ --- erts-10.7.2.5 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.7.2.5 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 22 installation.
+
+ On a full OTP 22 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-6.5.1 (first satisfied in OTP 22.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16939 Application(s): erts
+
+ Fixed bugs causing issues when enabling the ERTS
+ internal allocators on a system built with the
+ undocumented and unsupported SMALL_MEMORY feature.
+
+
+ Full runtime dependencies of erts-10.7.2.5: kernel-6.5.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- ssl-9.6.2.3 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The ssl-9.6.2.3 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 22 installation.
+
+ On a full OTP 22 installation, also the following runtime
+ dependency has to be satisfied:
+ -- public_key-1.7.2 (first satisfied in OTP 22.3)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16837 Application(s): ssl
+ Related Id(s): ERL-1319, OTP-16764
+
+ Correct flow ctrl checks from OTP-16764 to work as
+ intended. Probably will not have a noticeable affect
+ but will make connections more well behaved under some
+ circumstances.
+
+
+ OTP-16921 Application(s): ssl
+
+ Fix a bug that causes cross-build failure.
+
+ This change excludes the ssl.d dependency file from the
+ source tar balls.
+
+
+ Full runtime dependencies of ssl-9.6.2.3: crypto-4.2, erts-10.0,
+ inets-5.10.7, kernel-6.0, public_key-1.7.2, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+