This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 629e7b710 record the change from GitHub PR 216
629e7b710 is described below
commit 629e7b710ba83ecd57ee92941c48e21dc5d2311c
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sun Mar 9 11:46:37 2025 +0530
record the change from GitHub PR 216
---
CONTRIBUTORS | 1 +
WHATSNEW | 8 ++++++++
contributors.xml | 4 ++++
3 files changed, 13 insertions(+)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 660b9bef3..0ac6f778e 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -170,6 +170,7 @@ Greg Roodt
Greg Schueler
Grégoire Vatry
Günther Kögel
+Hannes Wellmann
Harish Prabandham
Haroon Rafique
Helder Pereira
diff --git a/WHATSNEW b/WHATSNEW
index 9b17917bb..5095303da 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -11,6 +11,14 @@ Fixed bugs:
only when there are any classpath elements present.
Bugzilla Report 69586
+Other changes:
+--------------
+
+ * Ant will no longer set a java.lang.SecurityManager at runtime
+ if the "java.security.manager" system property is set to
+ "disallow".
+ Github Pull Request #216
+
Changes from Ant 1.10.14 TO Ant 1.10.15
=======================================
diff --git a/contributors.xml b/contributors.xml
index eb44cf58f..e9f61d306 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -712,6 +712,10 @@
<first>Günther</first>
<last>Kögel</last>
</name>
+ <name>
+ <first>Hannes</first>
+ <last>Wellmann</last>
+ </name>
<name>
<first>Harish</first>
<last>Prabandham</last>