aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-05-08 12:10:45 +0200
committerErlang/OTP <[email protected]>2018-05-08 12:10:45 +0200
commitce92d1b910996cf151d37277ccedcead3229efb6 (patch)
tree0e6943042bfdd2eb1ffea543664734461c183226
parent91ae9f0af8eba1af8b9a0da0842aaf9b6027433f (diff)
downloadotp-ce92d1b910996cf151d37277ccedcead3229efb6.tar.gz
otp-ce92d1b910996cf151d37277ccedcead3229efb6.tar.bz2
otp-ce92d1b910996cf151d37277ccedcead3229efb6.zip
Prepare release
-rw-r--r--lib/ssh/doc/src/notes.xml29
-rw-r--r--lib/ssh/vsn.mk2
2 files changed, 30 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index b80ddb1621..6e98cab129 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,35 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 4.4.2.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix rare spurios shutdowns of ssh servers when receiveing
+ <c>{'EXIT',_,normal}</c> messages.</p>
+ <p>
+ Own Id: OTP-15018</p>
+ </item>
+ <item>
+ <p>
+ Host key hash erroneously calculated for clients
+ following draft-00 of RFC 4419, for example PuTTY</p>
+ <p>
+ Own Id: OTP-15064</p>
+ </item>
+ <item>
+ <p>
+ Renegotiation could fail in some states</p>
+ <p>
+ Own Id: OTP-15066</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.4.2.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index fbf689690b..9135d8f954 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.4.2.3
+SSH_VSN = 4.4.2.4
APP_VSN = "ssh-$(SSH_VSN)"