aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-19 12:15:19 +0100
committerLoïc Hoguin <[email protected]>2019-12-19 12:15:19 +0100
commite11e18c60d16b53c36c02392ec3635b963b21eda (patch)
tree767600f1c3c77edf3217dff8e13e1471bc768682
parentd88195cfe9f071c104625053679db19c72a42227 (diff)
downloadci.erlang.mk-e11e18c60d16b53c36c02392ec3635b963b21eda.tar.gz
ci.erlang.mk-e11e18c60d16b53c36c02392ec3635b963b21eda.tar.bz2
ci.erlang.mk-e11e18c60d16b53c36c02392ec3635b963b21eda.zip
OTP-22.2.1
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-22.2.1.README.txt114
2 files changed, 116 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index cdfb2c3..5627510 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.24
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.11
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -74,7 +74,7 @@ OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \
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.1.6 OTP-22.1.7 OTP-22.2
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.1.README.txt b/release-notes/OTP-22.2.1.README.txt
new file mode 100644
index 0000000..5050487
--- /dev/null
+++ b/release-notes/OTP-22.2.1.README.txt
@@ -0,0 +1,114 @@
+Patch Package: OTP 22.2.1
+Git Tag: OTP-22.2.1
+Date: 2019-12-19
+Trouble Report Id: OTP-16314, OTP-16349, OTP-16357, OTP-16359,
+ OTP-16360, OTP-16361
+Seq num: ERIERL-444, ERIERL-451, ERL-1098, ERL-1166
+System: OTP
+Release: 22
+Application: erts-10.6.1, snmp-5.4.5, ssl-9.5.1
+Predecessor: OTP 22.2
+
+ Check out the git tag OTP-22.2.1, 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.6.1 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.6.1 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-16314 Application(s): erts
+ Related Id(s): ERL-1098
+
+ Corrected an issue with the new socket api which could
+ cause a core dump. A race during socket close could
+ cause a core dump (an invalid nif environment free).
+
+
+ OTP-16359 Application(s): erts
+
+ Corrected an issue with the new socket api which could
+ cause a core dump. When multiple accept processes
+ waiting for a connect a connect could cause a core
+ dump.
+
+
+ Full runtime dependencies of erts-10.6.1: kernel-6.5.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- snmp-5.4.5 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The snmp-5.4.5 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-16349 Application(s): snmp
+ Related Id(s): ERIERL-444
+
+ Its now possible to remove selected varbinds (from the
+ final message) when sending a notification. This is
+ done by setting the 'value' (in the varbind(s) of the
+ varbinds list) to '?NOTIFICATION_IGNORE_VB_VALUE'.
+
+
+ OTP-16360 Application(s): snmp
+ Related Id(s): ERIERL-451
+
+ Its now possible to specify that an oid shall be
+ "truncated" (trailing ".0" to be removed) when sending
+ an notification.
+
+
+ Full runtime dependencies of snmp-5.4.5: crypto-3.3, erts-6.0,
+ kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- ssl-9.5.1 -------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssl-9.5.1 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16357 Application(s): ssl
+ Related Id(s): ERL-1166
+
+ Add missing alert handling clause for TLS record
+ handling. Could sometimes cause confusing error
+ behaviors of TLS connections.
+
+
+ OTP-16361 Application(s): ssl
+
+ Fix handling of ssl:recv that happens during a
+ renegotiation. Using the passive receive function
+ ssl:recv/[2,3] during a renegotiation would fail the
+ connection with unexpected msg.
+
+
+ Full runtime dependencies of ssl-9.5.1: crypto-4.2, erts-10.0,
+ inets-5.10.7, kernel-6.0, public_key-1.5, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+