File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ id : 181
4+ title : " Erlang/OTP 28.1 Release"
5+ lead : " Erlang/OTP 28.1 is the first maintenance patch package for OTP 28, with mostly bug fixes."
6+ tags : " release, OTP, 28.1"
7+ date : " 2025-09-17"
8+ author : " Henrik Nord"
9+ ---
10+ ## OTP 28.1
11+
12+ Erlang/OTP 28.1 is the first maintenance patch package for OTP 28, with mostly bug fixes as well as improvements.
13+
14+
15+ ### Potential incompatibilities:
16+
17+ * The internal ` inet_dns_tsig ` and ` inet_res ` modules have been fixed to TSIG
18+ verify the correct timestamp.
19+ In the process two undocumented error code atoms have been corrected to
20+ ` notauth ` and ` notzone ` to adhere to the DNS RFCs. Code that relied on the
21+ previous incorrect values may have to be corrected.
22+
23+ ## HIGHLIGHTS
24+
25+ * A User's Guide to ` dbg ` is now available in the documentation.
26+ * Support for quantum crypto signature algorithm ML-DSA (ssl and
27+ public_key) and key exchange algorithm ML-KEM (ssl).
28+
29+ * Support for ML-DSA and ML-KEM provided by OpenSSL 3.5 (crypto).
30+
31+
32+ For details about bugfixes and potential incompatibilities see
33+ the [ Erlang 28.1 README] ( https://erlang.org/download/OTP-28.1.README )
34+
35+ The Erlang/OTP source can also be found at GitHub on the official Erlang repository,
36+ https://github.com/erlang/otp
37+
38+
39+ Download links for this and previous versions are found here:
40+
41+ - [ https://www.erlang.org/downloads ] ( /downloads )
You can’t perform that action at this time.
0 commit comments