aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-03 11:59:02 +0100
committerLoïc Hoguin <[email protected]>2020-03-03 11:59:02 +0100
commit1b909beb6460cf21447abcfcfbcbb9a9f611676a (patch)
tree710a29e6e0972064feebbf72084ca1cbf5c187b7
parent7693713dab531e4007531403606c61062fda29bf (diff)
downloadci.erlang.mk-1b909beb6460cf21447abcfcfbcbb9a9f611676a.tar.gz
ci.erlang.mk-1b909beb6460cf21447abcfcfbcbb9a9f611676a.tar.bz2
ci.erlang.mk-1b909beb6460cf21447abcfcfbcbb9a9f611676a.zip
OTP-22.2.8
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-22.2.8.README.txt75
2 files changed, 77 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index f3e7a0f..2d1a8fb 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.13
-OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.7
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8
OTP-23 := OTP-23.0-rc1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
@@ -82,7 +82,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.3 OTP-22.1.4 OTP-22.1.5 \
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.4 OTP-22.2.6 OTP-22.2.7
OTP-23-DROPPED :=
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-22.2.8.README.txt b/release-notes/OTP-22.2.8.README.txt
new file mode 100644
index 0000000..e78639e
--- /dev/null
+++ b/release-notes/OTP-22.2.8.README.txt
@@ -0,0 +1,75 @@
+Patch Package: OTP 22.2.8
+Git Tag: OTP-22.2.8
+Date: 2020-02-28
+Trouble Report Id: OTP-16457, OTP-16459
+Seq num:
+System: OTP
+Release: 22
+Application: diameter-2.2.2
+Predecessor: OTP 22.2.7
+
+ Check out the git tag OTP-22.2.8, 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.
+
+ ---------------------------------------------------------------------
+ --- diameter-2.2.2 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The diameter-2.2.2 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16457 Application(s): diameter
+
+ The possibility of choosing a handler process for an
+ incoming Diameter request with a configured MFA was
+ documented in OTP 20.0, but counters (with
+ {traffic_counters, true}) were not incremented when
+ this process was on a remote node. Counters are now
+ incremented on the node that configures the transport
+ in question.
+
+ Introduced in OTP 21.3.
+
+
+ OTP-16459 Application(s): diameter
+
+ Transport options differing from those passed to
+ diameter:add_transport/2 were used in several
+ situations: when starting a transport process after
+ connect_timer expiry after an initial connection
+ attempt has failed, when starting a transport process
+ after a connection has been accepted, when sending
+ events, when returning options in
+ diameter:service_info/2, and possibly more. In
+ particular, the following configuration options to
+ diameter:add_transport/2 were dropped:
+ avp_dictionaries, incoming_maxlen, spawn_opt,
+ strict_mbit.
+
+ Moreover, any service options mistakenly passed to
+ diameter:add_transport/2 were interpreted as such,
+ instead of being ignored as the documentation states,
+ with the consequence that outgoing and incoming
+ requests saw different values of some options, some
+ were always taken from transport options, and others
+ from service options.
+
+ diameter:add_transport/2 must be called in new code for
+ the fix to have effect.
+
+ Introduced in OTP 20.1.
+
+
+ Full runtime dependencies of diameter-2.2.2: erts-10.0, kernel-3.2,
+ ssl-9.0, stdlib-2.4
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+