Author: bodewig Date: Sun Sep 6 18:10:49 2026 New Revision: 87298 Log: complete release notes of Ant 1.10.18
Modified: release/ant/README.html release/ant/RELEASE-NOTES-1.10.18.html Modified: release/ant/README.html ============================================================================== --- release/ant/README.html Sun Sep 6 17:33:55 2026 (r87297) +++ release/ant/README.html Sun Sep 6 18:10:49 2026 (r87298) @@ -1,6 +1,20 @@ <!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Release Notes of Apache Ant 1.10.18</title></head><body><pre>Changes from Ant 1.10.17 TO Ant 1.10.18 ======================================= +Changes that could break older environments: +------------------------------------------- + + * the default value for <ftp>'s useSecureDataChannel has been changed + to true which means using ftps now also tries to use an encrypted + data channel by default. + + * the <ftp> and <scp> tasks have new allowFilesToEscapeDest + attributes. When set to false - which is the default - te tasks will + not download files or create directories outside the designated + destination directory when downloading from the remote server. + In the unlikely case you need the old bahaviour of writing outside + the destination directory you must set the value to true explicitly. + Other changes: -------------- Modified: release/ant/RELEASE-NOTES-1.10.18.html ============================================================================== --- release/ant/RELEASE-NOTES-1.10.18.html Sun Sep 6 17:33:55 2026 (r87297) +++ release/ant/RELEASE-NOTES-1.10.18.html Sun Sep 6 18:10:49 2026 (r87298) @@ -1,6 +1,20 @@ <!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Release Notes of Apache Ant 1.10.18</title></head><body><pre>Changes from Ant 1.10.17 TO Ant 1.10.18 ======================================= +Changes that could break older environments: +------------------------------------------- + + * the default value for <ftp>'s useSecureDataChannel has been changed + to true which means using ftps now also tries to use an encrypted + data channel by default. + + * the <ftp> and <scp> tasks have new allowFilesToEscapeDest + attributes. When set to false - which is the default - te tasks will + not download files or create directories outside the designated + destination directory when downloading from the remote server. + In the unlikely case you need the old bahaviour of writing outside + the destination directory you must set the value to true explicitly. + Other changes: --------------
