aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/vsn.mk
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2011-05-02 15:58:21 +0200
committerErlang/OTP <[email protected]>2011-05-02 15:58:21 +0200
commitc2d329efd69a6040c94a724c935ce18e7edf0afe (patch)
tree77d6b04ee4d470966a38497a9a942cc483ba60dd /lib/ssh/vsn.mk
parent459bde53cf564d47d26d9248ab964a09ed4e40b4 (diff)
parent0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a (diff)
downloadotp-c2d329efd69a6040c94a724c935ce18e7edf0afe.tar.gz
otp-c2d329efd69a6040c94a724c935ce18e7edf0afe.tar.bz2
otp-c2d329efd69a6040c94a724c935ce18e7edf0afe.zip
Merge branch 'nick/ssh/memory_leak/OTP-9232' into maint-r14
* nick/ssh/memory_leak/OTP-9232: OTP-9232: A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. Added deletion of clients to be used when a session is terminated.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r--lib/ssh/vsn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index 8c9f671fd5..d0861b3ddc 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.5
+SSH_VSN = 2.0.6
APP_VSN = "ssh-$(SSH_VSN)"