From c4f2388993020243ca390b259f97f5a85fb785b1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 14 Nov 2018 10:03:46 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 16 ++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 12470df7b9..1f01ce5e6c 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ notes.xml +
Ssh 4.6.9.2 + +
Fixed Bugs and Malfunctions + + +

+ Incompatibility with newer OpenSSH fixed. Previously + versions 7.8 and later could cause Erlang SSH to exit.

+

+ Own Id: OTP-15413

+
+
+
+ +
+
Ssh 4.6.9.1
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 5787238669..9644330eff 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.1 +SSH_VSN = 4.6.9.2 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3