Skip to content

Commit fe078f0

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent b63e6ca commit fe078f0

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

lib/ssh/doc/src/notes.xml

+25
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,31 @@
3030
<file>notes.xml</file>
3131
</header>
3232

33+
<section><title>Ssh 4.15.3.12</title>
34+
35+
<section><title>Fixed Bugs and Malfunctions</title>
36+
<list>
37+
<item>
38+
<p>Reception of wrong Unicode does not cause unnecessary
39+
processing. US-ASCII fields are not decoded as
40+
Unicode.</p>
41+
<p>
42+
Own Id: OTP-19582 Aux Id: PR-9679 </p>
43+
</item>
44+
<item>
45+
<p>SSH daemon disconnects upon receiving connection
46+
protocol message for unauthenticated used.</p>
47+
<p>Thanks to Fabian Bäumer, Marcel Maehren, Marcus
48+
Brinkmann, Nurullah Erinola, Jörg Schwenk (Ruhr
49+
University Bochum).</p>
50+
<p>
51+
Own Id: OTP-19595 Aux Id: CVE-2025-32433 </p>
52+
</item>
53+
</list>
54+
</section>
55+
56+
</section>
57+
3358
<section><title>Ssh 4.15.3.11</title>
3459

3560
<section><title>Fixed Bugs and Malfunctions</title>

lib/ssh/vsn.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*-makefile-*- ; force emacs to enter makefile-mode
22

3-
SSH_VSN = 4.15.3.11
3+
SSH_VSN = 4.15.3.12
44
APP_VSN = "ssh-$(SSH_VSN)"

make/otp_version_tickets

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
OTP-19501
2-
OTP-19527
3-
OTP-19543
4-
OTP-19545
5-
OTP-19559
1+
OTP-19582
2+
OTP-19595

0 commit comments

Comments
 (0)