This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit b7e2405263e5af815ef07615662a27bfff5fd022 Merge: cc9d93f 157a54d Author: Stefan Bodewig <[email protected]> AuthorDate: Tue Jul 13 07:54:40 2021 +0200 Merge branch '1.9.x' ReleaseInstructions | 3 ++- WHATSNEW | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --cc WHATSNEW index 73539a9,ba647fb..5a38945 --- a/WHATSNEW +++ b/WHATSNEW @@@ -1,13 -1,9 +1,16 @@@ -Changes from Ant 1.9.16 TO Ant 1.9.17 -===================================== +Changes from Ant 1.10.10 TO Ant 1.10.11 +====================================== -Changes from Ant 1.9.15 TO Ant 1.9.16 -===================================== +Fixed bugs: +----------- + + * a race condition could lead to NullPointerExceptions when running + tasks in parallel. + Bugzilla Report 65316 + ++ * fixed potential OutOfMemory errors when reading broken archives ++ using the tar or zip formats or formats derived from zip. + Other changes: --------------
