1
0
forked from erlang/erlang

Version 27.3.3

This commit is contained in:
2025-04-19 18:41:23 +03:00
parent 7b7aafc12c
commit 6c249b0e6e
4 changed files with 48 additions and 4 deletions

BIN
OTP-27.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
OTP-27.3.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Apr 19 15:40:51 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Changes for 27.3.3:
* kernel: Fixed bug in call_memory tracing that could cause
wildly incorrect reported memory values. Bug exists since OTP
27.1.
* megaco: Corrected type spec for type mid().
* erts: Fixed bug in call_memory tracing that could cause wildly
incorrect reported memory values. Bug exists since OTP 27.1.
* ssh: Reception of wrong Unicode does not cause unnecessary
processing. US-ASCII fields are not decoded as Unicode.
* ssh: SSH daemon disconnects upon receiving connection protocol
message for unauthenticated used.
* ssl: Lower log level for user cancelation as this is not an
error case. Also handle possible undecrypted close alert
during TLS-1.3 handshake.
- Changes for 27.3.2:
* kernel: On Windows, using socket:sendv, a large IOV (size >
MAX), the tail was not sent.
* kernel: gen_tcp connect with a sockaddr with loopback address
failed.
* kernel: Remove debug printouts from gen_tcp_socket
* xmerl: Corrected faulty type specification
* asn1: Negative REAL numbers greater than -1 would be
incorrectly encoded (the minus sign would be lost).
* megaco: Correct type spec for ActionReply
* erts: On Windows, using socket:sendv, a large IOV (size > MAX),
the tail was not sent.
* erts: Uplift pcre 8.44 to pcre 8.45
* snmp: When manager receives an v3 inform (request) it used
engine-id and full address (including port number) to check if
engine was known. This did not work if agent used ephemeral
ports for notifications. Has now been changed to only use
(context) engine-id and address (without port).
* snmp: Fixed snmp_generic (dialyzer) spec for function
table_func.
* compiler: Fix the compiler crash when the inner-most tuple in a
nested tuple with 3 layers is updated.
* ssl: Correct the debug functionality for NSS keylogging for
TLS-1.3 introduced in OTP-27.3.1 so that TLS-1.3 key updates
items always get correct counter value and each item is logged
as one single line.
-------------------------------------------------------------------
Mon Mar 31 16:34:19 UTC 2025 - matwey.kornilov@gmail.com

View File

@@ -23,7 +23,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: erlang
Version: 27.3.1
Version: 27.3.3
Release: 0
Summary: General-purpose programming language and runtime environment
License: Apache-2.0