You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/07/23 04:58:20 UTC

[2/2] ant git commit: Merge 1.9.x branch

Merge 1.9.x branch


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/c2a61ea2
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/c2a61ea2
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/c2a61ea2

Branch: refs/heads/master
Commit: c2a61ea21cc2f365c2dafa0e70071122bb790a16
Parents: c848ace b912573
Author: Jaikiran Pai <ja...@gmail.com>
Authored: Sun Jul 23 10:27:00 2017 +0530
Committer: Jaikiran Pai <ja...@gmail.com>
Committed: Sun Jul 23 10:27:00 2017 +0530

----------------------------------------------------------------------
 CONTRIBUTORS                                    |  1 +
 WHATSNEW                                        |  7 ++++++
 contributors.xml                                |  4 ++++
 .../optional/ssh/ScpToMessageBySftp.java        | 25 ++++++++++++++++----
 4 files changed, 32 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/c2a61ea2/CONTRIBUTORS
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ant/blob/c2a61ea2/WHATSNEW
----------------------------------------------------------------------
diff --cc WHATSNEW
index b3a7a4e,beb2cd1..8e76f47
--- a/WHATSNEW
+++ b/WHATSNEW
@@@ -8,9 -8,11 +8,16 @@@ Fixed bugs
     value.
     Bugzilla Report 60767
  
++
 + * bootstrapping Ant on Windows failed
 +   Bugzilla Report 61027
 +
+  * Bugzilla Reports 59648 and 43271 - Fixed the issue where the 
+    SCP based tasks would try to change the permissions on the
+    parent directory of a transferred file, instead of changing it
+    on the transferred file itself.
+ 
++
  Other changes:
  --------------
  

http://git-wip-us.apache.org/repos/asf/ant/blob/c2a61ea2/contributors.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ant/blob/c2a61ea2/src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessageBySftp.java
----------------------------------------------------------------------