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 3f9864d Update changelog
3f9864d is described below
commit 3f9864dedd921129e32786da004d7106291d2750
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 30 15:46:05 2019 +0100
Update changelog
---
src/changes/changes.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c0e56e..2267ffc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,11 @@
Update Commons-Parent to version 49.
</action>
<action type="fix" dev="markt">
- Fix compiler warnings for unreferenced formal parameters.
+ Procrun. Fix compiler warnings for unreferenced formal parameters.
+ </action>
+ <action type="fix" dev="markt">
+ Procrun. Switch code to use more secure versions of Windows API calls
to
+ resolve warnings reported by newer versions of Visual Studio.
</action>
<action type="fix" dev="markt">
Correct the source assembly definitions to add README.md,