diff options
author | Erlang/OTP <[email protected]> | 2011-05-16 16:10:48 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-05-16 16:10:48 +0200 |
commit | 26b854ade6f1d89379f6337b18dde32e9abb9615 (patch) | |
tree | 05aa46f994c61f0dc068b857c76f8ff2e8b993db /lib/ssh/vsn.mk | |
parent | 7050c922b25fe1306caffc7545a89e0ddc1de06a (diff) | |
parent | b95606315ee69c56f231558c58ad87de77cb28f3 (diff) | |
download | otp-26b854ade6f1d89379f6337b18dde32e9abb9615.tar.gz otp-26b854ade6f1d89379f6337b18dde32e9abb9615.tar.bz2 otp-26b854ade6f1d89379f6337b18dde32e9abb9615.zip |
Merge branch 'nick/ssh/handle_unexpected_msg/OTP-9273' into maint-r14
* nick/ssh/handle_unexpected_msg/OTP-9273:
An unexpected message would crash the ssh_connection_handler and close the connection. Now an error message is generated instead.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index d0861b3ddc..d79038df29 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.0.6 +SSH_VSN = 2.0.7 APP_VSN = "ssh-$(SSH_VSN)" |