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 7e54032 Add best guess for 1.2.1 release date 7e54032 is described below commit 7e54032a07cf74be78d58bf711dc433417f72105 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 4 16:26:39 2019 +0100 Add best guess for 1.2.1 release date --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6ec3e09..248cac4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,7 @@ <title>Apache Commons Daemon Release Notes</title> </properties> <body> - <release version="1.2.1" date="TBD" description="Bug fix 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"> jsvc. Correct debug log message that reports change in umask. </action>