1 SSH Release Notes
This document describes the changes made to the SSH system
from version to version. The intention of this document is to
list all incompatibilities as well as all enhancements and
bugfixes for every release of SSH. Each release of SSH
thus constitutes one section in this document. The title of each
section is the version number of SSH.
1.1 Ssh 0.9.6
1.1.1 Fixed Bugs and Malfunctions
-
Removed debug printout from production code.
Own Id: OTP-6348 Aux Id: seq10510
-
[sftpd] - When the sftp client ends the session the
server will now behave correctly and not leave the client
hanging.
Own Id: OTP-6349 Aux Id: seq10510
-
[sftpd] - No longer used files were not closed until the
session was ended.
Own Id: OTP-6350 Aux Id: seq10514
-
[sftpd] - File rename requests sent by sftp version 3
clients were not handled.
Own Id: OTP-6352 Aux Id: seq10513
-
[sftpd] - Request that did not fit into one ssh message
were not handled.
Own Id: OTP-6353 Aux Id: seq10515
-
Removed error logging of auth method none, as this is not
an error but rather a feature, that is used to get
initial information from the server.
Own Id: OTP-6414
1.1.2 Improvements and New Features
-
[sftpd] - Added new option to specify a callback module
for the sftpd-server file handling. The default callback
module uses file and filelib.
Own Id: OTP-6356 Aux Id: seq10519
1.2 Ssh 0.9.5
1.2.1 Fixed Bugs and Malfunctions
-
The data window in SSH wasn't resized in the ssh_cli
receive data, this made the ssh_cli-server hang if more
than 64K data was received at one time. The option
tcp_nodelay was added, for nodelay in tcp connections.
Own Id: OTP-6231
1.3 SSH 0.9.4
1.3.1 Reported Fixed Bugs and Malfunctions
-
Unnecessary explicit start of crypto application
in ssh application. This has been removed. The
app-file specifies that ssh depends on the crypto app.
This is enough. See also the
ssh module.
Also changed some error reports to info reports.
Own Id: OTP-6183
Aux Id: Seq 10383
1.4 SSH 0.9.3
1.4.1 Improvements and New Features
-
Added way for cli to get peer name
Own Id: OTP-6138
1.5 SSH 0.9.2
1.5.1 Improvements and New Features
-
Added some options to listen
Own Id: OTP-6070
1.6 SSH 0.9.1
1.6.1 Improvements and New Features
-
Fixes in ssh_sftp, changes of timeout handling,
expand_fun moved to io:setopts
Own Id: OTP-5877 Aux Id: OTP-5781
1.7 SSH 0.9
1.7.1 Improvements and New Features
-
The previously undocumented and UNSUPPORTED
ssh
application has been updated and documented. This release
of the ssh
application is still considered to be a
beta release and (if necessary) there could still be
changes in its API before it reaches 1.0.
Also, more cryptographic algorithms have been added to
the crypto
application.
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-5631
Copyright © 1991-2007
Ericsson AB