diff options
author | Niclas Eklund <[email protected]> | 2010-12-28 15:51:29 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-12-28 16:15:32 +0100 |
commit | 842fc4aeb48f65b3974a108b1073271551bebf1f (patch) | |
tree | efdbb678a51b02b1ed93abd8525686a2ed05f330 /lib/ssh/doc/src/notes.xml | |
parent | 25e6de467ebddd6ba006ab95811711008cc4e1ea (diff) | |
download | otp-842fc4aeb48f65b3974a108b1073271551bebf1f.tar.gz otp-842fc4aeb48f65b3974a108b1073271551bebf1f.tar.bz2 otp-842fc4aeb48f65b3974a108b1073271551bebf1f.zip |
OTP-9010:
SSH now ensures that the .ssh directory exists before trying to access
files located in that directory.
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
-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 9bedd446f4..acadfdc3b4 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.4</title> + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + SSH now ensures that the .ssh directory exists before trying + to access files located in that directory.</p> + <p> + Own Id: OTP-9010</p> + </item> + </list> + </section> + </section> + <section><title>Ssh 2.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |