diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:42:32 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-08 14:33:51 +0100 |
commit | 2a2fa47f14a69ea49709552196db61df971e0a2d (patch) | |
tree | d43b182a4ecd3942638bc0acf4caf5a077ea368f /lib/ssh/src | |
parent | 6555de9a5083aad4b56ba4dd6d70d05c41bc59b2 (diff) | |
download | otp-2a2fa47f14a69ea49709552196db61df971e0a2d.tar.gz otp-2a2fa47f14a69ea49709552196db61df971e0a2d.tar.bz2 otp-2a2fa47f14a69ea49709552196db61df971e0a2d.zip |
ssh: Prepare for upcoming release
Note: If more things are added before the next releas the
appup will need more updates.
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh.appup.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.appup.src b/lib/ssh/src/ssh.appup.src index c4b5aa256b..f4986410ab 100644 --- a/lib/ssh/src/ssh.appup.src +++ b/lib/ssh/src/ssh.appup.src @@ -19,6 +19,7 @@ {"%VSN%", [ + {<<"2.1.4">>, [{load_module, ssh_sftp, soft_purge, soft_purge, []}]}, {<<"2.1.3">>, [{restart_application, ssh}]}, {<<"2.1.2">>, [{restart_application, ssh}]}, {<<"2.1.1">>, [{restart_application, ssh}]}, @@ -27,7 +28,7 @@ {<<"1\\.*">>, [{restart_application, ssh}]} ], [ - {<<"2.1.3">>, [{restart_application, ssh}]}, + {<<"2.1.4">>, [{load_module, ssh_sftp, soft_purge, soft_purge, []}]}, {<<"2.1.2">>, [{restart_application, ssh}]}, {<<"2.1.1">>, [{restart_application, ssh}]}, {<<"2.1">>,[{restart_application, ssh}]}, |