Skip to content

Commit 7de6b2c

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 4bc55b3 commit 7de6b2c

5 files changed

Lines changed: 25 additions & 22 deletions

File tree

erts/doc/notes.md

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

2424
This document describes the changes made to the ERTS application.
2525

26+
## Erts 17.0.5
27+
28+
### Fixed Bugs and Malfunctions
29+
30+
- Fixed a regression in the previous patch release that prevented epmd from binding to localhost.
31+
32+
Own Id: OTP-20275 Aux Id: [PR-11409], [GH-11402]
33+
34+
[PR-11409]: https://github.com/erlang/otp/pull/11409
35+
[GH-11402]: https://github.com/erlang/otp/issues/11402
36+
2637
## Erts 17.0.4
2738

2839
### Fixed Bugs and Malfunctions

erts/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# %CopyrightEnd%
2121
#
2222

23-
VSN = 17.0.4
23+
VSN = 17.0.5
2424

2525
# Port number 4365 in 4.2
2626
# Port number 4366 in 4.3

lib/ssh/doc/notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ limitations under the License.
2121
-->
2222
# SSH Release Notes
2323

24+
## Ssh 6.0.4
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- The SSH client and server now reject incoming packets not aligned to the cipher block size as required by RFC 4253 §6. For CBC ciphers, a timing-safe "packet discard" mechanism (CVE-2008-5161 mitigation) ensures structural errors are indistinguishable from MAC failures before disconnecting. AEAD and encrypt-then-MAC modes disconnect immediately.
29+
30+
Own Id: OTP-20137 Aux Id: [PR-11110]
31+
32+
[PR-11110]: https://github.com/erlang/otp/pull/11110
33+
2434
## Ssh 6.0.3
2535

2636
### Fixed Bugs and Malfunctions

lib/ssh/vsn.mk

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

3-
SSH_VSN = 6.0.3
3+
SSH_VSN = 6.0.4
44
APP_VSN = "ssh-$(SSH_VSN)"
55

66
# %CopyrightBegin%

make/otp_version_tickets

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,2 @@
1-
OTP-20136
2-
OTP-20143
3-
OTP-20214
4-
OTP-20229
5-
OTP-20237
6-
OTP-20239
7-
OTP-20240
8-
OTP-20241
9-
OTP-20242
10-
OTP-20243
11-
OTP-20244
12-
OTP-20245
13-
OTP-20248
14-
OTP-20250
15-
OTP-20251
16-
OTP-20257
17-
OTP-20258
18-
OTP-20259
19-
OTP-20260
20-
OTP-20261
1+
OTP-20137
2+
OTP-20275

0 commit comments

Comments
 (0)