From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index f3db05192e..3aa61aa9ec 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,100 @@ notes.xml +
Ssh 3.1 + +
Fixed Bugs and Malfunctions + + +

+ Make sure the clean rule for ssh, ssl, eunit and otp_mibs + actually removes generated files.

+

+ Own Id: OTP-12200

+
+ +

+ Improved Property Tests (Thanks to Thomas, John and + Tobias at QuviQ)

+

+ Own Id: OTP-12256

+
+ +

+ Correct typo of renegotiate that could cause rekeying to + fail

+

+ Own Id: OTP-12277 Aux Id: seq12736

+
+ +

+ The {timeout, Timeout} option passed to + ssh_sftp:start_channel was not applied to the early + phases of the SSH protocol. This patch passes the Timeout + through to ssh:connect. In case the timeout occurs during + these phases, {error, timeout} is returned. (Thanks to + Simon Cornish)

+

+ Own Id: OTP-12306

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

+ Added API functions ptty_alloc/3 and ptty_alloc/4, to + allocate a pseudo tty.

+

+ Own Id: OTP-11542 Aux Id: seq12493, OTP-11631

+
+ +

+ Supports tar file creation on other media than file + systems mounted on the local machine.

+

+ The erl_tar api is extended with + erl_tar:init/3 that enables usage of user provided + media storage routines. A ssh-specific set of such + routines is hidden in the new function + ssh_sftp:open_tar/3 to simplify creating a tar + archive on a remote ssh server.

+

+ A chunked file reading option is added to + erl_tar:add/3,4 to save memory on e.g small + embedded systems. The size of the slices read from a file + in that case can be specified.

+

+ Own Id: OTP-12180 Aux Id: seq12715

+
+ +

+ Always send SSH_DISCONNECT protocol messages when peer + sends corrupt messages.

+

+ Own Id: OTP-12185

+
+ +

+ Hooks for funs that can change binaries sent to remote + sites from erl_tar for renote tar file creation are + added. See ssh_sftp:open_tar/3,4 for details. The + hooks could also be used to read remote tar files that + need transformation before file extraction.

+

+ Those hooks are intended for encryption and decryption of + tar files. Effort is put into memory, disk and network + resource economy.

+

+ Own Id: OTP-12312 Aux Id: OTP-12180

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