aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.appup.src
AgeCommit message (Collapse)Author
2016-12-07Update copyright-yearErlang/OTP
2016-10-05ssh: Prepare releaseIngela Anderton Andin
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-07ssh: Reset upgrade instructions to defaultIngela Anderton Andin
2014-12-09ssh: Fix syntax error in .appupHans Nilsson
2014-12-08ssh: Fix .app and .appupHans Nilsson
2014-12-02ssh: Add soft upgrade for ptty_allocIngela Anderton Andin
2014-12-02ssh: Fixes wrong version in appup fileHans Nilsson
2014-12-01ssh: prepares appup file for releaseHans Nilsson
2014-10-23ssh: fix ssh.appup.src.Hans Nilsson
2014-10-23ssh: Corrected appupIngela Anderton Andin
2014-10-22ssh: fix .app and .appup errorsHans Nilsson
2014-10-13ssh: Prepare for releaseIngela Anderton Andin
2014-09-22ssh: ssh-3.0.6 will not support soft ugradeIngela Anderton Andin
Customer requesting patch will not use soft upgrade and as it will be hard to meet customer deadline and assure quality of soft upgrade we decided to make it an application restart.
2014-06-16ssh: Prepare for releaseHans Nilsson
2014-05-26ssh: Prepare for releaseHans Nilsson
2014-02-26ssh: Add appup file correctionsHans Nilsson
2014-02-25ssh: Prepare for releaseHans Nilsson
2014-02-18Fix non-library appup files according to issue #240Tobias Schlager
Fix the appup files of runtime_tools and os_mon with wildcard version regexps. inets, odbc and ssh regexps have been corrected to match as originally intended.
2013-06-05ssh: appup changesFredrik Gustafsson
2013-03-08Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16Erlang/OTP
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed appup for 2.1.5 Conflicts: lib/ssh/src/ssh.appup.src
2013-03-08ssh: Prepare for upcoming releaseIngela Anderton Andin
Note: If more things are added before the next releas the appup will need more updates.
2013-03-08Fixed appup for 2.1.5Fredrik Gustafsson
2013-02-15Versions and appup ssh, R16BFredrik Gustafsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-22Bumped version numbersFredrik Gustafsson
2012-12-20Fixed syntax error in ssh appup fileFredrik Gustafsson
2012-11-16Appup changes for SSHFredrik Gustafsson
2012-11-09Ssh appup modificationsFredrik Gustafsson
2012-11-08Updated appup for sshFredrik Gustafsson
2012-08-29ssh: Increase robustnessIngela Anderton Andin
If a line of single line of the authorized_key file och known_hosts file is incorrectly formated ignore it.
2012-08-28ssh: Prepare for releaseIngela Anderton Andin
2012-03-21Prepare for releaseIngela Anderton Andin
Supervisor tree changed so can not do soft upgrade
2011-12-08Use new directive "-callback" and prepare version and appup for releaseIngela Anderton Andin
2011-06-21OTP-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-06An unexpected message would crash the ssh_connection_handler and close the ↵Niclas Eklund
connection. Now an error message is generated instead.
2011-04-27OTP-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-18Fixed SSH appup, copyright headers SSH vsn and SSH release note.Niclas Eklund
2011-01-20Added updated modules to the appup file.Niclas Eklund
2010-11-01Move away from using deprecated public_key function pem_to_der.Niclas Eklund
2010-10-28Merge branch 'maint-r13' into maint-r14Niclas 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-25The fix regarding OTP-8863 was not included in the previous version as statedNiclas Eklund
2010-10-06In some cases a crash report was generated when a connection was closing down.Niclas Eklund
This was caused by a race condition between two processes.
2010-08-23ssh: Patch 1127Niclas Eklund
OTP-8735 SSH in some cases generated a crash report when a channel was closed in a normal way.
2010-08-23ssh: Patch 1126Niclas Eklund
OTP-8714 SSH in some cases terminated channels with reason normal when it should have been shutdown.
2010-08-20ssh: Patch 1119Niclas Eklund
OTP-8550 The function ssh:connect/4 was not exported. OTP-8644 Aligned error message with used version (SSH_FX_FAILURE vs SSH_FX_NOT_A_DIRECTORY, the latter introduced in version 6). OTP-8645 Resolved race condition when another connection is started before a channel is opened in the first connection. OTP-8535 The configuration parameter ip_v6_disabled is now available, which makes it possible for the user to alter the IP version SSH shall use. OTP-8534 The ssh_connection:send operation now accepts infinity as timeout. OTP-8524 The connection handler now include stack traces when a channel message is not handled correctly.
2010-04-21Removed deprecated functions and moduleNiclas Eklund
2010-04-21Changes after ssh-1.1.8Niclas Eklund
2010-04-21New branch for ssh-2.0 and laterNiclas Eklund
2010-04-14Removed call to the deprecated module ssh_cmNiclas Eklund