diff --git a/WHATSNEW b/WHATSNEW index 7577745d6..f3e4d688f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -161,6 +161,8 @@ Other changes: command over SSH. They require jsch, a BSD licensed SSH library that can be found at http://www.jcraft.com/jsch/index.html +* New filterreader . + Changes from Ant 1.5.2 to Ant 1.5.3 =================================== diff --git a/docs/manual/OptionalTasks/scp.html b/docs/manual/OptionalTasks/scp.html index 49815e9d4..86f41616b 100644 --- a/docs/manual/OptionalTasks/scp.html +++ b/docs/manual/OptionalTasks/scp.html @@ -9,6 +9,9 @@

SCP

Description

+ +

since Ant 1.6

+

Copies a file or FileSet to or from a remote machine running SSH daemon. FileSet only works for copying files from the local machine to a remote machine.

diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index b4f58d52b..eb47fadde 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -9,6 +9,9 @@

SSHEXEC

Description

+ +

since Ant 1.6

+

Runs a command on a remote machine running SSH daemon.