diff options
author | Stefan Bodewig <bodewig@apache.org> | 2016-05-22 17:52:41 +0200 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2016-05-22 17:56:12 +0200 |
commit | 3fe363e2120342f6de2b219c3bd74efe9aea2803 (patch) | |
tree | 7e5181e21f1abeedcdde3ef52bdcd5cea4c32db5 /WHATSNEW | |
parent | de5b4058b9bb039cdb17082fc543098de598ece2 (diff) | |
download | ant-bug_47552_scp_compression.tar.gz |
add compression support to <scp>bug_47552_scp_compression
https://bz.apache.org/bugzilla/show_bug.cgi?id=47552
Patch-by: Matthew Yanos
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ Fixed bugs: Other changes: -------------- + * <scp> now supports compression via the optional compressed attribute. + Bugzilla Report 47552 + + Changes from Ant 1.9.6 TO Ant 1.9.7 =================================== |