aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-24 10:37:44 +0200
committerLoïc Hoguin <[email protected]>2018-08-24 10:37:44 +0200
commit352d21f5b396065dd5f0901bfa2d9f184568e7d6 (patch)
tree404c4be9c3e95100a91c1f2773108fb4776288e7
parentc67ac164ad64f808f03097687809a41e5749ab51 (diff)
downloadci.erlang.mk-352d21f5b396065dd5f0901bfa2d9f184568e7d6.tar.gz
ci.erlang.mk-352d21f5b396065dd5f0901bfa2d9f184568e7d6.tar.bz2
ci.erlang.mk-352d21f5b396065dd5f0901bfa2d9f184568e7d6.zip
OTP-21.0.6
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.0.6.README.txt103
2 files changed, 105 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 89ab1b5..ada5211 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,7 +26,7 @@
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.10
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.7
-OTP-21 := OTP-21.0.5
+OTP-21 := OTP-21.0.6
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21)
@@ -50,7 +50,7 @@ OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 \
OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1 OTP-20.3.8.2 \
OTP-20.3.8.3 OTP-20.3.8.5 OTP-20.3.8.6
OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \
- OTP-21.0.3 OTP-21.0.4
+ OTP-21.0.3 OTP-21.0.4 OTP-21.0.5
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)
diff --git a/release-notes/OTP-21.0.6.README.txt b/release-notes/OTP-21.0.6.README.txt
new file mode 100644
index 0000000..bd6d5f9
--- /dev/null
+++ b/release-notes/OTP-21.0.6.README.txt
@@ -0,0 +1,103 @@
+Patch Package: OTP 21.0.6
+Git Tag: OTP-21.0.6
+Date: 2018-08-24
+Trouble Report Id: OTP-15203, OTP-15215, OTP-15233
+Seq num:
+System: OTP
+Release: 21
+Application: crypto-4.3.2, inets-7.0.1, ssl-9.0.1
+Predecessor: OTP 21.0.5
+
+ Check out the git tag OTP-21.0.6, 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.
+
+ ---------------------------------------------------------------------
+ --- crypto-4.3.2 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.3.2 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15233 Application(s): crypto
+
+ Update the crypto engine functions to handle multiple
+ loads of an engine.
+
+ engine_load/3/4 is updated so it doesn't add the engine
+ ID to OpenSSLs internal list of engines which makes it
+ possible to run the engine_load more than once if it
+ doesn't contain global data.
+
+ Added ensure_engine_loaded/2/3 which guarantees that
+ the engine just is loaded once and the following calls
+ just returns a reference to it. This is done by add the
+ ID to the internal OpenSSL list and check if it is
+ already registered when the function is called.
+
+ Added ensure_engine_unloaded/1/2 to unload engines
+ loaded with ensure_engine_loaded.
+
+ Then some more utility functions are added.
+
+ engine_add/1, adds the engine to OpenSSL internal list
+
+ engine_remove/1, remove the engine from OpenSSL
+ internal list
+
+ engine_get_id/1, fetch the engines id
+
+ engine_get_name/1, fetch the engine name
+
+
+ Full runtime dependencies of crypto-4.3.2: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- inets-7.0.1 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The inets-7.0.1 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15215 Application(s): inets
+
+ Change status code for no mod found to handle request
+ to 501
+
+
+ Full runtime dependencies of inets-7.0.1: erts-6.0, kernel-3.0,
+ mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ --- ssl-9.0.1 -------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssl-9.0.1 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15203 Application(s): ssl
+
+ Correct cipher suite handling for ECDHE_*, the
+ incorrect handling could cause an incorrrect suite to
+ be selected and most likly fail the handshake.
+
+
+ Full runtime dependencies of ssl-9.0.1: crypto-4.2, erts-10.0,
+ inets-5.10.7, kernel-6.0, public_key-1.5, stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+