You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/09/14 08:10:08 UTC

[commons-daemon] 01/02: Clarify which components are impacted by changes.

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

commit 36c78fb33f736470e377a0404186c64769524ffe
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 14 09:03:13 2020 +0100

    Clarify which components are impacted by changes.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0485914..39b509a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,10 +59,10 @@
         mipsel and mips. 
       </action>
       <action type="add" dev="ggregory">
-        More debug logging in prunsrv.c and javajni.c.
+        Procrun. More debug logging in prunsrv.c and javajni.c.
       </action>
       <action issue="DAEMON-419" type="add" dev="ggregory" due-to="mads1980">
-        Update arguments.c to support Java 11 --enable-preview #18.
+        jsvc. Update arguments.c to support Java 11 --enable-preview #18.
       </action>
       <action issue="DAEMON-412" type="add" dev="markt">
         jsvc and Procrun. Add support for Java native memory tracking.