- Update to 1.9.3

- BugFixes:
  * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128
  * <parallel> swallowed the status code of nested <fail> tasks,
   apache#55539
  * a race condition could make <fixcrlf> tasks of parallel builds to
    interfere with each other, apache#54393
 * <mail>'s mailport still didn't work properly when using smtps,
   apache#49267
 * using attributes belonging to the if and unless namespaces
   made macrodef fail, apache#55885.
 * Apt is not available under JDK 1.8, apache#55922
- drop unused macros

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=47
This commit is contained in:
2014-01-02 09:17:02 +00:00
committed by Git OBS Bridge
parent a38947ead8
commit 2f61e91acb
7 changed files with 121 additions and 36 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 2 08:36:18 UTC 2014 - mvyskocil@suse.com
- Update to 1.9.3
- BugFixes:
* Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128
* <parallel> swallowed the status code of nested <fail> tasks,
apache#55539
* a race condition could make <fixcrlf> tasks of parallel builds to
interfere with each other, apache#54393
* <mail>'s mailport still didn't work properly when using smtps,
apache#49267
* using attributes belonging to the if and unless namespaces
made macrodef fail, apache#55885.
* Apt is not available under JDK 1.8, apache#55922
- drop unused macros
-------------------------------------------------------------------
Wed Dec 4 14:58:13 UTC 2013 - mvyskocil@suse.com