This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bac95e  Add change log entry
9bac95e is described below

commit 9bac95e6cc1ad49fba66444facfcfe5aea192a05
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 14 17:46:26 2025 +0000

    Add change log entry
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb8c3e4..203c58c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
       <action type="fix" dev="michaelo">Document --enable-preview</action>
       <action type="fix" dev="michaelo">Fix first appearance of 
--enable-native-access</action>
+      <action type="fix" issue="DAEMON-398" dev="jfclere">Fix redirection 
issues on some OS versions by using recommended method to redirect stdout and 
stderr</action>
       <action type="fix" issue="DAEMON-468" dev="ggregory" 
due-to="Jean-Frederic Clere, Mark Thomas, Sebb, Gary Gregory">Fix timeout 
handling in procrun #238.</action>
       <action type="fix" issue="DAEMON-472" dev="markt">Replace RTF version of 
license header with plain text version of full license in about box for Procrun 
monitor application.</action>
       <!-- ADD -->

Reply via email to