summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-11-20 11:13:50 +0100
committerErlang/OTP <otp@erlang.org>2020-11-20 11:13:50 +0100
commitb736acc5072d4aa8ebb79df039bb3e3b1f569bd1 (patch)
tree866f565dd67a956d311d65559fca23432d081f04 /lib
parent82a7d0163dcf2c2c97480b8577de07a6858274f1 (diff)
downloaderlang-b736acc5072d4aa8ebb79df039bb3e3b1f569bd1.tar.gz
Prepare release
Diffstat (limited to 'lib')
-rw-r--r--lib/ssh/doc/src/notes.xml16
-rw-r--r--lib/ssh/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index e1d12b3e9d..8ae11ca5dd 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.10.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The inet option raw was not passed on from the ssh option
+ list to inet.</p>
+ <p>
+ Own Id: OTP-17016 Aux Id: ERIERL-562 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.10.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index f3a750f6a0..76c42993a9 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.10.3
+SSH_VSN = 4.10.4
APP_VSN = "ssh-$(SSH_VSN)"