1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
<TITLE>SSH Release Notes</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 SSH Release Notes</H2>
<P> 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.
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Ssh 0.9.5</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
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.
<BR>
Own Id: OTP-6231
<BR>
</LI>
</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 SSH 0.9.4</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Reported Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
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
<A HREF="ssh.html">ssh</A> module.<BR>
Also changed some error reports to info reports.<BR>
Own Id: OTP-6183<BR>
Aux Id: Seq 10383<BR>
</LI>
</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 SSH 0.9.3</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Added way for cli to get peer name
<BR>
Own Id: OTP-6138
<BR>
</LI>
</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 SSH 0.9.2</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Added some options to listen
<BR>
Own Id: OTP-6070
<BR>
</LI>
</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 SSH 0.9.1</H3>
<A NAME="1.5.1"><!-- Empty --></A>
<H4>1.5.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Fixes in ssh_sftp, changes of timeout handling,
expand_fun moved to io:setopts<BR>
Own Id: OTP-5877 Aux Id: OTP-5781 <BR>
</LI>
</UL>
<A NAME="1.6"><!-- Empty --></A>
<H3>1.6 SSH 0.9</H3>
<A NAME="1.6.1"><!-- Empty --></A>
<H4>1.6.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
The previously undocumented and UNSUPPORTED <CODE>ssh</CODE>
application has been updated and documented. This release
of the <CODE>ssh</CODE> 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.
<BR>
Also, more cryptographic algorithms have been added to
the <CODE>crypto</CODE> application.
<BR>
*** POTENTIAL INCOMPATIBILITY ***
<BR>
Own Id: OTP-5631
<BR>
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|