aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-12-27 10:45:54 +0100
committerErlang/OTP <[email protected]>2018-12-27 10:45:54 +0100
commit50b8225300361f035a6b03ac7bb4cd1e17c2a9d8 (patch)
tree496b01503b84439b6a99dc98998173316b68f158
parent92a8fcdbfa0fc5ed65cf0d45ab2711cc3dd2a493 (diff)
downloadotp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.tar.gz
otp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.tar.bz2
otp-50b8225300361f035a6b03ac7bb4cd1e17c2a9d8.zip
Prepare release
-rw-r--r--lib/ssh/doc/src/notes.xml15
-rw-r--r--lib/ssh/vsn.mk2
-rw-r--r--make/otp_version_tickets5
3 files changed, 17 insertions, 5 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)"
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index d5d7c3521f..8d17727587 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,4 +1 @@
-OTP-15485
-OTP-15486
-OTP-15487
-OTP-15489
+OTP-15397