aboutsummaryrefslogtreecommitdiffstats
path: root/release-notes
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-08 17:27:43 +0200
committerLoïc Hoguin <[email protected]>2019-10-08 17:27:43 +0200
commita73e039d94746fd5f8df7cf6347bd2589c41c4dc (patch)
tree55fa99b725fb6951815b2f3a0a8fbf3320cb0879 /release-notes
parent6092329258ab93ab78cbe549dbf7863f5c2a7cec (diff)
downloadci.erlang.mk-a73e039d94746fd5f8df7cf6347bd2589c41c4dc.tar.gz
ci.erlang.mk-a73e039d94746fd5f8df7cf6347bd2589c41c4dc.tar.bz2
ci.erlang.mk-a73e039d94746fd5f8df7cf6347bd2589c41c4dc.zip
OTP-22.1.2, OTP-21.3.8.8 and OTP-20.3.8.23
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/OTP-20.3.8.23.README.txt128
-rw-r--r--release-notes/OTP-21.3.8.8.README.txt83
-rw-r--r--release-notes/OTP-22.1.2.README.txt41
3 files changed, 252 insertions, 0 deletions
diff --git a/release-notes/OTP-20.3.8.23.README.txt b/release-notes/OTP-20.3.8.23.README.txt
new file mode 100644
index 0000000..e7ed23a
--- /dev/null
+++ b/release-notes/OTP-20.3.8.23.README.txt
@@ -0,0 +1,128 @@
+Patch Package: OTP 20.3.8.23
+Git Tag: OTP-20.3.8.23
+Date: 2019-10-07
+Trouble Report Id: OTP-15867, OTP-15947, OTP-16012, OTP-16058,
+ OTP-16107, OTP-16133
+Seq num: ERIERL-373, ERIERL-378, ERL-1049
+System: OTP
+Release: 20
+Application: crypto-4.2.2.3, erts-9.3.3.12, snmp-5.2.11.2,
+ syntax_tools-2.1.4.2
+Predecessor: OTP 20.3.8.22
+
+ Check out the git tag OTP-20.3.8.23, 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.2.2.3 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.2.2.3 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-16133 Application(s): crypto
+ Related Id(s): PR-2407
+
+ The chipers aes_cfb8 and aes_cfb128 are now using the
+ EVP interface. The supported key lengths are 128, 192
+ and 256 bits.
+
+
+ Full runtime dependencies of crypto-4.2.2.3: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- erts-9.3.3.12 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-9.3.3.12 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15867 Application(s): erts
+ Related Id(s): ERIERL-373
+
+ The runtime system disconnected a connection if it
+ received an exit/2 signal where the recipient was a
+ process on an old incarnation of the current node. That
+ is, the receiving node had the same node name, but
+ another "creation" number. The signal will now just be
+ dropped since the receiving process no longer exists.
+
+
+ OTP-16058 Application(s): erts
+ Related Id(s): PR-2382
+
+ Fix a bug in binary_to_term that would crash the
+ emulator if a term larger than 16GB was to be decoded.
+
+
+ OTP-16107 Application(s): erts
+ Related Id(s): ERL-1049
+
+ When communicating with a simultaneously exiting port
+ via the erlang:port_*() BIFs one could sometimes get
+ stray {Ref, What} messages. Where Ref was a reference
+ and What usually were the atom badarg.
+
+
+ Full runtime dependencies of erts-9.3.3.12: kernel-5.0, sasl-3.0.1,
+ stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ --- snmp-5.2.11.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The snmp-5.2.11.2 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-15947 Application(s): snmp
+ Related Id(s): ERIERL-378
+
+ [manager] The callbacks where executed in a (new)
+ 'temporary' process, that executed the callback call
+ and then exited. This has now been made configurable so
+ that is also possible to specify a 'permanent' callback
+ proxy process. All callback calls will then be executed
+ in this (permanent) process (in sequence).
+
+
+ Full runtime dependencies of snmp-5.2.11.2: crypto-3.3, erts-6.0,
+ kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- syntax_tools-2.1.4.2 --------------------------------------------
+ ---------------------------------------------------------------------
+
+ The syntax_tools-2.1.4.2 application can be applied independently of
+ other applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16012 Application(s): syntax_tools
+ Related Id(s): PR-2348
+
+ Add missing calls to erl_syntax:unwrap/1. The nodes
+ concerned represent names and values of maps and map
+ types.
+
+
+ Full runtime dependencies of syntax_tools-2.1.4.2: compiler-7.0,
+ erts-9.0, kernel-5.0, stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-21.3.8.8.README.txt b/release-notes/OTP-21.3.8.8.README.txt
new file mode 100644
index 0000000..b78180d
--- /dev/null
+++ b/release-notes/OTP-21.3.8.8.README.txt
@@ -0,0 +1,83 @@
+Patch Package: OTP 21.3.8.8
+Git Tag: OTP-21.3.8.8
+Date: 2019-10-08
+Trouble Report Id: OTP-16058, OTP-16107, OTP-16133, OTP-16134
+Seq num: ERL-1049
+System: OTP
+Release: 21
+Application: crypto-4.4.2.1, erts-10.3.5.6
+Predecessor: OTP 21.3.8.7
+
+ Check out the git tag OTP-21.3.8.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.
+
+ ---------------------------------------------------------------------
+ --- crypto-4.4.2.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The crypto-4.4.2.1 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-16133 Application(s): crypto
+ Related Id(s): PR-2407
+
+ The chipers aes_cfb8 and aes_cfb128 are now using the
+ EVP interface. The supported key lengths are 128, 192
+ and 256 bits.
+
+
+ OTP-16134 Application(s): crypto
+ Related Id(s): PR-2407
+
+ The chipers aes_cfb8 and aes_cfb128 are now available
+ in FIPS enabled mode.
+
+
+ Full runtime dependencies of crypto-4.4.2.1: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ --- erts-10.3.5.6 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-10.3.5.6 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 21 installation.
+
+ On a full OTP 21 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- kernel-6.1 (first satisfied in OTP 21.1)
+ -- sasl-3.3 (first satisfied in OTP 21.2)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16058 Application(s): erts
+ Related Id(s): PR-2382
+
+ Fix a bug in binary_to_term that would crash the
+ emulator if a term larger than 16GB was to be decoded.
+
+
+ OTP-16107 Application(s): erts
+ Related Id(s): ERL-1049
+
+ When communicating with a simultaneously exiting port
+ via the erlang:port_*() BIFs one could sometimes get
+ stray {Ref, What} messages. Where Ref was a reference
+ and What usually were the atom badarg.
+
+
+ Full runtime dependencies of erts-10.3.5.6: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+
diff --git a/release-notes/OTP-22.1.2.README.txt b/release-notes/OTP-22.1.2.README.txt
new file mode 100644
index 0000000..640a10b
--- /dev/null
+++ b/release-notes/OTP-22.1.2.README.txt
@@ -0,0 +1,41 @@
+Patch Package: OTP 22.1.2
+Git Tag: OTP-22.1.2
+Date: 2019-10-08
+Trouble Report Id: OTP-16125
+Seq num: ERIERL-412
+System: OTP
+Release: 22
+Application: erts-10.5.2
+Predecessor: OTP 22.1.1
+
+ Check out the git tag OTP-22.1.2, 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.5.2 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-10.5.2 application can be applied independently of other
+ applications on a full OTP 22 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-16125 Application(s): erts
+ Related Id(s): ERIERL-412
+
+ Added the environment variable ERLC_SERVER_ID, which
+ allows multiple compile servers to run separately under
+ the same user.
+
+
+ Full runtime dependencies of erts-10.5.2: kernel-6.1, sasl-3.3,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+