From 6eb2a1e497207ca5bc94ddb7a89c2192fcbdd03b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Feb 2018 15:09:53 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 3a2f55a487..c559da911b 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,42 @@ notes.xml +
Ssh 4.6.5 + +
Fixed Bugs and Malfunctions + + +

+ Adjusted supervisor timeouts

+

+ Own Id: OTP-14907

+
+ +

+ Remove ERROR messages for slow process exits

+

+ Own Id: OTP-14930

+
+
+
+ + +
Improvements and New Features + + +

+ Add option save_accepted_host to + ssh:connection. This option, if set to false, + inhibits saving host keys to e.g the file + known_hosts.

+

+ Own Id: OTP-14935

+
+
+
+ +
+
Ssh 4.6.4
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 004db6e3a2..6aaa22a6b4 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.6.4 +SSH_VSN = 4.6.5 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3