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 3a92df9 Update changelog
3a92df9 is described below
commit 3a92df9cf1d7f6a5ade57e7b48991c45e28fffef
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 30 14:21:50 2019 +0100
Update changelog
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b1685d..9c0e56e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,12 @@
<action type="fix" dev="markt">
Fix compiler warnings for unreferenced formal parameters.
</action>
+ <action type="fix" dev="markt">
+ Correct the source assembly definitions to add README.md,
+ CONTRIBUTING.md and HOWTO-RELEASE.txt, remove references to the deleted
+ Ant build files and exclude the working directories of Windows binary
+ builds.
+ </action>
</release>
<release version="1.2.1" date="2019-09-09" description="Bug fix release">
<action issue="DAEMON-403" type="fix" dev="markt" due-to="Charles">