This is an automated email from the ASF dual-hosted git repository.
ggregory 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 2ccf6eb Update arguments.c to support Java 11 --enable-preview #18.
2ccf6eb is described below
commit 2ccf6eb5b37c5d6f4545535edbfc4997e415c4fb
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 10:13:06 2020 -0400
Update arguments.c to support Java 11 --enable-preview #18.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 97fa651..a4ddf0b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@
<action type="add" dev="ggregory">
More debug logging in prunsrv.c and javajni.c.
</action>
+ <action type="add" dev="ggregory" due-to="mads1980">
+ Update arguments.c to support Java 11 --enable-preview #18.
+ </action>
</release>
<release version="1.2.2" date="2019-10-04" description="Bug fix release">
<action issue="DAEMON-408" type="fix" dev="markt">