From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/ssh/doc/src/notes.xml | 140 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 0d88cbda7a..bce02966ae 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,146 @@ notes.xml +
Ssh 3.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixes the problem that ssh_cli in some cases could delay + the prompt if a tty was not requested by the client.

+

+ Own Id: OTP-10732

+
+ +

+ The variable NewCol is now correctly calculated allowing + for tab-completion of function calls even when preceded + with blank space (Thanks to Alexander Demidenko)

+

+ Own Id: OTP-11566

+
+ +

+ Fix incorrect dialyzer spec and types, also enhance + documentation.

+

+ Thanks to Ayaz Tuncer.

+

+ Own Id: OTP-11627

+
+ +

+ Fixed a bug when ssh:exec executes a linux command on a + linux ssh daemon. If the result is sent back from + standard error, the length information was not stripped + off correctly.

+

+ Own Id: OTP-11667

+
+ +

+ Fixed a bug with the ssh file 'known_hosts' which made + the file grow with many equal entries.

+

+ Own Id: OTP-11671

+
+ +

+ Some local implementations of removing the last element + from a list are replaced by lists:droplast/1. Note + that this requires at least stdlib-2.0, which is + the stdlib version delivered in OTP 17.0. (Thanks to Hans + Svensson)

+

+ Own Id: OTP-11678

+
+ +

+ Bug fix for ssh:daemon/2,3 so that the failfun is + called when it should.

+

+ Own Id: OTP-11680

+
+ +

+ Fixed bug which crashed ssh when SSH_MSG_KEX_DH_GEX_GROUP + is received. This could cause a vm-crash for eheap_alloc + during garbage collect.

+

+ Own Id: OTP-11696 Aux Id: 12547, 12532

+
+ +

+ Fixes a bug that breaks keyboard-interactive + authentication. Thanks to Simon Cornish for reporting and + suggesting a fix.

+

+ Own Id: OTP-11698

+
+ +

+ dialyzer specs are now correct for ssh:start/0, + ssh:start/1, ssh:stop/0 and + ssh_connection_handler:open_channel/5. (Thanks to + Johannes Weißl )

+

+ Own Id: OTP-11705

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+ +

+ Fixed dialyzer warning for ssh_connection:send.

+

+ Own Id: OTP-11821

+
+ +

+ ssh:daemon/2,3 : Added options + negotiation_timeout and parallel_login to + tune the authentication behaviour.

+

+ Own Id: OTP-11823

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

+ Ssh now fully supports unicode filenames, filecontents, + shell and cli. Please note that the underlying os and + emulator must also give support for unicode. You may want + to start the emulator with "erl +fnu" on Linux.

+

+ Own Id: OTP-10953

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