From otp@REDACTED Mon Oct 7 12:52:48 2019 From: otp@REDACTED (Erlang/OTP) Date: Mon, 7 Oct 2019 12:52:48 +0200 Subject: [erlang-announce] Patch Package OTP 20.3.8.23 Released Message-ID: <20191007105248.GA2322@erix.ericsson.se> 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 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From otp@REDACTED Tue Oct 8 11:35:30 2019 From: otp@REDACTED (Erlang/OTP) Date: Tue, 8 Oct 2019 11:35:30 +0200 Subject: [erlang-announce] Patch Package OTP 22.1.2 Released Message-ID: <20191008093530.GA1496@erix.ericsson.se> 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 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From otp@REDACTED Tue Oct 8 12:22:08 2019 From: otp@REDACTED (Erlang/OTP) Date: Tue, 8 Oct 2019 12:22:08 +0200 Subject: [erlang-announce] Patch Package OTP 21.3.8.8 Released Message-ID: <20191008102208.GA30026@erix.ericsson.se> 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 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From otp@REDACTED Thu Oct 10 12:29:12 2019 From: otp@REDACTED (Erlang/OTP) Date: Thu, 10 Oct 2019 12:29:12 +0200 Subject: [erlang-announce] Patch Package OTP 22.1.3 Released Message-ID: <20191010102912.GA6272@erix.ericsson.se> Patch Package: OTP 22.1.3 Git Tag: OTP-22.1.3 Date: 2019-10-10 Trouble Report Id: OTP-16019 Seq num: System: OTP Release: 22 Application: inets-7.1.1 Predecessor: OTP 22.1.2 Check out the git tag OTP-22.1.3, 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. --------------------------------------------------------------------- --- inets-7.1.1 ----------------------------------------------------- --------------------------------------------------------------------- The inets-7.1.1 application can be applied independently of other applications on a full OTP 22 installation. --- Improvements and New Features --- OTP-16019 Application(s): inets Add HTTP server error logging vi logger Full runtime dependencies of inets-7.1.1: erts-6.0, kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-3.5 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From hans.r.nilsson@REDACTED Tue Oct 22 16:00:11 2019 From: hans.r.nilsson@REDACTED (Hans Nilsson R) Date: Tue, 22 Oct 2019 14:00:11 +0000 Subject: [erlang-announce] Patch Package OTP 22.1.4 Released Message-ID: Patch Package: OTP 22.1.4 Git Tag: OTP-22.1.4 Date: 2019-10-22 Trouble Report Id: OTP-16177, OTP-16199, OTP-16202 Seq num: ERL-1063 System: OTP Release: 22 Application: compiler-7.4.7, crypto-4.6.1, erts-10.5.3 Predecessor: OTP 22.1.3 Check out the git tag OTP-22.1.4, 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. --------------------------------------------------------------------- --- compiler-7.4.7 -------------------------------------------------- --------------------------------------------------------------------- The compiler-7.4.7 application can be applied independently of other applications on a full OTP 22 installation. --- Fixed Bugs and Malfunctions --- OTP-16199 Application(s): compiler Fixed a bug where the compiler could generate incorrect code for a 'receive' statement inside a 'try'. Full runtime dependencies of compiler-7.4.7: crypto-3.6, erts-9.0, hipe-3.12, kernel-4.0, stdlib-2.5 --------------------------------------------------------------------- --- crypto-4.6.1 ---------------------------------------------------- --------------------------------------------------------------------- The crypto-4.6.1 application can be applied independently of other applications on a full OTP 22 installation. --- Fixed Bugs and Malfunctions --- OTP-16202 Application(s): crypto FIxed a bug if the erlang emulator was linked with a very old cryptolib version (1.0.1 or earlier). The bug now fixed could have triggered a core dump if an unknown cipher name was used in crypto functions. Full runtime dependencies of crypto-4.6.1: erts-9.0, kernel-5.3, stdlib-3.4 --------------------------------------------------------------------- --- erts-10.5.3 ----------------------------------------------------- --------------------------------------------------------------------- The erts-10.5.3 application can be applied independently of other applications on a full OTP 22 installation. --- Fixed Bugs and Malfunctions --- OTP-16177 Application(s): erts Related Id(s): ERL-1063 Erlang/OTP can now be built on macOS Catalina (10.15). Full runtime dependencies of erts-10.5.3: kernel-6.1, sasl-3.3, stdlib-3.5 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: