Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Nov 21, 2021
1 parent ca99d30 commit ae6b468
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@
<file>notes.xml</file>
</header>

<section><title>Ssh 4.12.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Fixed a race condition in the acceptor loop: if a client
disconnected immediately after the tcp connect, the
server could cease handling connection on that
address:port.</p>
<p>
Own Id: OTP-17764 Aux Id: ERIERL-726 </p>
</item>
</list>
</section>

</section>

<section><title>Ssh 4.12.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh/vsn.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode

SSH_VSN = 4.12.4
SSH_VSN = 4.12.5
APP_VSN = "ssh-$(SSH_VSN)"
3 changes: 1 addition & 2 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OTP-17756
OTP-17757
OTP-17764

0 comments on commit ae6b468

Please sign in to comment.