diff options
author | Erlang/OTP <[email protected]> | 2018-12-27 10:45:54 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-12-27 10:45:54 +0100 |
commit | 50b8225300361f035a6b03ac7bb4cd1e17c2a9d8 (patch) | |
tree | 496b01503b84439b6a99dc98998173316b68f158 /lib | |
parent | 92a8fcdbfa0fc5ed65cf0d45ab2711cc3dd2a493 (diff) | |
download | otp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.tar.gz otp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.tar.bz2 otp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.zip |
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 177784384e..e8988ce487 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,21 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.7.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed port leakage if a ssh:daemon call failed.</p> + <p> + Own Id: OTP-15397 Aux Id: ERL-801 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.7.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 3ba1e177be..2890d7fe5b 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.7.2 +SSH_VSN = 4.7.3 APP_VSN = "ssh-$(SSH_VSN)" |