Skip to content

Commit de37ee7

Browse files
authored
New 28.1
1 parent 49ba3c7 commit de37ee7

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

_news/181.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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)

0 commit comments

Comments
 (0)