This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
from 8c96cd686 checksum sboms of manual tarballs as well
add 075097c76 make ftp's useSecureDataChannel default to true
add 07ee9c418 add allowFilesToEscapeDest attribute to ftp task
add 9252566ca add allowFilesToEscapeDest attribute to scp
add 3807d672e tweak scp changes a bit
add 7809cdd50 add allowFilesToEscapeDest attribute to FTPTask class
add 803411d1b Prepare for RC1 of version 1.10.18 of Ant
new b8c7565b6 Merge tag 'rel/1.10.18'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
WHATSNEW | 17 +++
build.xml | 118 ++++++++++-----------
manual/Tasks/ftp.html | 11 +-
manual/Tasks/scp.html | 7 ++
manual/cover.html | 6 +-
manual/credits.html | 2 +-
release/ivy.xml | 2 +-
snap/snapcraft.yaml | 2 +-
src/etc/poms/ant-antlr/pom.xml | 6 +-
src/etc/poms/ant-apache-bcel/pom.xml | 6 +-
src/etc/poms/ant-apache-bsf/pom.xml | 6 +-
src/etc/poms/ant-apache-log4j/pom.xml | 6 +-
src/etc/poms/ant-apache-oro/pom.xml | 6 +-
src/etc/poms/ant-apache-regexp/pom.xml | 6 +-
src/etc/poms/ant-apache-resolver/pom.xml | 6 +-
src/etc/poms/ant-apache-xalan2/pom.xml | 6 +-
src/etc/poms/ant-commons-logging/pom.xml | 6 +-
src/etc/poms/ant-commons-net/pom.xml | 6 +-
src/etc/poms/ant-imageio/pom.xml | 6 +-
src/etc/poms/ant-jai/pom.xml | 6 +-
src/etc/poms/ant-jakartamail/pom.xml | 6 +-
src/etc/poms/ant-javamail/pom.xml | 6 +-
src/etc/poms/ant-jdepend/pom.xml | 6 +-
src/etc/poms/ant-jmf/pom.xml | 6 +-
src/etc/poms/ant-jsch/pom.xml | 6 +-
src/etc/poms/ant-junit/pom.xml | 6 +-
src/etc/poms/ant-junit4/pom.xml | 6 +-
src/etc/poms/ant-junitlauncher/pom.xml | 6 +-
src/etc/poms/ant-launcher/pom.xml | 4 +-
src/etc/poms/ant-netrexx/pom.xml | 6 +-
src/etc/poms/ant-swing/pom.xml | 6 +-
src/etc/poms/ant-testutil/pom.xml | 6 +-
src/etc/poms/ant-xz/pom.xml | 6 +-
src/etc/poms/ant/pom.xml | 6 +-
src/etc/poms/pom.xml | 2 +-
.../testcases/taskdefs/conditions/antversion.xml | 4 +-
.../tools/ant/taskdefs/optional/net/FTP.java | 23 +++-
.../tools/ant/taskdefs/optional/net/FTPTask.java | 18 ++++
.../taskdefs/optional/net/FTPTaskMirrorImpl.java | 12 ++-
.../tools/ant/taskdefs/optional/ssh/Scp.java | 17 ++-
.../ant/taskdefs/optional/ssh/ScpFromMessage.java | 91 ++++++++++++++--
.../optional/ssh/ScpFromMessageBySftp.java | 54 ++++++++--
42 files changed, 371 insertions(+), 169 deletions(-)