aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-12-07 13:26:51 +0100
committerLoïc Hoguin <[email protected]>2020-12-07 13:26:51 +0100
commit4115d4a11894b2d2d18269546aed031e37f887fe (patch)
tree6583497d979ea056a93ee4949ca6bad473cb454c
parente4adcb2c2152062ead99081fce8397a3ae1c7b2e (diff)
downloadci.erlang.mk-4115d4a11894b2d2d18269546aed031e37f887fe.tar.gz
ci.erlang.mk-4115d4a11894b2d2d18269546aed031e37f887fe.tar.bz2
ci.erlang.mk-4115d4a11894b2d2d18269546aed031e37f887fe.zip
OTP-23.1.5 and OTP-22.3.4.13
-rw-r--r--early-plugins.mk8
-rw-r--r--release-notes/OTP-22.3.4.13.README.txt138
-rw-r--r--release-notes/OTP-23.1.5.README.txt44
3 files changed, 186 insertions, 4 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 7d49fc4..c6209ff 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -27,8 +27,8 @@ 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.12
-OTP-23 := OTP-23.0.4 OTP-23.1.4
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.13
+OTP-23 := OTP-23.0.4 OTP-23.1.5
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
@@ -86,9 +86,9 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
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.11
+ OTP-22.3.4.11 OTP-22.3.4.12
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 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3
+ OTP-23.0.2 OTP-23.0.3 OTP-23.1 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3 OTP-23.1.4
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED) $(OTP-23-DROPPED)
diff --git a/release-notes/OTP-22.3.4.13.README.txt b/release-notes/OTP-22.3.4.13.README.txt
new file mode 100644
index 0000000..3813420
--- /dev/null
+++ b/release-notes/OTP-22.3.4.13.README.txt
@@ -0,0 +1,138 @@
+Patch Package: OTP 22.3.4.13
+Git Tag: OTP-22.3.4.13
+Date: 2020-12-07
+Trouble Report Id: OTP-16869, OTP-16989, OTP-17012, OTP-17022,
+ OTP-17039
+Seq num: ERIERL-492, ERIERL-544, ERL-1337, ERL-1405,
+ ERL-1426
+System: OTP
+Release: 22
+Application: compiler-7.5.4.2, erts-10.7.2.6,
+ megaco-3.18.8.3, snmp-5.5.0.4
+Predecessor: OTP 22.3.4.12
+
+ Check out the git tag OTP-22.3.4.13, 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.
+
+ ---------------------------------------------------------------------
+ --- HIGHLIGHTS ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ OTP-17022 Application(s): snmp
+ Related Id(s): ERIERL-492
+
+ It is now possible to configure the agent in such a way
+ that the order of outgoing notifications are processed
+ in order in the agent. What happens after the
+ notification message has left the agent (been sent) is
+ of course still out of our control.
+
+
+ ---------------------------------------------------------------------
+ --- compiler-7.5.4.2 ------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.5.4.2 application can be applied independently of
+ other applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17039 Application(s): compiler
+ Related Id(s): ERL-1426
+
+ Fixed a bug in the validator that could cause it to
+ reject valid code
+
+
+ Full runtime dependencies of compiler-7.5.4.2: crypto-3.6, erts-9.0,
+ hipe-3.12, kernel-4.0, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- erts-10.7.2.6 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.7.2.6 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-16869 Application(s): erts
+ Related Id(s): ERL-1337
+
+ Fixed rare distribution bug in race between received
+ signal (link/monitor/spawn_request/spawn_reply) and
+ disconnection. Symptom: VM crash. Since: OTP 21.0.
+
+
+ Full runtime dependencies of erts-10.7.2.6: kernel-6.5.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- megaco-3.18.8.3 -------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The megaco-3.18.8.3 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17012 Application(s): megaco
+ Related Id(s): ERL-1405
+
+ Empty statistics descriptor (now) allowed in both
+ encode and decode for version 3.
+
+
+ Full runtime dependencies of megaco-3.18.8.3: asn1-3.0, debugger-4.0,
+ erts-7.0, et-1.5, kernel-3.0, runtime_tools-1.8.14, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- snmp-5.5.0.4 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The snmp-5.5.0.4 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-16989 Application(s): snmp
+ Related Id(s): ERIERL-544
+
+ The mib server cache handling has been improved. First,
+ the default gclimit has been changed from 100 to
+ infinity (in order to ensure the size is as small as
+ possible). Also the method of removing old elements has
+ been optimized.
+
+
+ OTP-17022 Application(s): snmp
+ Related Id(s): ERIERL-492
+
+ *** HIGHLIGHT ***
+
+ It is now possible to configure the agent in such a way
+ that the order of outgoing notifications are processed
+ in order in the agent. What happens after the
+ notification message has left the agent (been sent) is
+ of course still out of our control.
+
+
+ Full runtime dependencies of snmp-5.5.0.4: crypto-3.3, erts-6.0,
+ kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-23.1.5.README.txt b/release-notes/OTP-23.1.5.README.txt
new file mode 100644
index 0000000..791d55e
--- /dev/null
+++ b/release-notes/OTP-23.1.5.README.txt
@@ -0,0 +1,44 @@
+Patch Package: OTP 23.1.5
+Git Tag: OTP-23.1.5
+Date: 2020-12-07
+Trouble Report Id: OTP-17021
+Seq num: ERIERL-567
+System: OTP
+Release: 23
+Application: ssh-4.10.5
+Predecessor: OTP 23.1.4
+
+ Check out the git tag OTP-23.1.5, 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.
+
+ ---------------------------------------------------------------------
+ --- ssh-4.10.5 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssh-4.10.5 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17021 Application(s): ssh
+ Related Id(s): ERIERL-567
+
+ An ssh-client can take an accepted socket from a
+ listening socket and do an ssh:connect/2 on it.
+
+ Multiple clients on sockets accepted from the same
+ listening socket had stopped working. This is corrected
+ now.
+
+
+ Full runtime dependencies of ssh-4.10.5: crypto-4.6.4, erts-9.0,
+ kernel-5.3, public_key-1.6.1, stdlib-3.4.1
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+