Author: jaikiran Date: Mon Aug 21 01:39:58 2023 New Revision: 63525 Log: update release note of Ant 1.10.14
Modified: release/ant/README.html release/ant/RELEASE-NOTES-1.10.14.html Modified: release/ant/README.html ============================================================================== --- release/ant/README.html (original) +++ release/ant/README.html Mon Aug 21 01:39:58 2023 @@ -55,6 +55,13 @@ Fixed bugs: failures involving junit jupiter dynamic tests. This has now been fixed. Github Pull Request #122 + + * allow.class which was introduced in Ant 1.10.13 release, has been + removed from this 1.10.14 release. This class was introduced in + context of the SecurityManager changes in Ant 1.10.13, which have + now been reverted in Ant 1.10.14, since they caused several + regressions. + Bugzilla Reports 66828, 66951 Other changes: -------------- Modified: release/ant/RELEASE-NOTES-1.10.14.html ============================================================================== --- release/ant/RELEASE-NOTES-1.10.14.html (original) +++ release/ant/RELEASE-NOTES-1.10.14.html Mon Aug 21 01:39:58 2023 @@ -55,6 +55,13 @@ Fixed bugs: failures involving junit jupiter dynamic tests. This has now been fixed. Github Pull Request #122 + + * allow.class which was introduced in Ant 1.10.13 release, has been + removed from this 1.10.14 release. This class was introduced in + context of the SecurityManager changes in Ant 1.10.13, which have + now been reverted in Ant 1.10.14, since they caused several + regressions. + Bugzilla Reports 66828, 66951 Other changes: --------------