diff options
author | Niclas Eklund <[email protected]> | 2010-10-06 15:19:22 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-10-06 15:19:22 +0200 |
commit | 24c67e110e2219c269454566126ad0885ee57bdc (patch) | |
tree | f7848721ce1b165e15169973aae4b0d917ec0aba /lib/ssh/vsn.mk | |
parent | 5ddf44bb91540fd88e604f077d71482c40185cd8 (diff) | |
download | otp-24c67e110e2219c269454566126ad0885ee57bdc.tar.gz otp-24c67e110e2219c269454566126ad0885ee57bdc.tar.bz2 otp-24c67e110e2219c269454566126ad0885ee57bdc.zip |
In some cases a crash report was generated when a connection was closing down.
This was caused by a race condition between two processes.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 8e31851a8e..cf90e3b11e 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,9 +1,12 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 1.1.11 +SSH_VSN = 1.1.12 APP_VSN = "ssh-$(SSH_VSN)" -TICKETS = OTP-8735 +TICKETS = OTP-8807 \ + OTP-8881 + +TICKETS_1.1.11 = OTP-8735 TICKETS_1.1.10 = OTP-8714 |