aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/vsn.mk
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2010-06-16 12:00:00 +0200
committerBjörn Gustavsson <[email protected]>2010-08-23 14:12:38 +0200
commitcc621c57ce7c41c2b46a103136575bca445aedd0 (patch)
tree6c79612758187dec2a481d88ae8ac9737777b561 /lib/ssh/vsn.mk
parentd2bfa9b07aab133d2fe6f4ab0241bd758cd988e8 (diff)
downloadotp-cc621c57ce7c41c2b46a103136575bca445aedd0.tar.gz
otp-cc621c57ce7c41c2b46a103136575bca445aedd0.tar.bz2
otp-cc621c57ce7c41c2b46a103136575bca445aedd0.zip
ssh: Patch 1126
OTP-8714 SSH in some cases terminated channels with reason normal when it should have been shutdown.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r--lib/ssh/vsn.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index 78802c6a2d..55340a2aa4 100644
--- a/lib/ssh/vsn.mk
+++ b/lib/ssh/vsn.mk
@@ -1,9 +1,11 @@
#-*-makefile-*- ; force emacs to enter makefile-mode
-SSH_VSN = 1.1.9
+SSH_VSN = 1.1.10
APP_VSN = "ssh-$(SSH_VSN)"
-TICKETS = OTP-8524 \
+TICKETS = OTP-8714
+
+TICKETS_1.1.9 = OTP-8524 \
OTP-8534 \
OTP-8535 \
OTP-8550 \