From d55738a4490583b627a0960c886a0f0d54eb52b0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 16 Apr 2019 16:37:45 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 18 ++++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 7d47674d39..8a39ac3020 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,24 @@ notes.xml +
Ssh 4.6.9.4 + +
Fixed Bugs and Malfunctions + + +

+ If a client was connected to an server on an already open + socket, the callback fun(PeerName,FingerPrint) in + the accept_callback option passed the local name + in the argument PeerName instead of the remote name.

+

+ Own Id: OTP-15763

+
+
+
+ +
+
Ssh 4.6.9.3
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 2674126672..2c71d55c29 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.6.9.3 +SSH_VSN = 4.6.9.4 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3