From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 6b7ff7b238..041f5e54af 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,41 @@ notes.xml +
Ssh 2.1.8 + +
Improvements and New Features + + +

+ Do not chmod ~/.ssh unnecessarily.

+

+ Own Id: OTP-11189

+
+ +

+ Make ssh_cli.erl handle CTRL+C. Thanks to Stefan + Zegenhagen.

+

+ Own Id: OTP-11199

+
+ +

+ Clarified timeout options in documentation.

+

+ Own Id: OTP-11249

+
+ +

+ Add openssh_zlib compression type to ssh_transport. + Thanks to Louis-Philippe Gauthier.

+

+ Own Id: OTP-11256

+
+
+
+ +
+
Ssh 2.1.7
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 231779b75a..90f09471c9 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.1.7 +SSH_VSN = 2.1.8 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3