diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:42:32 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:42:32 +0100 |
commit | b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78 (patch) | |
tree | ab3564f98d6bf2cd89e194f6810effac9c0ee2d5 /lib/ssh | |
parent | 15575256bb42255f01d3b32e0a43262a7e69501c (diff) | |
download | otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.tar.gz otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.tar.bz2 otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.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')
-rw-r--r-- | lib/ssh/src/ssh.appup.src | 3 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 3 insertions, 2 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}]}, diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 9fc4b0522e..8f6aac1f5d 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.1.4 +SSH_VSN = 2.1.5 APP_VSN = "ssh-$(SSH_VSN)" |