This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new 66648ad typo 66648ad is described below commit 66648adbe6a50aead8c249cb99ff6ac294ece3ac Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Sun Sep 27 15:51:33 2020 +0200 typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 2ff4e0e..6142efa 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -18,7 +18,7 @@ Fixed bugs: * <fixcrlf> will no longer remove the temporary file it just created before writing to it. - * <sshexec> and <scp> didn't deal with wildcard hostnames in shs + * <sshexec> and <scp> didn't deal with wildcard hostnames in ssh config files properly. Bugzilla Report 64530