aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2010-12-28 15:51:29 +0100
committerNiclas Eklund <[email protected]>2010-12-28 16:15:32 +0100
commit842fc4aeb48f65b3974a108b1073271551bebf1f (patch)
treeefdbb678a51b02b1ed93abd8525686a2ed05f330 /lib/ssh
parent25e6de467ebddd6ba006ab95811711008cc4e1ea (diff)
downloadotp-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')
-rw-r--r--lib/ssh/doc/src/notes.xml14
-rw-r--r--lib/ssh/vsn.mk2
2 files changed, 15 insertions, 1 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>
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index db03168ad9..51f9f47446 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.3
+SSH_VSN = 2.0.4
APP_VSN = "ssh-$(SSH_VSN)"