diff options
author | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-16 16:37:45 +0200 |
commit | d55738a4490583b627a0960c886a0f0d54eb52b0 (patch) | |
tree | fec736f40ab59a5d7425ac6fd98abe1a0f9628c9 /lib/ssh | |
parent | c231fd1d513272d144b3ba1d56930f74b15839d1 (diff) | |
download | otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.gz otp-d55738a4490583b627a0960c886a0f0d54eb52b0.tar.bz2 otp-d55738a4490583b627a0960c886a0f0d54eb52b0.zip |
Prepare release
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
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 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.6.9.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + If a client was connected to an server on an already open + socket, the callback <c>fun(PeerName,FingerPrint)</c> in + the <c>accept_callback</c> option passed the local name + in the argument PeerName instead of the remote name.</p> + <p> + Own Id: OTP-15763</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.6.9.3</title> <section><title>Fixed Bugs and Malfunctions</title> 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)" |