diff options
author | Erlang/OTP <[email protected]> | 2011-05-02 15:58:21 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-05-02 15:58:21 +0200 |
commit | c2d329efd69a6040c94a724c935ce18e7edf0afe (patch) | |
tree | 77d6b04ee4d470966a38497a9a942cc483ba60dd /lib/ssh/doc | |
parent | 459bde53cf564d47d26d9248ab964a09ed4e40b4 (diff) | |
parent | 0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a (diff) | |
download | otp-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/doc')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 224b9d4af7..4f546a37ed 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,20 @@ <file>notes.xml</file> </header> +<section><title>Ssh 2.0.6</title> + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-9232</p> + </item> + </list> + </section> +</section> + <section><title>Ssh 2.0.5</title> <section><title>Improvements and New Features</title> <list> |