Browse Source

will I ever learn to save all buffers before I commit?

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269932 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
139c54505c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      WHATSNEW

+ 4
- 0
WHATSNEW View File

@@ -10,6 +10,8 @@ Changes that could break older environments:
Regexp interface that also supports substitution instead of the Regexp interface that also supports substitution instead of the
RegexpMatcher interface in the future. RegexpMatcher interface in the future.


* <gzip> will throw an exception if your src attribute points to a directory.

Fixed bugs: Fixed bugs:
----------- -----------


@@ -53,6 +55,8 @@ Other changes:
* Added a new condition <isset> that test for the existence of a * Added a new condition <isset> that test for the existence of a
property to the condition task. property to the condition task.


* Added a new condition <checksum>.

* Ant's testcases require JUnit 3.7 or above as they now use the new * Ant's testcases require JUnit 3.7 or above as they now use the new
assertTrue method instead of assert. assertTrue method instead of assert.




Loading…
Cancel
Save