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 c737d645f add bz-26453 to WHATSNEW
c737d645f is described below

commit c737d645f984f3fefeff308a9609f86e2cda8e2d
Author: Jaikiran Pai <[email protected]>
AuthorDate: Wed Jan 3 06:15:37 2024 +0530

    add bz-26453 to WHATSNEW
---
 WHATSNEW | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/WHATSNEW b/WHATSNEW
index cde56282d..5a9793663 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,17 @@
 Changes from Ant 1.10.14 TO Ant 1.10.15
 =======================================
 
+Other changes:
+--------------
+
+ * exec task now logs the process' non-zero exit code at INFO
+   level instead of the previous ERROR level. The following
+   message from exec task is the one who's level has been changed:
+
+   Result: 1
+
+   Bugzilla Report 26453
+
 Fixed bugs:
 -----------
 

Reply via email to