From af2073640c4b7c67c9b978ebc203d57ac43e96dc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:21:49 +0200 Subject: Update release notes --- lib/ssh/doc/src/notes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 5826d14a4a..4ba75b761f 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,48 @@ notes.xml +
Ssh 4.6 + +
Fixed Bugs and Malfunctions + + +

+ Enables the ssh_io module to also accept binary + values when reading standard_io instead of getting stuck + in the receive clause.

+

+ Own Id: OTP-14506 Aux Id: PR1503

+
+ +

+ Previously, the file owner access permission in response + to ssh_sftp:read_file_info/2 function was always + read_write. With this fix, the actual value of + file owner access permission is added to the returning + record. That value is calculated from file mode value.

+

+ Own Id: OTP-14550 Aux Id: PR1533

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

+ A new option modify_algorithms is implemented. It + enables specifying changes on the default algorithms + list. See the reference manual and the SSH User's Guide + chapter "Configuring algorithms in SSH".

+

+ Own Id: OTP-14568

+
+
+
+ +
+
Ssh 4.5.1
Fixed Bugs and Malfunctions -- cgit v1.2.3