From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index e58d4e2c36..3c289cdc46 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,111 @@ notes.xml +
Ssh 2.1.3 + +
Fixed Bugs and Malfunctions + + +

+ It is now possible to send an empty binary using + ssh_connection:send/3, this corner case previously caused + ssh_connection:send to hang.

+

+ Own Id: OTP-9478 Aux Id: kunagi-226 [137]

+
+ +

+ Fix typo in keyboard-interactive string. Thanks to Daniel + Goertzen

+

+ Own Id: OTP-10456

+
+ +

+ ssh_connectino:send/3 will not return until all data has + been sent. Previously it could return too early, + resulting in things such premature close of the + connection. Also improved error handling of closed SSH + channels.

+

+ Own Id: OTP-10467

+
+ +

Fixed ssh_cli.erl crashes because #state.buf is yet + 'undefined'.

Fixed Client terminateing connections + due to channel_request message response is sent to the + wrong id.

Affected SSH clients: - all clients + based on SSH-2.0-TrileadSSH2Java_213 (problem #1) - SSH + Term Pro (problem #2)

Thanks to Stefan Zegenhagen +

+

+ Own Id: OTP-10475

+
+ +

+ Fixed various syntax errors in SSH appup file

+

+ Own Id: OTP-10657

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

+ SSH_FX_FILE_IS_A_DIRECTORY message for sftp implemented

+

+ Own Id: OTP-6406 Aux Id: kunagi-218 [129]

+
+ +

+ SSH Rekeying fixed

+

+ Own Id: OTP-7785 Aux Id: kunagi-220 [131]

+
+ +

+ Added User Guide for the SSH application

+

+ Own Id: OTP-7786 Aux Id: kunagi-221 [132]

+
+ +

+ Documentation regarding failfun, connectfun and + disconnectfun provided

+

+ Own Id: OTP-7792 Aux Id: kunagi-222 [133]

+
+ +

+ SSH connection timer implementation

+

+ New option, {idle_time, integer()}, sets a timeout on + connection when no channels are active, defaults to + infinity

+

+ Own Id: OTP-10514 Aux Id: seq12020

+
+ +

Some examples overflowing the width of PDF pages have + been corrected.

+

+ Own Id: OTP-10665

+
+ +

+ Fixed internal error on when client and server can not + agree o which authmethod to use.

+

+ Own Id: OTP-10731 Aux Id: seq12237

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