From e5d1f059f833a00c896b61788c0d6395a4fda8c6 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 21 Jan 2014 17:48:48 +0100 Subject: ssh: minor doc correction about unicode --- lib/ssh/doc/src/ssh.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index ee41e17da4..89d8be850e 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -38,7 +38,7 @@ Supported SSH version is 2.0 Supported MAC algorithms: hmac-sha1 Supported encryption algorithms: aes128-cb and 3des-cbc - Supports unicode filenames if the emulator does so for the current os + Supports unicode filenames if the emulator and the underlaying OS supports it. See the DESCRIPTION section in file for information about this subject Supports unicode in shell and cli -- cgit v1.2.3 From 3b373f83f64f89464a648fe608e87e805ec32547 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 21 Jan 2014 17:49:30 +0100 Subject: ssh: prepare vsn.mk for release --- lib/ssh/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 8186f39888..9ffc59dbaf 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.0 +SSH_VSN = 3.0.1 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3