From 3447bf37604dcec2eb00f2924f48b422af005484 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Wed, 7 Jun 2006 19:18:32 +0000 Subject: [PATCH] git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412492 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 272bacb1b..e7d231160 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -89,6 +89,8 @@ Changes that could break older environments: * used \r (Mac) line endings on OS X, whose proper line separator is \n (Unix). Bugzilla report 39585. + +* now optionally supports the sftp protocol, you may need a newer jsch.jar. Bugzilla Report 39373. Fixed bugs: ----------- @@ -428,6 +430,8 @@ Other changes: * FTP Account could not be specified in ant FTP task. Bugzilla report 39720. +* Minor performance updates. Bugzilla report 39565. + Changes from Ant 1.6.4 to Ant 1.6.5 ===================================