forked from erlang/erlang
Compare commits
2 Commits
3765fd0394
...
e094262ff2
Author | SHA256 | Date | |
---|---|---|---|
e094262ff2 | |||
267827a484 |
@@ -63,6 +63,46 @@ Mon Jun 9 15:34:16 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
* The data handling for tls-v1.3 has been optimized.
|
||||
* The indent-region in Emacs command will now handle multiline
|
||||
strings better.
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 15:06:41 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
||||
- Changes for 27.3.4.1:
|
||||
* ssl: hs_keylog callback properly handle alert in initial
|
||||
states, where encryption is not yet used. Also add keylog
|
||||
callback invocation for corner-case where server alert is
|
||||
encrypted with application secrets as client is already in
|
||||
connection state.
|
||||
* ssl: The documentation for SSL option verify_fun has been
|
||||
improved.
|
||||
* kernel: A remote shell can now exit by closing the input
|
||||
stream, without terminating the remote node.
|
||||
* kernel: Document default buffer sizes
|
||||
* asn1: The ASN.1 compiler could generate code that would cause
|
||||
Dialyzer with the unmatched_returns option to emit warnings.
|
||||
* xmerl: The type specs of xmerl_scan:file/2 and
|
||||
xmerl_scan:string/2 has been updated to return t:dynamic/0. Due
|
||||
to hook functions they can return any user defined term.
|
||||
* eldap: With this change eldap's 'not' function will have specs
|
||||
fixed.
|
||||
* ssh: Various channel closing robustness improvements. Avoid
|
||||
crashes when channel handling process closes channel and
|
||||
immediately exits. Avoid breaking the protocol by sending
|
||||
duplicated channel-close messages. Cleanup channels which
|
||||
timeout during closing procedure.
|
||||
* ssh: Improved interoperability with clients acting as Paramiko.
|
||||
* stdlib: The save_module/1 command in the shell now saves both
|
||||
the locally defined records and the imported records using the
|
||||
rr/1 command.
|
||||
* stdlib: It's now possible to write lists:map(fun is_atom/1, [])
|
||||
or lists:map(fun my_func/1, []), in the shell, instead of
|
||||
lists:map(fun erlang:is_atom/1, []) or lists:map(fun
|
||||
shell_default:my_func/1, []).
|
||||
* stdlib: Properly strip the leading / and drive letter from
|
||||
filepaths when zipping and unzipping archives.
|
||||
* stdlib: Shell no longer crashes when requesting to autocomplete
|
||||
map keys containing non-atoms.
|
||||
* stdlib: A remote shell can now exit by closing the input
|
||||
stream, without terminating the remote node.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 09 06:19:01 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
@@ -43,6 +43,7 @@ Patch4: erlang-not-install-misc.patch
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: dejavu-fonts
|
||||
BuildRequires: ex_doc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fop
|
||||
BuildRequires: gcc-c++
|
||||
@@ -60,7 +61,6 @@ BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(odbc)
|
||||
BuildRequires: pkgconfig(tcl)
|
||||
BuildRequires: pkgconfig(tk)
|
||||
BuildRequires: ex_doc
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
Requires: erlang-epmd
|
||||
|
Reference in New Issue
Block a user