diff options
author | Niclas Eklund <[email protected]> | 2011-04-27 16:05:01 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-04-27 16:05:01 +0200 |
commit | 0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a (patch) | |
tree | 77d6b04ee4d470966a38497a9a942cc483ba60dd /lib/ssh/doc | |
parent | d33d5047ac8c0730883454878be4ea88b3b0c2cc (diff) | |
download | otp-0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a.tar.gz otp-0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a.tar.bz2 otp-0d2c45e628b0cd86bba0ad0ae6cdb58d6f9c024a.zip |
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.
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> |