From 83fdec0245318e9875c88ae15935ca2ac05789c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 24 Apr 2019 15:05:53 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 22 ++++++++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 40ec19c701..9503060140 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,28 @@ notes.xml +
Ssh 4.7.6 + +
Improvements and New Features + + +

+ When an SSH server receives the very first message on a + new TCP connection, and that message is not the expected + one, the 64 first bytes of the received message are now + dumped in the INFO REPORT that reports the Protocol + Error.

+

+ This facilitates the debugging of who sends the bad + message or of detecting a possible port scanning.

+

+ Own Id: OTP-15772

+
+
+
+ +
+
Ssh 4.7.5
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 2947f82556..837da27ab0 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.7.5 +SSH_VSN = 4.7.6 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3