Skip to content

Commit 85d8017

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 5fe5e36 commit 85d8017

File tree

13 files changed

+114
-20
lines changed

13 files changed

+114
-20
lines changed

erts/doc/notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ limitations under the License.
2121

2222
This document describes the changes made to the ERTS application.
2323

24+
## Erts 15.2.7.2
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- As an optimization, when the `unicode:characters_to_binary/3` was used to convert from `latin1` to `utf8` or vice versa, it would return the original binary unchanged if it only contained 7-bit ASCII characters. That otpimization was broken in Erlang/OTP 27, and has now been mended.
29+
30+
Own Id: OTP-19728 Aux Id: [GH-10072], [PR-10093]
31+
32+
[GH-10072]: https://github.com/erlang/otp/issues/10072
33+
[PR-10093]: https://github.com/erlang/otp/pull/10093
34+
2435
## Erts 15.2.7.1
2536

2637
### Fixed Bugs and Malfunctions

erts/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# %CopyrightEnd%
1919
#
2020

21-
VSN = 15.2.7.1
21+
VSN = 15.2.7.2
2222

2323
# Port number 4365 in 4.2
2424
# Port number 4366 in 4.3

lib/compiler/doc/notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ limitations under the License.
2121

2222
This document describes the changes made to the Compiler application.
2323

24+
## Compiler 8.6.1.2
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- In rare circumstances, the compiler could crash when compiling code using bit syntax construction.
29+
30+
Own Id: OTP-19722 Aux Id: [GH-10077], [PR-10090]
31+
32+
[GH-10077]: https://github.com/erlang/otp/issues/10077
33+
[PR-10090]: https://github.com/erlang/otp/pull/10090
34+
2435
## Compiler 8.6.1.1
2536

2637
### Fixed Bugs and Malfunctions

lib/compiler/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPILER_VSN = 8.6.1.1
1+
COMPILER_VSN = 8.6.1.2

lib/debugger/doc/notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ limitations under the License.
2121

2222
This document describes the changes made to the Debugger application.
2323

24+
## Debugger 5.5.0.1
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- Fix unbound error in interpreted modules
29+
30+
Own Id: OTP-19719 Aux Id: [GH-10057], [PR-10066]
31+
32+
[GH-10057]: https://github.com/erlang/otp/issues/10057
33+
[PR-10066]: https://github.com/erlang/otp/pull/10066
34+
2435
## Debugger 5.5
2536

2637
### Fixed Bugs and Malfunctions

lib/debugger/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEBUGGER_VSN = 5.5
1+
DEBUGGER_VSN = 5.5.0.1

lib/inets/doc/notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ limitations under the License.
1919
-->
2020
# Inets Release Notes
2121

22+
## Inets 9.3.2.1
23+
24+
### Fixed Bugs and Malfunctions
25+
26+
- Fixed a bug where a request sent to httpd server which is using CGI script to generate a response, would pollute server's environment variable - `HTTP_PROXY` for that request. This bug is also known as httpoxy. More information: CVE-2016-1000107
27+
28+
Own Id: OTP-19729 Aux Id: [PR-6223], [GH-3392]
29+
30+
- Fixed a RFC 2616 violation, where a http request, made by httpc, without providing any options, would be sent with an empty TE header, without also having a TE value in the connection header. Now the default request doesn't send a TE header at all.
31+
32+
Own Id: OTP-19760 Aux Id: [PR-10120], [GH-10065]
33+
34+
[PR-6223]: https://github.com/erlang/otp/pull/6223
35+
[GH-3392]: https://github.com/erlang/otp/issues/3392
36+
[PR-10120]: https://github.com/erlang/otp/pull/10120
37+
[GH-10065]: https://github.com/erlang/otp/issues/10065
38+
2239
## Inets 9.3.2
2340

2441
### Fixed Bugs and Malfunctions

lib/inets/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# %CopyrightEnd%
2020

2121
APPLICATION = inets
22-
INETS_VSN = 9.3.2
22+
INETS_VSN = 9.3.2.1
2323
PRE_VSN =
2424
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"

lib/ssh/doc/notes.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,43 @@ limitations under the License.
1919
-->
2020
# SSH Release Notes
2121

22+
## Ssh 5.2.11.3
23+
24+
### Fixed Bugs and Malfunctions
25+
26+
- Option max_handles can be configured for sshd running SFTP. The positive integer value limits amount of file handles opened for a connection (by default 4096 is used).
27+
28+
*** POTENTIAL INCOMPATIBILITY ***
29+
30+
Own Id: OTP-19701 Aux Id: [CVE-2025-48041], [PR-10157]
31+
32+
- Avoid decoding KEX messages providing too many algorithms. This change does not introduce new limitation but assures it is enforced earlier in processing chain. Adjustments in error logging during handshake.
33+
34+
*** POTENTIAL INCOMPATIBILITY ***
35+
36+
Own Id: OTP-19741 Aux Id: [CVE-2025-48040], [PR-10162]
37+
38+
- A new 'max_path' option is now available in the sshd configuration, allowing administrators to set the maximum allowable path length. By default, this value is set to 4096 characters.
39+
40+
*** POTENTIAL INCOMPATIBILITY ***
41+
42+
Own Id: OTP-19742 Aux Id: [CVE-2025-48039], [PR-10155]
43+
44+
- Reject file handles exceeding size specified in RFCs (256 bytes).
45+
46+
*** POTENTIAL INCOMPATIBILITY ***
47+
48+
Own Id: OTP-19748 Aux Id: [CVE-2025-48038], [PR-10156]
49+
50+
[CVE-2025-48041]: https://nvd.nist.gov/vuln/detail/2025-48041
51+
[PR-10157]: https://github.com/erlang/otp/pull/10157
52+
[CVE-2025-48040]: https://nvd.nist.gov/vuln/detail/2025-48040
53+
[PR-10162]: https://github.com/erlang/otp/pull/10162
54+
[CVE-2025-48039]: https://nvd.nist.gov/vuln/detail/2025-48039
55+
[PR-10155]: https://github.com/erlang/otp/pull/10155
56+
[CVE-2025-48038]: https://nvd.nist.gov/vuln/detail/2025-48038
57+
[PR-10156]: https://github.com/erlang/otp/pull/10156
58+
2259
## Ssh 5.2.11.2
2360

2461
### Fixed Bugs and Malfunctions

lib/ssh/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*-makefile-*- ; force emacs to enter makefile-mode
22

3-
SSH_VSN = 5.2.11.2
3+
SSH_VSN = 5.2.11.3
44
APP_VSN = "ssh-$(SSH_VSN)"

0 commit comments

Comments
 (0)