diff options
author | Erlang/OTP <[email protected]> | 2017-11-15 14:40:25 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-11-15 14:40:25 +0100 |
commit | 07a38dac41aec3c5b96f7b3df71a761f10ae3e0a (patch) | |
tree | afc45ce663dd927036e7fa9ecf9757472d3aa9b1 /lib/ssh | |
parent | abff32568f62afd604e08fcd8333673271e9ec2f (diff) | |
download | otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.tar.gz otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.tar.bz2 otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.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 b0c8bfa62c..39bfd35f74 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.2.2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Trailing white space was removed at end of the + hello-string. This caused interoperability problems with + some other ssh-implementations (e.g OpenSSH 7.3p1 on + Solaris 11)</p> + <p> + Own Id: OTP-14763 Aux Id: ERIERL-74 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.2.2.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index bfe2fcbc0b..e20067bdde 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.2.2.3 +SSH_VSN = 4.2.2.4 APP_VSN = "ssh-$(SSH_VSN)" |