Browse Source

Updated from recent commits.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278079 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 20 years ago
parent
commit
17f3353a3b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      WHATSNEW

+ 8
- 0
WHATSNEW View File

@@ -48,6 +48,9 @@ Changes that could break older environments:
Fixed bugs: Fixed bugs:
----------- -----------


* Memory leak from IntrospectionHelper.getHelper(Class) in embedded
environments. Bugzilla Report 30162.

* Translate task does not remove tokens when a key is not found. * Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936. It logs a verbose message. Bugzilla Report 13936.


@@ -79,6 +82,8 @@ Fixed bugs:
Other changes: Other changes:
-------------- --------------


* Log fine-grained events at verbose level from JUnit. Bugzilla report 31885.

* <javadoc> can now take an attribute 'executable'. Bugzilla report 30606. * <javadoc> can now take an attribute 'executable'. Bugzilla report 30606.


* <WsdlToDotnet> and <style> are now deprecated in favor of <wsdltodotnet> and * <WsdlToDotnet> and <style> are now deprecated in favor of <wsdltodotnet> and
@@ -322,6 +327,9 @@ Other changes:
Fixed bugs: Fixed bugs:
----------- -----------


* Do not pass on ThreadDeath when halting <java fork="false">. Bugzilla
32941.

* Killing a thread running <java fork="true"> (e.g. from an IDE) would * Killing a thread running <java fork="true"> (e.g. from an IDE) would
not stop the forked process. Bugzilla 31928. not stop the forked process. Bugzilla 31928.




Loading…
Cancel
Save