You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/12/10 10:42:06 UTC

[2/3] ant git commit: unify format of change description

unify format of change description


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

Branch: refs/heads/master
Commit: 685324a3cf2a149ed69b0adefc98bb7bfba4de7d
Parents: c965ef8
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 10 11:40:33 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 10 11:40:33 2017 +0100

----------------------------------------------------------------------
 WHATSNEW | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/685324a3/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 4e0bfb7..10a9fc3 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -35,18 +35,18 @@ Other changes:
  * added Orion support to ejbjar
    Github Pull Request #33
 
- * Bugzilla Report 58589 - SCP task, when configured to use SFTP
-   protocol, now preserves last modified timestamp on files that
-   it uploads, if the preserveLastModified attribute is set to
-   true for that task
+ * SCP task, when configured to use SFTP protocol, now preserves last
+   modified timestamp on files that it uploads, if the
+   preserveLastModified attribute is set to true for that task
+   Bugzilla Report 58589
 
  * zip and the related tasks can now set the modfication time of all
    entries to a fixed timestamp.
    Github Pull Request #36
 
- * Bugzilla report 61718 - Jsch library dependency has now been
-   upgraded to 0.1.54. Jsch is the library behind the sshexec
-   and scp Ant tasks.
+ * Jsch library dependency has now been upgraded to 0.1.54. Jsch is
+   the library behind the sshexec and scp Ant tasks.
+   Bugzilla Report 61718
 
  * Added a new <javaversion> condition.