aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-10-10 14:10:04 +0200
committerErlang/OTP <[email protected]>2016-10-10 14:10:04 +0200
commit42a2e7530d3c7eafcf0ed9afb12d2dde7b116bda (patch)
tree2e3bf1c475540d17fa0a0b7e9aa5556dc482d00d
parent3650717b9b1e5275ea851569329330112424e0c2 (diff)
downloadotp-42a2e7530d3c7eafcf0ed9afb12d2dde7b116bda.tar.gz
otp-42a2e7530d3c7eafcf0ed9afb12d2dde7b116bda.tar.bz2
otp-42a2e7530d3c7eafcf0ed9afb12d2dde7b116bda.zip
Prepare release
-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 a4897668e4..f6ad8d8dea 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.3.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Intermittent ssh ERROR REPORT mentioning
+ nonblocking_sender</p>
+ <p>
+ Own Id: OTP-13953 Aux Id: seq13199 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.3.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index 09e707ad07..536e559514 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.3.3
+SSH_VSN = 4.3.4
APP_VSN = "ssh-$(SSH_VSN)"