From 073ada1049600ed5894660e8a93522067a61f595 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Tue, 9 Apr 2019 22:31:51 +0200 Subject: [PATCH] Bugfix release --- DESCRIPTION | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b02fa3f..d3b8bad 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ssh Type: Package Title: Secure Shell (SSH) Client for R -Version: 0.5 +Version: 0.6 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")) Description: Connect to a remote server over SSH to transfer files via SCP, diff --git a/NEWS b/NEWS index 20e07f4..f58c34c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.6 + - Bugfix release: fix hardcoded string passwords + 0.5 - Import key management functions from the new 'credentials' package - Refactor password callback to avoid jumping on error