Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-17 | [ssh] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-10-15 | Update release notes | Erlang/OTP | |
2015-10-13 | Update release notes | Erlang/OTP | |
2015-09-21 | Prepare release | Erlang/OTP | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-01 | Update release notes | Erlang/OTP | |
2015-05-18 | Update release notes | Erlang/OTP | |
2015-04-22 | Update release notes | Erlang/OTP | |
2015-04-10 | Update release notes | Erlang/OTP | |
2015-03-31 | Prepare release | Erlang/OTP | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-10-23 | Update release notes | Erlang/OTP | |
2014-10-13 | Update release notes | Erlang/OTP | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-08-22 | Update release notes | Erlang/OTP | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Update release notes | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-03-19 | Prepare release | Erlang/OTP | |
2013-03-08 | Prepare release | Erlang/OTP | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2012-12-13 | ssh: Add Users Guide and enhance man pages | Ingela Anderton Andin | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-06-21 | OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit ↵ | Niclas Eklund | |
flag was set to true for the invoking process. | |||
2011-05-06 | An unexpected message would crash the ssh_connection_handler and close the ↵ | Niclas Eklund | |
connection. Now an error message is generated instead. | |||
2011-04-27 | OTP-9232: | Niclas Eklund | |
A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. | |||
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund | |
2011-01-20 | Updated notes file. | Niclas Eklund | |
2011-01-17 | OTP-9031 - SSH did not handle the error reason enetunreach when trying to ↵ | Niclas Eklund | |
open a IPv6 connection. | |||
2010-11-01 | The fix regarding OTP-8849 was not included in the previous version as stated. | Niclas Eklund | |
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund | |
Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk | |||
2010-10-25 | The fix regarding OTP-8863 was not included in the previous version as stated | Niclas Eklund | |
2010-10-21 | Update release notes | Erlang/OTP | |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-08-23 | ssh: Patch 1127 | Niclas Eklund | |
OTP-8735 SSH in some cases generated a crash report when a channel was closed in a normal way. |