diff options
author | Erlang/OTP <[email protected]> | 2018-04-05 15:10:31 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-04-05 15:10:31 +0200 |
commit | 9742765b22fba78e89b44e5e7c982327faf5052e (patch) | |
tree | aeda544e1d3e73025470799fcee1d21add08b995 | |
parent | 3d2399c50001209544a5ae053b07e1ba6625fff8 (diff) | |
download | otp-9742765b22fba78e89b44e5e7c982327faf5052e.tar.gz otp-9742765b22fba78e89b44e5e7c982327faf5052e.tar.bz2 otp-9742765b22fba78e89b44e5e7c982327faf5052e.zip |
Prepare release
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index b62731d496..b80ddb1621 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.4.2.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + An ssh_sftp server (running version 6) could fail if it + is told to remove a file which in fact is a directory.</p> + <p> + Own Id: OTP-15004</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.4.2.2</title> <section><title>Improvements and New Features</title> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 8249bf4837..fbf689690b 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.4.2.2 +SSH_VSN = 4.4.2.3 APP_VSN = "ssh-$(SSH_VSN)" |