From otp@REDACTED Wed Mar 3 10:48:07 2021 From: otp@REDACTED (Erlang/OTP) Date: Wed, 3 Mar 2021 10:48:07 +0100 (CET) Subject: Patch Package OTP 23.2.7 Released Message-ID: <20210303094807.6116225478D@hel.cslab.ericsson.net> Patch Package: OTP 23.2.7 Git Tag: OTP-23.2.7 Date: 2021-03-03 Trouble Report Id: OTP-12960, OTP-17228 Seq num: ERIERL-598, ERIERL-614 System: OTP Release: 23 Application: kernel-7.2.1, ssl-10.2.4 Predecessor: OTP 23.2.6 Check out the git tag OTP-23.2.7, 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. --------------------------------------------------------------------- --- kernel-7.2.1 ---------------------------------------------------- --------------------------------------------------------------------- The kernel-7.2.1 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-12960 Application(s): kernel Related Id(s): ERIERL-598, PR-4509 When using the DNS resolver option servfail_retry_timeout it did not honour the overall call time-out in e.g inet_res:getbyname/3. This misbehaviour has now been fixed. Also, the servfail_retry_timeout behaviour has been improved to only be enforced for servers that gives a servfail answer. Full runtime dependencies of kernel-7.2.1: erts-11.0, sasl-3.0, stdlib-3.13 --------------------------------------------------------------------- --- ssl-10.2.4 ------------------------------------------------------ --------------------------------------------------------------------- The ssl-10.2.4 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17228 Application(s): ssl Related Id(s): ERIERL-614 Enhance logging option log_level to support none and all, also restore backwards compatibility for log_alert option. Full runtime dependencies of ssl-10.2.4: crypto-4.2, erts-10.0, inets-5.10.7, kernel-6.0, public_key-1.8, stdlib-3.12 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From kenneth@REDACTED Thu Mar 18 20:27:16 2021 From: kenneth@REDACTED (Kenneth Lundin) Date: Thu, 18 Mar 2021 20:27:16 +0100 Subject: OTP 24 Release Candidate 1 has been released In-Reply-To: References: Message-ID: Yes, that's right. /Kenneth, Erlang/OTP, Ericsson On Thu, Mar 18, 2021, 20:10 H?kan Mattsson wrote: > > Are both x86 64-bit and C++17 prerequisites for enabling the JIT-compiler? > > /H?kan > On Wed, Feb 24, 2021 at 12:13 PM Henrik Nord X > wrote: > >> OTP 24 Release Candidate 1 >> >> This is the first of three planned release candidates before the OTP 24 >> release. >> The intention with this release is to get feedback from our users. All >> feedback is welcome, even if it is only to say that it works for you. >> >> We encourage users to try it out and give us feedback either by creating >> an issue here https://github.com/erlang/otp/issues >> or by posting to the mailing list erlang-questions@REDACTED >> >> Erlang/OTP 24 is a new major release with new features, improvements as >> well as a few incompatibilities. Some of the new >> features are highlighted below. >> Highlights erts, kernel, stdlib >> >> - >> >> The BeamAsm JIT-compiler has been added to Erlang/OTP and will give a >> significant performance boost for many applications. >> The JIT-compiler is enabled by default on most x86 64-bit platforms >> that have a C++ compiler that can compile C++17. >> To verify that a JIT enabled emulator is running you can use >> erlang:system_info(emu_flavor). >> - >> >> A compatibility adaptor for gen_tcp to use the new socket API has >> been implemented (gen_tcp_socket). >> - >> >> Extended error information for failing BIF calls as proposed in EEP >> 54 has been implemented. >> - >> >> Process aliases as outlined by EEP 53 has been introduced. >> >> compiler >> >> - Compiler warnings and errors now include column numbers in addition >> to line numbers. >> - Variables bound between the keywords 'try' and 'of' can now be used >> in the clauses following the 'of' keyword >> (that is, in the success case when no exception was raised). >> >> ftp >> >> Add support for FTPES (explicit FTP over TLS). >> ssl >> >> - Support for the "early data" feature for TLS 1.3 servers and >> clients. >> - Make TLS handshakes in Erlang distribution concurrent. >> >> wx >> >> - The application has been completely rewritten in order >> to use wxWidgets version 3 as its base. >> - Added support for wxWebView. >> >> edoc >> >> - EDoc is now capable of emitting EEP-48 doc chunks. This means that, >> with some configuration, community projects >> can now provide documentation for shell_docs the same way that OTP >> libraries did since OTP 23.0. >> >> For more details about new features and potential incompatibilities see >> https://erlang.org/download/OTP-24.0-rc1.README >> >> Pre built versions for Windows can be fetched here: >> http://erlang.org/download/otp_win32_24.0-rc1.exe >> http://erlang.org/download/otp_win64_24.0-rc1.exe >> >> Online documentation can be browsed here: >> http://erlang.org/documentation/doc-12.0-rc1/doc/ >> >> The Erlang/OTP source can also be found at GitHub on the official Erlang >> repository, >> https://github.com/erlang/otp >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From otp@REDACTED Fri Mar 26 14:31:28 2021 From: otp@REDACTED (Erlang/OTP) Date: Fri, 26 Mar 2021 14:31:28 +0100 (CET) Subject: Patch Package OTP 23.2.7.1 Released Message-ID: <20210326133128.08D0A2547DC@hel.cslab.ericsson.net> Patch Package: OTP 23.2.7.1 Git Tag: OTP-23.2.7.1 Date: 2021-03-26 Trouble Report Id: OTP-17289 Seq num: GH-4585 System: OTP Release: 23 Application: ssl-10.2.4.1 Predecessor: OTP 23.2.7 Check out the git tag OTP-23.2.7.1, 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. --------------------------------------------------------------------- --- ssl-10.2.4.1 ---------------------------------------------------- --------------------------------------------------------------------- The ssl-10.2.4.1 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17289 Application(s): ssl Related Id(s): GH-4585 Backport of OTP-17282 Correct handling of default values for emulated socket options and retain the order of the ssl options list to ensure backwards compatible behavior if options should be set more than once. Full runtime dependencies of ssl-10.2.4.1: crypto-4.2, erts-10.0, inets-5.10.7, kernel-6.0, public_key-1.8, stdlib-3.12 --------------------------------------------------------------------- --- Thanks to ------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From otp@REDACTED Tue Mar 30 10:12:08 2021 From: otp@REDACTED (Erlang/OTP) Date: Tue, 30 Mar 2021 10:12:08 +0200 (CEST) Subject: Patch Package OTP 21.3.8.22 Released Message-ID: <20210330081208.F271F254732@hel.cslab.ericsson.net> Patch Package: OTP 21.3.8.22 Git Tag: OTP-21.3.8.22 Date: 2021-03-30 Trouble Report Id: OTP-17244, OTP-17253, OTP-17279 Seq num: System: OTP Release: 21 Application: erts-10.3.5.17, ssh-4.7.6.6 Predecessor: OTP 21.3.8.21 Check out the git tag OTP-21.3.8.22, 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.3.5.17 -------------------------------------------------- --------------------------------------------------------------------- Note! The erts-10.3.5.17 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-17253 Application(s): erts Fixed a bug in the timer implementation which could cause timers that were set to more than 37.25 hours in the future to be delayed. This could occur if there were multiple timers scheduled to be triggered very close in time, but still at different times, and the scheduler thread handling the timers was not able to handle them quickly enough. Delayed timers were in this case triggered when another unrelated timer was triggered. --- Improvements and New Features --- OTP-17244 Application(s): erts Fix a file descriptor leak when using sendfile and the remote side closes the connection. This bug has been present since OTP-21.0. Full runtime dependencies of erts-10.3.5.17: kernel-6.1, sasl-3.3, stdlib-3.5 --------------------------------------------------------------------- --- ssh-4.7.6.6 ----------------------------------------------------- --------------------------------------------------------------------- Note! The ssh-4.7.6.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 dependency has to be satisfied: -- crypto-4.4.2.2 (first satisfied in OTP 21.3.8.12) --- Fixed Bugs and Malfunctions --- OTP-17279 Application(s): ssh The idle_time timer was not cancelled when a channel was opened within the timeout time on an empty connection that have had channels previously. Full runtime dependencies of ssh-4.7.6.6: crypto-4.4.2.2, erts-6.0, kernel-3.0, public_key-1.5.2, stdlib-3.3 --------------------------------------------------------------------- --- Thanks to ------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- From otp@REDACTED Tue Mar 30 10:27:27 2021 From: otp@REDACTED (Erlang/OTP) Date: Tue, 30 Mar 2021 10:27:27 +0200 (CEST) Subject: Patch Package OTP 23.3.1 Released Message-ID: <20210330082727.51261254765@hel.cslab.ericsson.net> Patch Package: OTP 23.3.1 Git Tag: OTP-23.3.1 Date: 2021-03-30 Trouble Report Id: OTP-17279 Seq num: System: OTP Release: 23 Application: ssh-4.11.1 Predecessor: OTP 23.3 Check out the git tag OTP-23.3.1, 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.11.1 ------------------------------------------------------ --------------------------------------------------------------------- The ssh-4.11.1 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17279 Application(s): ssh The idle_time timer was not cancelled when a channel was opened within the timeout time on an empty connection that have had channels previously. Full runtime dependencies of ssh-4.11.1: crypto-4.6.4, erts-9.0, kernel-5.3, public_key-1.6.1, stdlib-3.4.1 --------------------------------------------------------------------- --- Thanks to ------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- ---------------------------------------------------------------------